Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement indexing for efficient sorting and querying #5

Open
ErrorxCode opened this issue Nov 2, 2024 · 0 comments
Open

Implement indexing for efficient sorting and querying #5

ErrorxCode opened this issue Nov 2, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@ErrorxCode
Copy link
Collaborator

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)
@ErrorxCode ErrorxCode added enhancement New feature or request help wanted Extra attention is needed labels Nov 2, 2024
@ErrorxCode ErrorxCode self-assigned this Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant