Bird
Raised Fist0

If an index has 4 primary shards and each shard is sized at 25GB, what is the total data size stored?

medium📝 Predict Output Q4 of Q15
Elasticsearch - Performance and Scaling
If an index has 4 primary shards and each shard is sized at 25GB, what is the total data size stored?
A50GB
B25GB
C100GB
D75GB
Step-by-Step Solution
Solution:
  1. Step 1: Multiply shard count by shard size

    4 shards * 25GB each = 100GB total data size.
  2. Step 2: Confirm no replicas included

    Replicas do not add to primary data size, so total is 100GB.
  3. Final Answer:

    100GB -> Option C
  4. Quick Check:

    Total size = shards * shard size = 100GB [OK]
Quick Trick: Total size = number of shards x shard size [OK]
Common Mistakes:
MISTAKES
  • Adding replica sizes to total primary data size
  • Multiplying shard size by wrong shard count
  • Confusing shard size with total index size

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Elasticsearch Quizzes