Doing the basic match all query on one index takes a cumulative time of 20s or 11s from one shard. Where should I look to improve search performance on the most basic of searches I can do.
Query:
{
"query":{
"match_all" : {}
}
}
Doing the basic match all query on one index takes a cumulative time of 20s or 11s from one shard. Where should I look to improve search performance on the most basic of searches I can do.
Query:
{
"query":{
"match_all" : {}
}
}
Hi, You should provide more informations about your cluster, indices, shards and configurations.
Not sure what exactly to provide cluster_state.json is an ~8mb file.
Here's the overview though
It's also worth noting with the majority of the indices have 5 shards with 1 replica.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 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.