问题形容
- Elasticsearch 聚合数据后果不准确,怎么破?
解决方案
- 调大 shard_size
- 调大
search.max_buckets
PUT _cluster/settings{ "transient": { "search.max_buckets": 1000000 }}
本文出自 qbit snap
search.max_buckets
PUT _cluster/settings{ "transient": { "search.max_buckets": 1000000 }}
本文出自 qbit snap