-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
enhancementNew feature or requestNew feature or request
Description
We could add a mmap option instead of loading the index for querying. That is, the user can specify:
--load(default choice): this loads the entire index in memory, assuming there is enough RAM for it. This is the intended usage if there is enough RAM and the queries are many.--mmap: this memory maps the index file on disk, so that queries will fetch disk pages automatically. This is the intended usage when option--loadis not used, i.e., when there isn't enough RAM or queries are sporadic.
karel-brinda
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request