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
Like Firestore, the database must implement indexing to improve searching and sorting. Currently, every document is loaded into the memory to perform querying.
TreeMap must be used for indexing
If a field is to be indexed, then it should be defined by the users (optional)
The text was updated successfully, but these errors were encountered:
Like Firestore, the database must implement indexing to improve searching and sorting. Currently, every document is loaded into the memory to perform querying.
The text was updated successfully, but these errors were encountered: