You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 and seek_index_through_value_bytes should be changed to operate on batches of file bytes, going through at most x megabytes of data at once.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: