-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Labels
improvement-requestRequest for new or enhanced behavior.Request for new or enhanced behavior.
Description
Maybe it is possible to have the index split into a configurable number of chunks. That along with a good caching policy in the browser could allow for much bigger indexes. I'll summarize below in an order of decreasing complexity and impact.
- Index chunking / sharding
- Preserving unmodified chunks when updating the index as much as possible (will help with caching)
- Abstract away the number of chunks and allow configuring to prioritize for speed or bandwidth saving (or somewhere in between)
- "Save data" mode where the search can be triggered manually after the query is typed
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
improvement-requestRequest for new or enhanced behavior.Request for new or enhanced behavior.