Haystack with ElasticSearch cold tier #5857
Replies: 1 comment 1 reply
-
@TheRabidWolverine With Haystack, you'll typically work with text data and not with time series data such as logs and metrics. For that reason, the data you have indexed typically doesn't really age in the sense that the data doesn't become less relevant over time. The ElasticSearch tier for that kind of text data is the content tier. |
Beta Was this translation helpful? Give feedback.
-
Hi, I can see that there are tutorials on how Haystack can be integrated with ElasticSearch. However, ES has various tiers of data available - warm, cold, frozen, etc. Does Haystack work with the cold data (almost entirely on disk)? Does it work at all, and if so, will performance take a hit? And will that Haystack cluster need to be hosted on a node with memory big enough to fit the embeddings from the cold tier in it as well, or just the warm (in-memory) part of the overall ES stack with the cold part fetched from disk during runtime query? Either way, any proof of concept, or tutorial pointing towards the same will be helpful.
Beta Was this translation helpful? Give feedback.
All reactions