Skip to content

Improve where selector for file #31

Open
@mkrd

Description

@mkrd

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

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions