Skip to content

Implement indexing for efficient sorting and querying #5

Description

@ErrorxCode

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)

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requesthelp wantedExtra attention is needed

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions