Reputation: 1
I have a question about ES best practices as written here https://www.elastic.co/guide/en/elasticsearch/reference/current/size-your-shards.html.
During inspections I have come across index size discrepancy with stats vs count. This is most likely due to having nested objects.(the maximum number of documents in an elasticsearch index and difference about stats and count)
So, when sizing shards as written in the documents above, it is a good practice to go up from 10 to 50Gb and document count up to 200M.
For the 200M count, should I take a stats or count number?
Upvotes: 0
Views: 17