From 9a374dadb134e0a9fadb8ab63cf70c34df47936e Mon Sep 17 00:00:00 2001 From: Evgenia Badyanova Date: Tue, 6 Oct 2020 09:50:41 -0400 Subject: [PATCH] Lower target-throughput for geonames term and phrase queries (#134) 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 https://github.com/elastic/elasticsearch/pull/61957 --- geonames/challenges/default.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/geonames/challenges/default.json b/geonames/challenges/default.json index 2aa77f7d..3a049e47 100644 --- a/geonames/challenges/default.json +++ b/geonames/challenges/default.json @@ -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",