Percolate performance: 1.7.2 -> 2.1 Any improvement?

We're not happy with percolate performance in ES 1.7.2
Can we expect lower latency in 2.1?
Thanks

No. We're working on making the percolator a bit smarter by only evaluating queries that are likely to match:

This isn't going to help now, since it will be available from 3.0.

How are you currently storing your queries? For example you can use percolator query metadata to cut down the number of queries for the percolator to evaluate.

1 Like

oops, forgot to add the PR link: https://github.com/elastic/elasticsearch/pull/13646