Bird
Raised Fist0

What happens if you set the shard size too large, for example 200GB per shard?

medium📝 Predict Output Q5 of Q15
Elasticsearch - Performance and Scaling
What happens if you set the shard size too large, for example 200GB per shard?
ASlower shard recovery and increased search latency
BFaster recovery and search performance
CNo impact on cluster performance
DShard automatically splits into smaller shards
Step-by-Step Solution
Solution:
  1. Step 1: Understand large shard impact

    Large shards (e.g., 200GB) slow down shard recovery and increase search latency.
  2. Step 2: Clarify shard behavior

    Shards do not split automatically; large size causes performance degradation.
  3. Final Answer:

    Slower shard recovery and increased search latency -> Option A
  4. Quick Check:

    Large shards = slower recovery and search [OK]
Quick Trick: Avoid shards larger than 50GB for better speed [OK]
Common Mistakes:
MISTAKES
  • Assuming large shards speed up recovery
  • Believing shards split automatically
  • Ignoring performance impact

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Elasticsearch Quizzes