Skip to content

Secondary indexes #3

@alexberriman

Description

@alexberriman

Currently, an index is only created for the primary key of a collection. That means for every other query where the primary key is not included, the entire collection has to be scanned. If you were able to configure multiple secondary indexes, read operations could reference the hash table as opposed to scanning the linked list.

Metadata

Metadata

Assignees

Labels

backlogIssues that are marked to be worked onenhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions