Frozen Tier index querying off of id implementation

I'm looking at using frozen tier on S3 for around 1-2 TB of an index but this data will mostly be accessed using an id field (with the occasional alternative query). The ILM lifecycle is very convenient operationally as the data solely exists in ES today. Also, the partial index in cache design is appealing.

However, from what I've read, the frozen tier is optimized solely for time series data:

  1. Does this imply that an id lookup would scan the entire S3 bucket and load the full index into a node?
  2. Would it alternatively scan the entire bucket once and then cache only the id part of the full index?
  3. Is there a mechanism to hint that the id part of the index should be kept in cache?
  4. Can this id cache be propagated across several frozen tier nodes?

Thanks!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.