Difference between primary store size and store size

Hello everyone,
I am using Elastic search 1.4.2.
I am trying to analyze Elastic Search Space using _cat/indices API.
I see 2 different columns related to disk space, Store Size and Primary store size.
I see that store size (at certain times) is double than primary store size. Why so?

Which size is actually taken by OS for disk space storage?
Can anyone explain?

Appreciate your inputs!

Regards,
Sagar Shah

from _cat/indices api help.

store.size | ss,storeSize | store size of primaries & replicas
pri.store.size | | store size of primaries

1 Like