Slow queries

I execute a simple term filter query and I limit my results with size
but part of the queries have bad performance(search time in minutes) while other perform well(search time is very fast) with the same limit of results

what can make the search so slow ?

Elasticsearch profile API can be very helpful to understand which part of a query takes what time and why.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.