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
This "order by" means the database has to sort ALL the matching records, then return the first 10 (default, and subject to an offset).
If we don't need the ordering, then the database can respond much faster.
syncstorage-rs/tools/tokenserver/database.py
Line 96 in 8faf728
This "order by" means the database has to sort ALL the matching records, then return the first 10 (default, and subject to an offset).
If we don't need the ordering, then the database can respond much faster.
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: