Skip to content

Create single index of the whole directory #41

@rayandrew

Description

@rayandrew

We should be able to compress the whole directory.

This will reduce number of index files being created.

We need #40 in case the generated index file is too big.

Also, need to do this in parallel. Strategies:

  • Save index of file in buffer then flush it incrementally or at once in the end
  • Enabling concurrent mode in sqlite (probably need to enable WAL as well)

Metadata

Metadata

Assignees

No one assigned

    Labels

    backlogWill do it later if needs toenhancementNew feature or request
    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions