I have 4 nodes, memory size respe respectively 64GB, 64GB, 64GB and 128 GB
for handing 8,577,271,728 Documents and 68 TB data
I open that API for kibana and a webUI query, but some issues happen to
slow-query or out of memory.
Here is my briefly configuration:
shards = 176
replica = 0
my question:
Should I set replica from 0 to 1 ?? As I know, replica means
distributing data into different nodes, and that will help data recovery.
But does it helps to increase data searching while ES is doing the query??
Adding more machines is one of the solution, but is there any other
approaches that I can try to make a better ES configuration?
I have 4 nodes, memory size respe respectively 64GB, 64GB, 64GB and 128 GB
for handing 8,577,271,728 Documents and 68 TB data
I open that API for kibana and a webUI query, but some issues happen to
slow-query or out of memory.
Here is my briefly configuration:
shards = 176
replica = 0
my question:
Should I set replica from 0 to 1 ?? As I know, replica means
distributing data into different nodes, and that will help data recovery.
But does it helps to increase data searching while ES is doing the query??
Adding more machines is one of the solution, but is there any other
approaches that I can try to make a better ES configuration?
PS: I just think it's good to separate ES(indexer) and Mysql(data)? I mean
ES only saves the indices and data stores in the Mysql or other powerful
database.
If so, that will increase the query performance (aggregation query)
Thanks a lot
Mark Walkom於 2014年9月18日星期四UTC+8下午3時58分58秒寫道:
What version of ES and java are you running?
What is your heap size?
What sort of queries are you running?
Replicas and extra nodes may/will help but a bit more info would clear
things up
On 18 September 2014 17:54, Hsu Orozco <oroz...@gmail.com <javascript:>>
wrote:
Hi all,
I have 4 nodes, memory size respe respectively 64GB, 64GB, 64GB and 128
GB
for handing 8,577,271,728 Documents and 68 TB data
I open that API for kibana and a webUI query, but some issues happen to
slow-query or out of memory.
Here is my briefly configuration:
shards = 176
replica = 0
my question:
Should I set replica from 0 to 1 ?? As I know, replica means
distributing data into different nodes, and that will help data recovery.
But does it helps to increase data searching while ES is doing the query??
Adding more machines is one of the solution, but is there any other
approaches that I can try to make a better ES configuration?
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.