-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The entire file needs to be read, but by partially reading each key value pair sequentially, we can prevent having to load the entire file into memory.
Proposal:
- Do many partial reads instead of one full read
- Might lead to a lot of overhead since multiple full reads will be executed if multiple keys are not in the index.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request