Bird
Raised Fist0

Given an index with 5 primary shards and each shard sized at 20GB, what is the total data size stored in the index?

medium📝 Predict Output Q13 of Q15
Elasticsearch - Performance and Scaling
Given an index with 5 primary shards and each shard sized at 20GB, what is the total data size stored in the index?
A20GB
B100GB
C25GB
D5GB
Step-by-Step Solution
Solution:
  1. Step 1: Calculate total size from shards

    Total size = number of shards x size per shard = 5 x 20GB = 100GB.
  2. Step 2: Confirm no replicas included

    Replicas add copies but do not affect primary data size calculation here.
  3. Final Answer:

    100GB -> Option B
  4. Quick Check:

    5 shards x 20GB = 100GB [OK]
Quick Trick: Multiply shards by shard size [OK]
Common Mistakes:
MISTAKES
  • Adding replica size to primary data size
  • Confusing shard count with replica count
  • Choosing shard size instead of total

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Elasticsearch Quizzes