nixiesearch / nixiesearch

Hybrid search engine, combining best features of text and semantic search worlds
https://www.nixiesearch.ai/
Apache License 2.0
57 stars 3 forks source link

Segment-based search cache #181

Open shuttie opened 4 months ago

shuttie commented 4 months ago

So you can have cluster-global cache of matching documents. So no need to prune it if segment was not touched.

Redis is a main candidate. Open question: who should fill this cache? We have multiple searchers, how should they decide?