Skip to content

documents: Allow for SQLLite WASM backend #275

@marcus-pousette

Description

@marcus-pousette

Problem
Currently you run into RAM usage problem when having many documents because the document store index is in memory. Additionally, the query performance is very bad if there are many documents

Solution
Use SQLLite WASM as an alternative backend together with OPFS storage

TODO

  • Make abstraction around index search engine
  • Implement a SQLLite WASM engine for this engine abstraction

#274

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions