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
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
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
#274
The text was updated successfully, but these errors were encountered: