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