-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, a partial read still has to load the entire file into memory if the key was not found by the indexer
Proposal:
utils.find_outermost_key_in_json_bytes
andseek_index_through_value_bytes
should be changed to operate on batches of file bytes, going through at most x megabytes of data at once.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request