Skip to content

Commit

Permalink
Lower target-throughput for geonames term and phrase queries (#134)
Browse files Browse the repository at this point in the history
From observation in the nightly environment we can see that occasionally
the phrase and term query may take >300ms and >1000ms. This leads to
unnecessary spikes in the latency charts.

Relates to elastic/elasticsearch#61957
  • Loading branch information
ebadyano committed Oct 7, 2020
1 parent 2d00074 commit 8af75cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geonames/challenges/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@
"operation": "term",
"warmup-iterations": 500,
"iterations": 1000,
"target-throughput": 150
"target-throughput": 140
},
{
"operation": "phrase",
"warmup-iterations": 500,
"iterations": 1000,
"target-throughput": 150
"target-throughput": 140
},
{
"operation": "country_agg_uncached",
Expand Down

0 comments on commit 8af75cd

Please sign in to comment.