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
Is your feature request related to a problem? Please describe.
LokIM should optimize searching by username, as it will be the most common used query.
Describe the solution you'd like
We should keep users in alphabetical order by username, and perform a binary search while querying for user with certain username.
Is your feature request related to a problem? Please describe.
LokIM should optimize searching by username, as it will be the most common used query.
Describe the solution you'd like
We should keep users in alphabetical order by username, and perform a binary search while querying for user with certain username.
Describe alternatives you've considered
N/A
User story
N/A
Additional context
Study materials:
Optimizing query performance in MongoDB
The text was updated successfully, but these errors were encountered: