Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

database record limits for acceptable lookup performance #1164

@koh-osug

Description

@koh-osug

I see that all the database implementations are using the iterator from the for finding and querying records. E.g. the document based implementation for get is using the iterator until it finds a matching key. I assume this linear search does not scale for several 10000 or million records. What are the limits here to have an acceptable access performance? Are there any memory recommendations and maximum number of records?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions