I want to ask,
How should i decide storage size for an index ? Is there any storage limit for shards or am i able to store 20 gb per shard and will it perform same ?
Thanks for answering and explaining
I want to ask,
How should i decide storage size for an index ? Is there any storage limit for shards or am i able to store 20 gb per shard and will it perform same ?
Thanks for answering and explaining
You can store as much data as you want in a shard. The only limit is the 2^32-1 document count, which is a Lucene level limitation.
We recommend 30-50GB though.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.