I changed elasticsearch.yml * index.number_of_shards: 10* does it help to increase shards ? As I understand about ES Architecture is a shard means a Lucien Thread.
For now, I'm more worring about memory than performance and speed. 2014년 2월 10일 월요일 오후 11시 36분 58초 UTC+9, Binh Ly 님의 말: > > In general, faceting, filtering, sorting, and some scripting can consume a > lot of memory. Kibana usually does a lot of term and histogram facets, as > well as sorting. It is likely that you'll need an instance with more > memory, or if not, you need to distribute the indexes/shards around to more > instances to reduce the memory requirements per instance/node. > -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/77f1146d-f43b-4562-84f6-e892b27f91d0%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
