renego
(Nikolay)
September 9, 2016, 1:22pm
1
Hi!
I have read an tutorial of performance tuning of ES and want to ask if this settings are still active for the actual ElasticSearch 2.4 version:
indices.fielddata.cache.size: 40%
indices.cache.filter.size: 30%
indices.cache.filter.terms.size: 1024mb
Thanks
Nik
warkolm
(Mark Walkom)
September 11, 2016, 8:02am
2
Why are you changing these?
renego
(Nikolay)
September 11, 2016, 8:37am
3
I want to increase the cache. Should I let the default settings?
warkolm
(Mark Walkom)
September 11, 2016, 8:38am
4
Yes, but why are you increasing them? What is the problem you are solving?
renego
(Nikolay)
September 11, 2016, 8:39am
5
I have big aggregations and want to cache them for future queries.