hi team,
if i have 500 GB of data for an index. how can i
configure shards and replicas for that, and also gateway.
how many servers i need to achieve this.
is there any possible to split gateway?
Pls help..
hi team,
if i have 500 GB of data for an index. how can i
configure shards and replicas for that, and also gateway.
how many servers i need to achieve this.
is there any possible to split gateway?
Pls help..
For understanding the role of shards and replicas, this thread from
the mailing list is a good read - http://goo.gl/hFOVr
On Dec 30, 10:16 am, senthil prabhu senthils...@gmail.com wrote:
hi team,
if i have 500 GB of data for an index. how can i
configure shards and replicas for that, and also gateway.how many servers i need to achieve this.
is there any possible to split gateway?
Pls help..
When we started our deployment, we thought the shared gateway would be
idea. Having a central place with all our index data seemed
conceptually nice. It would provide the warm fuzzy of a backup.
But when we got further along, we came to recognize the limitations of
the shared file system gateway and the benefits of the local gateway.
The local gateway ends up acting like software RAID 10 (1+0)
The size of the index is one consideration for the number of servers,
but query volume and complexity is another driving factor. I'd
consider two an absolute bare minimum, with three providing a margin
for failure. Obviously, your budget may constrain or expand your
choices.
We have 3 servers in each data center, with 28M docs consuming 170G
disk (soon to shrink with ES 0.14), handling about 6k req/min for
client queries and 195k document matches/minute for alerting purposes.
With our hardware, we're hardly taxing them and still averaging
30-35ms response times.
David
© 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.