You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
matrix=> select count(*) from users;
count
══════════
62887652
(1 row)
Time: 12499.198 ms (00:12.499)
matrix=> select count(*) from users where name IS NULL;
count
═══════
0
(1 row)
This issue has been migrated from #16442.
Originally posted by @DMRobertson in matrix-org/synapse#16434 (comment)
The text was updated successfully, but these errors were encountered: