I was benchmarking an ES index with different shard numbers using esrally.
to find the shard number with best throughput for the specific index.
As I read in documents store size is index size (translog excluded)
In the report summary of the tests that I performed when the shards count increases I expected to see that store size increases but it increased at first and at some point it suddenly decreased. I wanted to know the reason of such behavior?
The track includes following operations:
Running delete-index [100% done]
Running create-index [100% done]
Running cluster-health [100% done]
Running bulk [100% done]
Race report summary with 1 shard:
Store size 0.0001169 GB
Race report summary with 2 shards:
Store size 5.12749 GB
Race report summary with 3 shards:
Store size 2.22465 GB
Race report summary with 4 shards:
Store size 1.93715 GB