Bird
Raised Fist0

You want to optimize storage costs by moving indices to cold nodes but still allow occasional searches. Which Elasticsearch feature helps achieve this in a hot-warm-cold setup?

hard🚀 Application Q8 of Q15
Elasticsearch - Performance and Scaling
You want to optimize storage costs by moving indices to cold nodes but still allow occasional searches. Which Elasticsearch feature helps achieve this in a hot-warm-cold setup?
AIndex rollover
BSnapshot and restore
CShard allocation filtering
DIndex freezing
Step-by-Step Solution
Solution:
  1. Step 1: Identify feature for low-cost searchable storage

    Index freezing reduces resource use but keeps indices searchable.
  2. Step 2: Match feature to cold node usage

    Freezing indices on cold nodes allows occasional searches at low cost.
  3. Final Answer:

    Index freezing -> Option D
  4. Quick Check:

    Low-cost searchable = Index freezing [OK]
Quick Trick: Use index freezing for cheap searchable cold data [OK]
Common Mistakes:
MISTAKES
  • Confusing snapshot restore with live search
  • Thinking shard allocation controls searchability
  • Assuming rollover affects cold node search

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Elasticsearch Quizzes