Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch from IOContext.DEFAULT(RANDOM) to READONLY for sequential cases #17670

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

asimmahmood1
Copy link
Contributor

@asimmahmood1 asimmahmood1 commented Mar 24, 2025

Description

  • Lucene 10 changed the IOContext.DEFAULT from sequential to random, which makes sense for search use case: Use ReadAdvice.RANDOM by default. apache/lucene#13244
  • place we read a file only once, its better to switch to READONLY(sequential)
  • this should only be in cases the file is read by the same thread that opened it, e.g. it won't work for RemoteStore that does async upload

Working on testing the changes.

Related Issues

Resolves #17672

Check List

  • [TBD] Functionality includes testing.
  • [n/a] API changes companion pull request created, if applicable.
  • [n/a] Public documentation issue/PR created, if applicable.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

* Lucene 10 changed the IOContext.DEFAULT from sequential to random,
  which makes sense for search use case: apache/lucene#13244
* place we read a file only once, its better to switch to
  READONLY(sequential)
* this should only be in cases the file is read by the same thread that
  opened it, e.g. it won't work for RemoteStore that does async upload

Signed-off-by: Asim Mahmood <[email protected]>
Copy link
Contributor

❌ Gradle check result for 225b0a7: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

@github-actions github-actions bot added enhancement Enhancement or improvement to existing feature or request Search Search query, autocomplete ...etc labels Mar 24, 2025
Copy link
Contributor

❌ Gradle check result for d1b2c8e: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

@@ -527,7 +527,7 @@ public synchronized void save(Path configDir, char[] password) throws Exception
NIOFSDirectory directory = new NIOFSDirectory(configDir);
// write to tmp file first, then overwrite
String tmpFile = KEYSTORE_FILENAME + ".tmp";
try (IndexOutput output = EndiannessReverserUtil.createOutput(directory, tmpFile, IOContext.DEFAULT)) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: this can be a constant for adapting future changes.

Copy link
Contributor

❌ Gradle check result for adc0fdd:

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Copy link
Contributor

❌ Gradle check result for adc0fdd:

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

@asimmahmood1
Copy link
Contributor Author

OSB results

[ec2-user@ip-172-31-61-197 ~]$ opensearch-benchmark compare -b c0c3ab06-e7dd-4b14-be16-68a763621aaa -c 69298a40-6467-46fd-a17e-d1a4613b806d

   ____                  _____                      __       ____                  __                         __
  / __ \____  ___  ____ / ___/___  ____ ___________/ /_     / __ )___  ____  _____/ /_  ____ ___  ____ ______/ /__
 / / / / __ \/ _ \/ __ \\__ \/ _ \/ __ `/ ___/ ___/ __ \   / __  / _ \/ __ \/ ___/ __ \/ __ `__ \/ __ `/ ___/ //_/
/ /_/ / /_/ /  __/ / / /__/ /  __/ /_/ / /  / /__/ / / /  / /_/ /  __/ / / / /__/ / / / / / / / / /_/ / /  / ,<
\____/ .___/\___/_/ /_/____/\___/\__,_/_/   \___/_/ /_/  /_____/\___/_/ /_/\___/_/ /_/_/ /_/ /_/\__,_/_/  /_/|_|
    /_/


Comparing baseline
  TestExecution ID: c0c3ab06-e7dd-4b14-be16-68a763621aaa
  TestExecution timestamp: 2025-03-28 18:56:12
  TestProcedure: big5
  ProvisionConfigInstance: external

with contender
  TestExecution ID: 69298a40-6467-46fd-a17e-d1a4613b806d
  TestExecution timestamp: 2025-03-27 20:31:45
  TestProcedure: big5
  ProvisionConfigInstance: external

------------------------------------------------------
    _______             __   _____
   / ____(_)___  ____ _/ /  / ___/_________  ________
  / /_  / / __ \/ __ `/ /   \__ \/ ___/ __ \/ ___/ _ \
 / __/ / / / / / /_/ / /   ___/ / /__/ /_/ / /  /  __/
/_/   /_/_/ /_/\__,_/_/   /____/\___/\____/_/   \___/
------------------------------------------------------
Metric Task Baseline Contender Diff Unit
Cumulative indexing time of primary shards 0 0 0 min
Min cumulative indexing time across primary shard 0 0 0 min
Median cumulative indexing time across primary shard 0 0 0 min
Max cumulative indexing time across primary shard 0 0 0 min
Cumulative indexing throttle time of primary shards 0 0 0 min
Min cumulative indexing throttle time across primary shard 0 0 0 min
Median cumulative indexing throttle time across primary shard 0 0 0 min
Max cumulative indexing throttle time across primary shard 0 0 0 min
Cumulative merge time of primary shards 0 0 0 min
Cumulative merge count of primary shards 0 0 0
Min cumulative merge time across primary shard 0 0 0 min
Median cumulative merge time across primary shard 0 0 0 min
Max cumulative merge time across primary shard 0 0 0 min
Cumulative merge throttle time of primary shards 0 0 0 min
Min cumulative merge throttle time across primary shard 0 0 0 min
Median cumulative merge throttle time across primary shard 0 0 0 min
Max cumulative merge throttle time across primary shard 0 0 0 min
Cumulative refresh time of primary shards 0 0 0 min
Cumulative refresh count of primary shards 4 5 1
Min cumulative refresh time across primary shard 0 0 0 min
Median cumulative refresh time across primary shard 0 0 0 min
Max cumulative refresh time across primary shard 0 0 0 min
Cumulative flush time of primary shards 0 0 0 min
Cumulative flush count of primary shards 1 1 0
Min cumulative flush time across primary shard 0 0 0 min
Median cumulative flush time across primary shard 0 0 0 min
Max cumulative flush time across primary shard 0 0 0 min
Total Young Gen GC time 0.049 0.034 -0.015 s
Total Young Gen GC count 3 2 -1
Total Old Gen GC time 0 0 0 s
Total Old Gen GC count 0 0 0
Store size 1.93715e-07 1.93715e-07 0 GB
Translog size 5.12227e-08 5.12227e-08 0 GB
Heap used for segments 0 0 0 MB
Heap used for doc values 0 0 0 MB
Heap used for terms 0 0 0 MB
Heap used for norms 0 0 0 MB
Heap used for points 0 0 0 MB
Heap used for stored fields 0 0 0 MB
Segment count 0 0 0
Min Throughput wait-until-merges-finish 104.396 138.157 33.7612 ops/s
Mean Throughput wait-until-merges-finish 104.396 138.157 33.7612 ops/s
Median Throughput wait-until-merges-finish 104.396 138.157 33.7612 ops/s
Max Throughput wait-until-merges-finish 104.396 138.157 33.7612 ops/s
100th percentile latency wait-until-merges-finish 9.18701 6.87053 -2.31648 ms
100th percentile service time wait-until-merges-finish 9.18701 6.87053 -2.31648 ms
error rate wait-until-merges-finish 0 0 0 %
Min Throughput default 2.00584 2.00567 -0.00018 ops/s
Mean Throughput default 2.00708 2.00687 -0.00022 ops/s
Median Throughput default 2.00698 2.00677 -0.00021 ops/s
Max Throughput default 2.00869 2.00843 -0.00026 ops/s
50th percentile latency default 4.92897 4.83683 -0.09214 ms
90th percentile latency default 5.48055 5.29843 -0.18212 ms
99th percentile latency default 5.79522 5.50897 -0.28625 ms
100th percentile latency default 5.85014 5.80585 -0.04429 ms
50th percentile service time default 3.65623 3.5222 -0.13403 ms
90th percentile service time default 3.96217 3.77022 -0.19195 ms
99th percentile service time default 4.34447 4.10191 -0.24256 ms
100th percentile service time default 4.70228 4.11331 -0.58897 ms
error rate default 0 0 0 %
Min Throughput desc_sort_timestamp 2.00648 2.00648 -0 ops/s
Mean Throughput desc_sort_timestamp 2.00786 2.00785 -0 ops/s
Median Throughput desc_sort_timestamp 2.00775 2.00775 -1e-05 ops/s
Max Throughput desc_sort_timestamp 2.00964 2.00965 1e-05 ops/s
50th percentile latency desc_sort_timestamp 4.51104 4.41921 -0.09184 ms
90th percentile latency desc_sort_timestamp 4.87693 4.84741 -0.02952 ms
99th percentile latency desc_sort_timestamp 5.19084 5.37965 0.18881 ms
100th percentile latency desc_sort_timestamp 7.83027 7.92887 0.0986 ms
50th percentile service time desc_sort_timestamp 3.11265 3.05067 -0.06198 ms
90th percentile service time desc_sort_timestamp 3.37667 3.29217 -0.0845 ms
99th percentile service time desc_sort_timestamp 3.7944 3.62042 -0.17398 ms
100th percentile service time desc_sort_timestamp 6.52588 6.32773 -0.19815 ms
error rate desc_sort_timestamp 0 0 0 %
Min Throughput asc_sort_timestamp 2.00659 2.0066 1e-05 ops/s
Mean Throughput asc_sort_timestamp 2.008 2.00801 0 ops/s
Median Throughput asc_sort_timestamp 2.0079 2.0079 -0 ops/s
Max Throughput asc_sort_timestamp 2.00984 2.00983 -1e-05 ops/s
50th percentile latency asc_sort_timestamp 4.38963 4.08669 -0.30293 ms
90th percentile latency asc_sort_timestamp 4.63638 4.6739 0.03753 ms
99th percentile latency asc_sort_timestamp 4.93692 4.94604 0.00912 ms
100th percentile latency asc_sort_timestamp 4.9578 5.04839 0.09059 ms
50th percentile service time asc_sort_timestamp 2.88952 2.84422 -0.04529 ms
90th percentile service time asc_sort_timestamp 3.08389 3.03455 -0.04934 ms
99th percentile service time asc_sort_timestamp 3.4339 3.3069 -0.12699 ms
100th percentile service time asc_sort_timestamp 3.44167 3.59979 0.15812 ms
error rate asc_sort_timestamp 0 0 0 %
Min Throughput desc_sort_with_after_timestamp 2.0065 2.00648 -2e-05 ops/s
Mean Throughput desc_sort_with_after_timestamp 2.00788 2.00786 -2e-05 ops/s
Median Throughput desc_sort_with_after_timestamp 2.00777 2.00775 -2e-05 ops/s
Max Throughput desc_sort_with_after_timestamp 2.00968 2.00965 -2e-05 ops/s
50th percentile latency desc_sort_with_after_timestamp 4.1563 4.05298 -0.10332 ms
90th percentile latency desc_sort_with_after_timestamp 4.56274 4.55253 -0.01021 ms
99th percentile latency desc_sort_with_after_timestamp 4.71636 5.04376 0.3274 ms
100th percentile latency desc_sort_with_after_timestamp 5.04169 5.26426 0.22257 ms
50th percentile service time desc_sort_with_after_timestamp 2.73428 2.70464 -0.02965 ms
90th percentile service time desc_sort_with_after_timestamp 2.93502 2.90728 -0.02774 ms
99th percentile service time desc_sort_with_after_timestamp 3.22081 3.06295 -0.15786 ms
100th percentile service time desc_sort_with_after_timestamp 3.56401 3.23791 -0.3261 ms
error rate desc_sort_with_after_timestamp 0 0 0 %
Min Throughput asc_sort_with_after_timestamp 2.00661 2.00659 -2e-05 ops/s
Mean Throughput asc_sort_with_after_timestamp 2.00802 2.008 -2e-05 ops/s
Median Throughput asc_sort_with_after_timestamp 2.0079 2.00789 -1e-05 ops/s
Max Throughput asc_sort_with_after_timestamp 2.00984 2.00982 -3e-05 ops/s
50th percentile latency asc_sort_with_after_timestamp 3.94957 3.84397 -0.10559 ms
90th percentile latency asc_sort_with_after_timestamp 4.2349 4.23865 0.00374 ms
99th percentile latency asc_sort_with_after_timestamp 4.71472 4.39704 -0.31768 ms
100th percentile latency asc_sort_with_after_timestamp 4.92036 4.81036 -0.11 ms
50th percentile service time asc_sort_with_after_timestamp 2.46329 2.49437 0.03108 ms
90th percentile service time asc_sort_with_after_timestamp 2.58437 2.62395 0.03958 ms
99th percentile service time asc_sort_with_after_timestamp 2.9368 2.97238 0.03557 ms
100th percentile service time asc_sort_with_after_timestamp 3.06877 3.04766 -0.02112 ms
error rate asc_sort_with_after_timestamp 0 0 0 %
Min Throughput desc_sort_timestamp_can_match_shortcut 2.00653 2.00652 -1e-05 ops/s
Mean Throughput desc_sort_timestamp_can_match_shortcut 2.00793 2.00792 -1e-05 ops/s
Median Throughput desc_sort_timestamp_can_match_shortcut 2.00782 2.00781 -1e-05 ops/s
Max Throughput desc_sort_timestamp_can_match_shortcut 2.00973 2.00973 -1e-05 ops/s
50th percentile latency desc_sort_timestamp_can_match_shortcut 3.78012 3.75349 -0.02663 ms
90th percentile latency desc_sort_timestamp_can_match_shortcut 4.1583 4.15479 -0.00351 ms
99th percentile latency desc_sort_timestamp_can_match_shortcut 4.39225 4.42558 0.03333 ms
100th percentile latency desc_sort_timestamp_can_match_shortcut 4.40759 4.53394 0.12635 ms
50th percentile service time desc_sort_timestamp_can_match_shortcut 2.35796 2.38224 0.02427 ms
90th percentile service time desc_sort_timestamp_can_match_shortcut 2.53199 2.5252 -0.00679 ms
99th percentile service time desc_sort_timestamp_can_match_shortcut 2.88609 2.71102 -0.17507 ms
100th percentile service time desc_sort_timestamp_can_match_shortcut 3.36901 2.80522 -0.5638 ms
error rate desc_sort_timestamp_can_match_shortcut 0 0 0 %
Min Throughput desc_sort_timestamp_no_can_match_shortcut 2.0066 2.00661 1e-05 ops/s
Mean Throughput desc_sort_timestamp_no_can_match_shortcut 2.00802 2.00802 0 ops/s
Median Throughput desc_sort_timestamp_no_can_match_shortcut 2.00791 2.00792 0 ops/s
Max Throughput desc_sort_timestamp_no_can_match_shortcut 2.00985 2.00986 1e-05 ops/s
50th percentile latency desc_sort_timestamp_no_can_match_shortcut 3.51711 3.5926 0.07549 ms
90th percentile latency desc_sort_timestamp_no_can_match_shortcut 3.9354 3.9192 -0.0162 ms
99th percentile latency desc_sort_timestamp_no_can_match_shortcut 4.05777 4.12953 0.07177 ms
100th percentile latency desc_sort_timestamp_no_can_match_shortcut 4.19924 4.13705 -0.06219 ms
50th percentile service time desc_sort_timestamp_no_can_match_shortcut 2.12113 2.16635 0.04522 ms
90th percentile service time desc_sort_timestamp_no_can_match_shortcut 2.23112 2.27829 0.04717 ms
99th percentile service time desc_sort_timestamp_no_can_match_shortcut 2.65462 2.59656 -0.05807 ms
100th percentile service time desc_sort_timestamp_no_can_match_shortcut 2.68573 2.61006 -0.07567 ms
error rate desc_sort_timestamp_no_can_match_shortcut 0 0 0 %
Min Throughput asc_sort_timestamp_can_match_shortcut 2.00662 2.00662 0 ops/s
Mean Throughput asc_sort_timestamp_can_match_shortcut 2.00803 2.00804 2e-05 ops/s
Median Throughput asc_sort_timestamp_can_match_shortcut 2.00791 2.00793 2e-05 ops/s
Max Throughput asc_sort_timestamp_can_match_shortcut 2.00986 2.00989 3e-05 ops/s
50th percentile latency asc_sort_timestamp_can_match_shortcut 3.28964 3.32176 0.03212 ms
90th percentile latency asc_sort_timestamp_can_match_shortcut 3.68352 3.81712 0.13361 ms
99th percentile latency asc_sort_timestamp_can_match_shortcut 3.87234 3.93129 0.05894 ms
100th percentile latency asc_sort_timestamp_can_match_shortcut 4.11262 4.08753 -0.0251 ms
50th percentile service time asc_sort_timestamp_can_match_shortcut 1.96809 2.01147 0.04338 ms
90th percentile service time asc_sort_timestamp_can_match_shortcut 2.03322 2.09023 0.05701 ms
99th percentile service time asc_sort_timestamp_can_match_shortcut 2.44152 2.45024 0.00871 ms
100th percentile service time asc_sort_timestamp_can_match_shortcut 2.52435 2.61776 0.09342 ms
error rate asc_sort_timestamp_can_match_shortcut 0 0 0 %
Min Throughput asc_sort_timestamp_no_can_match_shortcut 2.00661 2.00663 2e-05 ops/s
Mean Throughput asc_sort_timestamp_no_can_match_shortcut 2.00803 2.00804 2e-05 ops/s
Median Throughput asc_sort_timestamp_no_can_match_shortcut 2.00791 2.00793 2e-05 ops/s
Max Throughput asc_sort_timestamp_no_can_match_shortcut 2.00986 2.00987 1e-05 ops/s
50th percentile latency asc_sort_timestamp_no_can_match_shortcut 3.49983 3.16749 -0.33234 ms
90th percentile latency asc_sort_timestamp_no_can_match_shortcut 3.74854 3.62286 -0.12569 ms
99th percentile latency asc_sort_timestamp_no_can_match_shortcut 3.99784 3.90385 -0.09399 ms
100th percentile latency asc_sort_timestamp_no_can_match_shortcut 4.00749 4.09059 0.0831 ms
50th percentile service time asc_sort_timestamp_no_can_match_shortcut 1.9824 1.96891 -0.01348 ms
90th percentile service time asc_sort_timestamp_no_can_match_shortcut 2.17196 2.14754 -0.02442 ms
99th percentile service time asc_sort_timestamp_no_can_match_shortcut 2.33912 2.27537 -0.06374 ms
100th percentile service time asc_sort_timestamp_no_can_match_shortcut 2.4576 2.31843 -0.13917 ms
error rate asc_sort_timestamp_no_can_match_shortcut 0 0 0 %
Min Throughput term 2.0066 2.00659 -1e-05 ops/s
Mean Throughput term 2.00801 2.008 -1e-05 ops/s
Median Throughput term 2.0079 2.0079 -0 ops/s
Max Throughput term 2.00983 2.00983 1e-05 ops/s
50th percentile latency term 3.20646 3.23392 0.02746 ms
90th percentile latency term 3.62423 3.56483 -0.05939 ms
99th percentile latency term 3.76325 3.74266 -0.02059 ms
100th percentile latency term 3.8342 3.74468 -0.08952 ms
50th percentile service time term 1.82036 1.85558 0.03522 ms
90th percentile service time term 1.8768 1.94496 0.06816 ms
99th percentile service time term 2.04655 2.08446 0.03791 ms
100th percentile service time term 2.07298 2.14033 0.06735 ms
error rate term 0 0 0 %
Min Throughput multi_terms-keyword 2.00617 2.0062 4e-05 ops/s
Mean Throughput multi_terms-keyword 2.00749 2.00752 3e-05 ops/s
Median Throughput multi_terms-keyword 2.00738 2.00742 4e-05 ops/s
Max Throughput multi_terms-keyword 2.00919 2.00923 4e-05 ops/s
50th percentile latency multi_terms-keyword 3.8082 3.96147 0.15327 ms
90th percentile latency multi_terms-keyword 4.29052 4.35326 0.06274 ms
99th percentile latency multi_terms-keyword 4.42697 4.59164 0.16467 ms
100th percentile latency multi_terms-keyword 4.86686 4.75649 -0.11037 ms
50th percentile service time multi_terms-keyword 2.48672 2.56917 0.08245 ms
90th percentile service time multi_terms-keyword 2.63085 2.71549 0.08464 ms
99th percentile service time multi_terms-keyword 3.10665 2.87368 -0.23296 ms
100th percentile service time multi_terms-keyword 3.27043 3.56393 0.2935 ms
error rate multi_terms-keyword 0 0 0 %
Min Throughput keyword-terms 2.0065 2.00643 -7e-05 ops/s
Mean Throughput keyword-terms 2.00789 2.0078 -8e-05 ops/s
Median Throughput keyword-terms 2.00778 2.0077 -8e-05 ops/s
Max Throughput keyword-terms 2.00968 2.00959 -9e-05 ops/s
50th percentile latency keyword-terms 3.54336 3.62233 0.07897 ms
90th percentile latency keyword-terms 3.95906 3.99206 0.033 ms
99th percentile latency keyword-terms 4.21664 4.14497 -0.07167 ms
100th percentile latency keyword-terms 5.01595 4.26246 -0.75349 ms
50th percentile service time keyword-terms 2.19193 2.25739 0.06546 ms
90th percentile service time keyword-terms 2.30226 2.37371 0.07146 ms
99th percentile service time keyword-terms 2.57386 2.58941 0.01555 ms
100th percentile service time keyword-terms 3.2108 3.08872 -0.12208 ms
error rate keyword-terms 0 0 0 %
Min Throughput keyword-terms-low-cardinality 2.0066 2.00661 1e-05 ops/s
Mean Throughput keyword-terms-low-cardinality 2.00801 2.00801 0 ops/s
Median Throughput keyword-terms-low-cardinality 2.0079 2.0079 0 ops/s
Max Throughput keyword-terms-low-cardinality 2.00983 2.00984 1e-05 ops/s
50th percentile latency keyword-terms-low-cardinality 3.44137 3.51615 0.07478 ms
90th percentile latency keyword-terms-low-cardinality 3.83556 3.94304 0.10748 ms
99th percentile latency keyword-terms-low-cardinality 4.05177 4.16837 0.1166 ms
100th percentile latency keyword-terms-low-cardinality 4.29063 4.25442 -0.03621 ms
50th percentile service time keyword-terms-low-cardinality 2.08239 2.15482 0.07242 ms
90th percentile service time keyword-terms-low-cardinality 2.21419 2.30626 0.09207 ms
99th percentile service time keyword-terms-low-cardinality 2.3846 2.48918 0.10458 ms
100th percentile service time keyword-terms-low-cardinality 2.53035 2.59848 0.06813 ms
error rate keyword-terms-low-cardinality 0 0 0 %
Min Throughput composite-terms 2.00649 2.00648 -1e-05 ops/s
Mean Throughput composite-terms 2.00788 2.00787 -0 ops/s
Median Throughput composite-terms 2.00777 2.00776 -1e-05 ops/s
Max Throughput composite-terms 2.00967 2.00966 -0 ops/s
50th percentile latency composite-terms 3.5009 3.52629 0.0254 ms
90th percentile latency composite-terms 3.93437 4.02731 0.09294 ms
99th percentile latency composite-terms 4.03646 4.11195 0.07549 ms
100th percentile latency composite-terms 4.041 4.27175 0.23075 ms
50th percentile service time composite-terms 2.16462 2.23753 0.07291 ms
90th percentile service time composite-terms 2.2712 2.35707 0.08587 ms
99th percentile service time composite-terms 2.47756 2.52482 0.04727 ms
100th percentile service time composite-terms 2.65718 2.5377 -0.11948 ms
error rate composite-terms 0 0 0 %
Min Throughput composite_terms-keyword 2.00661 2.00661 -1e-05 ops/s
Mean Throughput composite_terms-keyword 2.00802 2.00802 -1e-05 ops/s
Median Throughput composite_terms-keyword 2.00791 2.00791 0 ops/s
Max Throughput composite_terms-keyword 2.00984 2.00985 1e-05 ops/s
50th percentile latency composite_terms-keyword 3.43409 3.46885 0.03476 ms
90th percentile latency composite_terms-keyword 3.87893 3.91761 0.03868 ms
99th percentile latency composite_terms-keyword 3.94837 4.05793 0.10956 ms
100th percentile latency composite_terms-keyword 4.0672 4.15925 0.09204 ms
50th percentile service time composite_terms-keyword 2.10207 2.10668 0.00461 ms
90th percentile service time composite_terms-keyword 2.20636 2.23248 0.02612 ms
99th percentile service time composite_terms-keyword 2.39033 2.36117 -0.02917 ms
100th percentile service time composite_terms-keyword 2.40981 2.47762 0.06781 ms
error rate composite_terms-keyword 0 0 0 %
Min Throughput composite-date_histogram-daily 2.00644 2.00639 -5e-05 ops/s
Mean Throughput composite-date_histogram-daily 2.00782 2.00775 -7e-05 ops/s
Median Throughput composite-date_histogram-daily 2.00771 2.00765 -7e-05 ops/s
Max Throughput composite-date_histogram-daily 2.0096 2.00951 -8e-05 ops/s
50th percentile latency composite-date_histogram-daily 3.55054 3.57753 0.02699 ms
90th percentile latency composite-date_histogram-daily 3.95882 3.93562 -0.0232 ms
99th percentile latency composite-date_histogram-daily 4.12214 4.04203 -0.08011 ms
100th percentile latency composite-date_histogram-daily 4.13822 4.11619 -0.02203 ms
50th percentile service time composite-date_histogram-daily 2.17151 2.17925 0.00774 ms
90th percentile service time composite-date_histogram-daily 2.26917 2.25442 -0.01476 ms
99th percentile service time composite-date_histogram-daily 2.37161 2.40083 0.02922 ms
100th percentile service time composite-date_histogram-daily 2.43657 2.4365 -8e-05 ms
error rate composite-date_histogram-daily 0 0 0 %
Min Throughput range 2.00661 2.00662 1e-05 ops/s
Mean Throughput range 2.00802 2.00803 0 ops/s
Median Throughput range 2.00792 2.00791 -0 ops/s
Max Throughput range 2.00985 2.00987 2e-05 ops/s
50th percentile latency range 3.10277 3.03344 -0.06932 ms
90th percentile latency range 3.49363 3.45129 -0.04233 ms
99th percentile latency range 3.61332 3.55642 -0.0569 ms
100th percentile latency range 3.64581 3.62703 -0.01879 ms
50th percentile service time range 1.71619 1.74622 0.03003 ms
90th percentile service time range 1.78491 1.83968 0.05476 ms
99th percentile service time range 1.89884 1.95696 0.05812 ms
100th percentile service time range 1.9379 2.208 0.2701 ms
error rate range 0 0 0 %
Min Throughput range-numeric 2.00656 2.00657 1e-05 ops/s
Mean Throughput range-numeric 2.00796 2.00797 2e-05 ops/s
Median Throughput range-numeric 2.00785 2.00787 2e-05 ops/s
Max Throughput range-numeric 2.00978 2.00979 1e-05 ops/s
50th percentile latency range-numeric 3.09261 3.22415 0.13154 ms
90th percentile latency range-numeric 3.45366 3.58409 0.13043 ms
99th percentile latency range-numeric 3.78321 3.72358 -0.05963 ms
100th percentile latency range-numeric 3.90179 3.74121 -0.16058 ms
50th percentile service time range-numeric 1.69733 1.71269 0.01537 ms
90th percentile service time range-numeric 1.86318 1.85663 -0.00655 ms
99th percentile service time range-numeric 1.96959 1.93067 -0.03892 ms
100th percentile service time range-numeric 2.14931 2.12953 -0.01978 ms
error rate range-numeric 0 0 0 %
Min Throughput keyword-in-range 2.00656 2.00653 -2e-05 ops/s
Mean Throughput keyword-in-range 2.00795 2.00793 -2e-05 ops/s
Median Throughput keyword-in-range 2.00784 2.00783 -2e-05 ops/s
Max Throughput keyword-in-range 2.00976 2.00974 -2e-05 ops/s
50th percentile latency keyword-in-range 3.04956 3.06648 0.01693 ms
90th percentile latency keyword-in-range 3.44231 3.43142 -0.01089 ms
99th percentile latency keyword-in-range 3.60772 3.49824 -0.10948 ms
100th percentile latency keyword-in-range 3.90899 3.5028 -0.40619 ms
50th percentile service time keyword-in-range 1.67785 1.70426 0.02642 ms
90th percentile service time keyword-in-range 1.77533 1.76421 -0.01112 ms
99th percentile service time keyword-in-range 2.1367 1.81774 -0.31896 ms
100th percentile service time keyword-in-range 2.14206 2.00864 -0.13341 ms
error rate keyword-in-range 0 0 0 %
Min Throughput date_histogram_hourly_agg 2.00656 2.00656 0 ops/s
Mean Throughput date_histogram_hourly_agg 2.00796 2.00795 -1e-05 ops/s
Median Throughput date_histogram_hourly_agg 2.00786 2.00784 -1e-05 ops/s
Max Throughput date_histogram_hourly_agg 2.00978 2.00976 -2e-05 ops/s
50th percentile latency date_histogram_hourly_agg 3.42229 3.2391 -0.18319 ms
90th percentile latency date_histogram_hourly_agg 3.71358 3.57458 -0.139 ms
99th percentile latency date_histogram_hourly_agg 3.93564 3.87869 -0.05695 ms
100th percentile latency date_histogram_hourly_agg 4.0237 3.8884 -0.1353 ms
50th percentile service time date_histogram_hourly_agg 1.90318 1.86135 -0.04183 ms
90th percentile service time date_histogram_hourly_agg 1.99802 1.94428 -0.05374 ms
99th percentile service time date_histogram_hourly_agg 2.14434 2.09201 -0.05232 ms
100th percentile service time date_histogram_hourly_agg 2.17466 2.12721 -0.04745 ms
error rate date_histogram_hourly_agg 0 0 0 %
Min Throughput date_histogram_minute_agg 2.00662 2.0066 -2e-05 ops/s
Mean Throughput date_histogram_minute_agg 2.00803 2.00801 -2e-05 ops/s
Median Throughput date_histogram_minute_agg 2.00791 2.0079 -1e-05 ops/s
Max Throughput date_histogram_minute_agg 2.00986 2.00985 -2e-05 ops/s
50th percentile latency date_histogram_minute_agg 3.20343 3.20769 0.00427 ms
90th percentile latency date_histogram_minute_agg 3.55142 3.72121 0.16979 ms
99th percentile latency date_histogram_minute_agg 3.67535 3.91498 0.23963 ms
100th percentile latency date_histogram_minute_agg 3.67603 3.98705 0.31102 ms
50th percentile service time date_histogram_minute_agg 1.87818 1.91268 0.0345 ms
90th percentile service time date_histogram_minute_agg 1.98095 2.01803 0.03708 ms
99th percentile service time date_histogram_minute_agg 2.13245 2.18564 0.05319 ms
100th percentile service time date_histogram_minute_agg 2.16026 2.28493 0.12467 ms
error rate date_histogram_minute_agg 0 0 0 %
Min Throughput scroll 2.00655 2.00653 -2e-05 pages/s
Mean Throughput scroll 2.00795 2.00792 -2e-05 pages/s
Median Throughput scroll 2.00783 2.00782 -2e-05 pages/s
Max Throughput scroll 2.00976 2.00973 -3e-05 pages/s
50th percentile latency scroll 3.81814 3.6962 -0.12194 ms
90th percentile latency scroll 4.16949 4.11521 -0.05429 ms
99th percentile latency scroll 4.30797 4.22782 -0.08015 ms
100th percentile latency scroll 4.36087 4.25379 -0.10707 ms
50th percentile service time scroll 2.01018 1.99377 -0.01642 ms
90th percentile service time scroll 2.10177 2.05581 -0.04596 ms
99th percentile service time scroll 2.19013 2.21232 0.02219 ms
100th percentile service time scroll 2.36266 2.21847 -0.14419 ms
error rate scroll 0 0 0 %
Min Throughput query-string-on-message 2.00635 2.00633 -1e-05 ops/s
Mean Throughput query-string-on-message 2.00769 2.00769 -1e-05 ops/s
Median Throughput query-string-on-message 2.00758 2.00758 -1e-05 ops/s
Max Throughput query-string-on-message 2.00944 2.00944 -0 ops/s
50th percentile latency query-string-on-message 3.2955 3.23947 -0.05603 ms
90th percentile latency query-string-on-message 3.64454 3.63068 -0.01387 ms
99th percentile latency query-string-on-message 3.75052 3.74816 -0.00236 ms
100th percentile latency query-string-on-message 3.80369 4.03657 0.23288 ms
50th percentile service time query-string-on-message 1.85223 1.85684 0.00461 ms
90th percentile service time query-string-on-message 1.9556 1.97182 0.01622 ms
99th percentile service time query-string-on-message 2.20634 2.15138 -0.05496 ms
100th percentile service time query-string-on-message 2.24535 2.16058 -0.08477 ms
error rate query-string-on-message 0 0 0 %
Min Throughput query-string-on-message-filtered 2.00662 2.00662 -0 ops/s
Mean Throughput query-string-on-message-filtered 2.00803 2.00804 1e-05 ops/s
Median Throughput query-string-on-message-filtered 2.00792 2.00794 2e-05 ops/s
Max Throughput query-string-on-message-filtered 2.00986 2.00987 2e-05 ops/s
50th percentile latency query-string-on-message-filtered 3.0411 2.96373 -0.07737 ms
90th percentile latency query-string-on-message-filtered 3.40894 3.33367 -0.07526 ms
99th percentile latency query-string-on-message-filtered 3.50712 3.46172 -0.0454 ms
100th percentile latency query-string-on-message-filtered 3.72282 3.48733 -0.23549 ms
50th percentile service time query-string-on-message-filtered 1.65246 1.59957 -0.0529 ms
90th percentile service time query-string-on-message-filtered 1.74037 1.67537 -0.065 ms
99th percentile service time query-string-on-message-filtered 1.81469 1.81366 -0.00103 ms
100th percentile service time query-string-on-message-filtered 1.85416 1.83842 -0.01574 ms
error rate query-string-on-message-filtered 0 0 0 %
Min Throughput query-string-on-message-filtered-sorted-num 2.00662 2.00661 -1e-05 ops/s
Mean Throughput query-string-on-message-filtered-sorted-num 2.00803 2.00802 -1e-05 ops/s
Median Throughput query-string-on-message-filtered-sorted-num 2.00792 2.00791 -1e-05 ops/s
Max Throughput query-string-on-message-filtered-sorted-num 2.00986 2.00985 -1e-05 ops/s
50th percentile latency query-string-on-message-filtered-sorted-num 3.00141 3.05353 0.05212 ms
90th percentile latency query-string-on-message-filtered-sorted-num 3.40568 3.44249 0.03682 ms
99th percentile latency query-string-on-message-filtered-sorted-num 3.4861 3.93491 0.44881 ms
100th percentile latency query-string-on-message-filtered-sorted-num 3.51624 4.25861 0.74237 ms
50th percentile service time query-string-on-message-filtered-sorted-num 1.6577 1.65715 -0.00055 ms
90th percentile service time query-string-on-message-filtered-sorted-num 1.71585 1.71576 -9e-05 ms
99th percentile service time query-string-on-message-filtered-sorted-num 1.78644 1.77947 -0.00698 ms
100th percentile service time query-string-on-message-filtered-sorted-num 1.78875 1.84297 0.05422 ms
error rate query-string-on-message-filtered-sorted-num 0 0 0 %
Min Throughput sort_keyword_can_match_shortcut 2.00658 2.00657 -1e-05 ops/s
Mean Throughput sort_keyword_can_match_shortcut 2.00798 2.00797 -1e-05 ops/s
Median Throughput sort_keyword_can_match_shortcut 2.00787 2.00786 -1e-05 ops/s
Max Throughput sort_keyword_can_match_shortcut 2.0098 2.00979 -1e-05 ops/s
50th percentile latency sort_keyword_can_match_shortcut 2.92858 2.88386 -0.04472 ms
90th percentile latency sort_keyword_can_match_shortcut 3.32214 3.26995 -0.05219 ms
99th percentile latency sort_keyword_can_match_shortcut 3.37804 3.38355 0.0055 ms
100th percentile latency sort_keyword_can_match_shortcut 3.38881 3.39312 0.00431 ms
50th percentile service time sort_keyword_can_match_shortcut 1.55732 1.53739 -0.01993 ms
90th percentile service time sort_keyword_can_match_shortcut 1.61195 1.5764 -0.03555 ms
99th percentile service time sort_keyword_can_match_shortcut 1.75358 1.60346 -0.15012 ms
100th percentile service time sort_keyword_can_match_shortcut 1.8151 1.60813 -0.20697 ms
error rate sort_keyword_can_match_shortcut 0 0 0 %
Min Throughput sort_keyword_no_can_match_shortcut 2.00663 2.0066 -3e-05 ops/s
Mean Throughput sort_keyword_no_can_match_shortcut 2.00804 2.00802 -2e-05 ops/s
Median Throughput sort_keyword_no_can_match_shortcut 2.00792 2.00791 -2e-05 ops/s
Max Throughput sort_keyword_no_can_match_shortcut 2.00987 2.00985 -2e-05 ops/s
50th percentile latency sort_keyword_no_can_match_shortcut 2.83825 2.92841 0.09015 ms
90th percentile latency sort_keyword_no_can_match_shortcut 3.25107 3.29621 0.04514 ms
99th percentile latency sort_keyword_no_can_match_shortcut 3.37599 3.38883 0.01284 ms
100th percentile latency sort_keyword_no_can_match_shortcut 3.38437 3.59789 0.21352 ms
50th percentile service time sort_keyword_no_can_match_shortcut 1.50724 1.49519 -0.01206 ms
90th percentile service time sort_keyword_no_can_match_shortcut 1.56644 1.5737 0.00726 ms
99th percentile service time sort_keyword_no_can_match_shortcut 1.64995 1.74613 0.09619 ms
100th percentile service time sort_keyword_no_can_match_shortcut 1.65561 2.58283 0.92721 ms
error rate sort_keyword_no_can_match_shortcut 0 0 0 %
Min Throughput sort_numeric_desc 2.00662 2.00661 -0 ops/s
Mean Throughput sort_numeric_desc 2.00803 2.00802 -1e-05 ops/s
Median Throughput sort_numeric_desc 2.00793 2.00791 -1e-05 ops/s
Max Throughput sort_numeric_desc 2.00986 2.00985 -1e-05 ops/s
50th percentile latency sort_numeric_desc 2.87304 2.81716 -0.05588 ms
90th percentile latency sort_numeric_desc 3.25931 3.1932 -0.06611 ms
99th percentile latency sort_numeric_desc 3.32749 3.39627 0.06879 ms
100th percentile latency sort_numeric_desc 3.39367 3.98126 0.58759 ms
50th percentile service time sort_numeric_desc 1.52532 1.4553 -0.07001 ms
90th percentile service time sort_numeric_desc 1.56954 1.53932 -0.03022 ms
99th percentile service time sort_numeric_desc 1.73086 1.71787 -0.01299 ms
100th percentile service time sort_numeric_desc 1.81658 2.12221 0.30562 ms
error rate sort_numeric_desc 0 0 0 %
Min Throughput sort_numeric_asc 2.00664 2.00662 -2e-05 ops/s
Mean Throughput sort_numeric_asc 2.00805 2.00803 -2e-05 ops/s
Median Throughput sort_numeric_asc 2.00794 2.00793 -2e-05 ops/s
Max Throughput sort_numeric_asc 2.00989 2.00987 -2e-05 ops/s
50th percentile latency sort_numeric_asc 2.28819 2.80658 0.51839 ms
90th percentile latency sort_numeric_asc 3.15091 3.23409 0.08318 ms
99th percentile latency sort_numeric_asc 3.4823 3.36675 -0.11555 ms
100th percentile latency sort_numeric_asc 3.73653 3.39986 -0.33667 ms
50th percentile service time sort_numeric_asc 1.432 1.45151 0.01951 ms
90th percentile service time sort_numeric_asc 1.48432 1.50277 0.01845 ms
99th percentile service time sort_numeric_asc 1.5585 1.55325 -0.00525 ms
100th percentile service time sort_numeric_asc 1.55933 1.55686 -0.00247 ms
error rate sort_numeric_asc 0 0 0 %
Min Throughput sort_numeric_desc_with_match 2.00663 2.00663 0 ops/s
Mean Throughput sort_numeric_desc_with_match 2.00804 2.00804 0 ops/s
Median Throughput sort_numeric_desc_with_match 2.00794 2.00793 -1e-05 ops/s
Max Throughput sort_numeric_desc_with_match 2.00987 2.00988 1e-05 ops/s
50th percentile latency sort_numeric_desc_with_match 2.79307 2.81297 0.0199 ms
90th percentile latency sort_numeric_desc_with_match 3.22939 3.08234 -0.14705 ms
99th percentile latency sort_numeric_desc_with_match 3.31813 3.55317 0.23504 ms
100th percentile latency sort_numeric_desc_with_match 3.77035 4.04675 0.2764 ms
50th percentile service time sort_numeric_desc_with_match 1.44147 1.4529 0.01143 ms
90th percentile service time sort_numeric_desc_with_match 1.49138 1.49716 0.00578 ms
99th percentile service time sort_numeric_desc_with_match 1.53017 1.54154 0.01137 ms
100th percentile service time sort_numeric_desc_with_match 1.53359 1.54842 0.01482 ms
error rate sort_numeric_desc_with_match 0 0 0 %
Min Throughput sort_numeric_asc_with_match 2.00662 2.00663 0 ops/s
Mean Throughput sort_numeric_asc_with_match 2.00803 2.00805 1e-05 ops/s
Median Throughput sort_numeric_asc_with_match 2.00793 2.00794 2e-05 ops/s
Max Throughput sort_numeric_asc_with_match 2.00986 2.00987 1e-05 ops/s
50th percentile latency sort_numeric_asc_with_match 2.70999 2.78452 0.07452 ms
90th percentile latency sort_numeric_asc_with_match 3.20772 3.10726 -0.10047 ms
99th percentile latency sort_numeric_asc_with_match 3.2493 3.29175 0.04245 ms
100th percentile latency sort_numeric_asc_with_match 3.25345 3.36508 0.11163 ms
50th percentile service time sort_numeric_asc_with_match 1.43334 1.4403 0.00696 ms
90th percentile service time sort_numeric_asc_with_match 1.47115 1.48603 0.01488 ms
99th percentile service time sort_numeric_asc_with_match 1.5079 1.54639 0.03849 ms
100th percentile service time sort_numeric_asc_with_match 1.52344 1.95267 0.42923 ms
error rate sort_numeric_asc_with_match 0 0 0 %
Min Throughput range_field_conjunction_big_range_big_term_query 2.00662 2.00663 1e-05 ops/s
Mean Throughput range_field_conjunction_big_range_big_term_query 2.00802 2.00804 1e-05 ops/s
Median Throughput range_field_conjunction_big_range_big_term_query 2.00792 2.00793 1e-05 ops/s
Max Throughput range_field_conjunction_big_range_big_term_query 2.00986 2.00986 -0 ops/s
50th percentile latency range_field_conjunction_big_range_big_term_query 2.89481 2.90005 0.00524 ms
90th percentile latency range_field_conjunction_big_range_big_term_query 3.29772 3.3088 0.01107 ms
99th percentile latency range_field_conjunction_big_range_big_term_query 3.51458 3.47506 -0.03952 ms
100th percentile latency range_field_conjunction_big_range_big_term_query 3.61359 3.496 -0.1176 ms
50th percentile service time range_field_conjunction_big_range_big_term_query 1.5528 1.54791 -0.00489 ms
90th percentile service time range_field_conjunction_big_range_big_term_query 1.62126 1.62305 0.00179 ms
99th percentile service time range_field_conjunction_big_range_big_term_query 1.83326 1.69938 -0.13388 ms
100th percentile service time range_field_conjunction_big_range_big_term_query 1.85923 1.77455 -0.08467 ms
error rate range_field_conjunction_big_range_big_term_query 0 0 0 %
Min Throughput range_field_disjunction_big_range_small_term_query 2.00662 2.0066 -1e-05 ops/s
Mean Throughput range_field_disjunction_big_range_small_term_query 2.00803 2.00802 -2e-05 ops/s
Median Throughput range_field_disjunction_big_range_small_term_query 2.00793 2.00791 -2e-05 ops/s
Max Throughput range_field_disjunction_big_range_small_term_query 2.00986 2.00986 -0 ops/s
50th percentile latency range_field_disjunction_big_range_small_term_query 2.88388 2.85855 -0.02533 ms
90th percentile latency range_field_disjunction_big_range_small_term_query 3.28857 3.2574 -0.03116 ms
99th percentile latency range_field_disjunction_big_range_small_term_query 3.41648 3.33901 -0.07748 ms
100th percentile latency range_field_disjunction_big_range_small_term_query 3.41957 3.40601 -0.01356 ms
50th percentile service time range_field_disjunction_big_range_small_term_query 1.54934 1.52489 -0.02445 ms
90th percentile service time range_field_disjunction_big_range_small_term_query 1.58991 1.5664 -0.02351 ms
99th percentile service time range_field_disjunction_big_range_small_term_query 1.6262 1.60871 -0.01749 ms
100th percentile service time range_field_disjunction_big_range_small_term_query 1.63486 1.7359 0.10104 ms
error rate range_field_disjunction_big_range_small_term_query 0 0 0 %
Min Throughput range_field_conjunction_small_range_small_term_query 2.00662 2.00661 -2e-05 ops/s
Mean Throughput range_field_conjunction_small_range_small_term_query 2.00804 2.00802 -2e-05 ops/s
Median Throughput range_field_conjunction_small_range_small_term_query 2.00794 2.00791 -3e-05 ops/s
Max Throughput range_field_conjunction_small_range_small_term_query 2.00988 2.00985 -3e-05 ops/s
50th percentile latency range_field_conjunction_small_range_small_term_query 2.86768 2.85671 -0.01097 ms
90th percentile latency range_field_conjunction_small_range_small_term_query 3.2914 3.24065 -0.05076 ms
99th percentile latency range_field_conjunction_small_range_small_term_query 3.76694 3.33193 -0.43501 ms
100th percentile latency range_field_conjunction_small_range_small_term_query 3.8989 3.3327 -0.5662 ms
50th percentile service time range_field_conjunction_small_range_small_term_query 1.50559 1.49438 -0.01121 ms
90th percentile service time range_field_conjunction_small_range_small_term_query 1.5422 1.53045 -0.01175 ms
99th percentile service time range_field_conjunction_small_range_small_term_query 1.58481 1.61718 0.03237 ms
100th percentile service time range_field_conjunction_small_range_small_term_query 1.59923 1.73486 0.13563 ms
error rate range_field_conjunction_small_range_small_term_query 0 0 0 %
Min Throughput range_field_conjunction_small_range_big_term_query 2.00663 2.0066 -3e-05 ops/s
Mean Throughput range_field_conjunction_small_range_big_term_query 2.00804 2.00801 -2e-05 ops/s
Median Throughput range_field_conjunction_small_range_big_term_query 2.00793 2.0079 -3e-05 ops/s
Max Throughput range_field_conjunction_small_range_big_term_query 2.00987 2.00985 -2e-05 ops/s
50th percentile latency range_field_conjunction_small_range_big_term_query 2.82315 2.7816 -0.04155 ms
90th percentile latency range_field_conjunction_small_range_big_term_query 3.23252 3.25628 0.02376 ms
99th percentile latency range_field_conjunction_small_range_big_term_query 3.43487 3.30073 -0.13413 ms
100th percentile latency range_field_conjunction_small_range_big_term_query 3.53616 3.31558 -0.22058 ms
50th percentile service time range_field_conjunction_small_range_big_term_query 1.49987 1.45311 -0.04676 ms
90th percentile service time range_field_conjunction_small_range_big_term_query 1.53901 1.48118 -0.05783 ms
99th percentile service time range_field_conjunction_small_range_big_term_query 1.85127 1.5369 -0.31437 ms
100th percentile service time range_field_conjunction_small_range_big_term_query 1.97586 1.57464 -0.40122 ms
error rate range_field_conjunction_small_range_big_term_query 0 0 0 %
Min Throughput range-auto-date-histo 2.00647 2.0065 3e-05 ops/s
Mean Throughput range-auto-date-histo 2.00785 2.00788 2e-05 ops/s
Median Throughput range-auto-date-histo 2.00775 2.00777 3e-05 ops/s
Max Throughput range-auto-date-histo 2.00963 2.00967 4e-05 ops/s
50th percentile latency range-auto-date-histo 3.17891 3.4702 0.2913 ms
90th percentile latency range-auto-date-histo 3.73347 3.79966 0.06618 ms
99th percentile latency range-auto-date-histo 3.92969 3.96295 0.03326 ms
100th percentile latency range-auto-date-histo 3.95625 4.03081 0.07456 ms
50th percentile service time range-auto-date-histo 1.98236 2.02862 0.04627 ms
90th percentile service time range-auto-date-histo 2.1701 2.17369 0.00359 ms
99th percentile service time range-auto-date-histo 2.34826 2.31765 -0.03061 ms
100th percentile service time range-auto-date-histo 2.41269 2.32912 -0.08357 ms
error rate range-auto-date-histo 0 0 0 %
Min Throughput range-auto-date-histo-with-metrics 2.00654 2.00652 -2e-05 ops/s
Mean Throughput range-auto-date-histo-with-metrics 2.00793 2.00792 -1e-05 ops/s
Median Throughput range-auto-date-histo-with-metrics 2.00783 2.00781 -2e-05 ops/s
Max Throughput range-auto-date-histo-with-metrics 2.00974 2.00973 -1e-05 ops/s
50th percentile latency range-auto-date-histo-with-metrics 3.07887 3.47081 0.39194 ms
90th percentile latency range-auto-date-histo-with-metrics 3.66241 3.70169 0.03927 ms
99th percentile latency range-auto-date-histo-with-metrics 3.81207 3.90529 0.09322 ms
100th percentile latency range-auto-date-histo-with-metrics 3.82709 3.95234 0.12525 ms
50th percentile service time range-auto-date-histo-with-metrics 1.94252 1.96608 0.02355 ms
90th percentile service time range-auto-date-histo-with-metrics 2.0596 2.08886 0.02926 ms
99th percentile service time range-auto-date-histo-with-metrics 2.18138 2.29822 0.11683 ms
100th percentile service time range-auto-date-histo-with-metrics 2.21834 2.4119 0.19356 ms
error rate range-auto-date-histo-with-metrics 0 0 0 %
Min Throughput range-agg-1 2.00662 2.00661 -0 ops/s
Mean Throughput range-agg-1 2.00803 2.00803 0 ops/s
Median Throughput range-agg-1 2.00792 2.00792 0 ops/s
Max Throughput range-agg-1 2.00985 2.00987 2e-05 ops/s
50th percentile latency range-agg-1 2.99708 3.02119 0.02411 ms
90th percentile latency range-agg-1 3.45296 3.41567 -0.03728 ms
99th percentile latency range-agg-1 3.54855 3.53595 -0.0126 ms
100th percentile latency range-agg-1 3.58545 3.63912 0.05367 ms
50th percentile service time range-agg-1 1.68285 1.66832 -0.01453 ms
90th percentile service time range-agg-1 1.74765 1.72804 -0.01961 ms
99th percentile service time range-agg-1 1.79842 1.79237 -0.00605 ms
100th percentile service time range-agg-1 1.82028 1.80699 -0.01329 ms
error rate range-agg-1 0 0 0 %
Min Throughput range-agg-2 2.00662 2.00662 -0 ops/s
Mean Throughput range-agg-2 2.00804 2.00803 -1e-05 ops/s
Median Throughput range-agg-2 2.00793 2.00792 -1e-05 ops/s
Max Throughput range-agg-2 2.00988 2.00986 -2e-05 ops/s
50th percentile latency range-agg-2 2.92217 2.96992 0.04775 ms
90th percentile latency range-agg-2 3.35415 3.42195 0.0678 ms
99th percentile latency range-agg-2 3.46111 3.48958 0.02847 ms
100th percentile latency range-agg-2 3.49132 3.53837 0.04705 ms
50th percentile service time range-agg-2 1.62256 1.60475 -0.0178 ms
90th percentile service time range-agg-2 1.67855 1.67455 -0.00399 ms
99th percentile service time range-agg-2 1.84524 1.74335 -0.10189 ms
100th percentile service time range-agg-2 2.00013 1.7777 -0.22243 ms
error rate range-agg-2 0 0 0 %
Min Throughput cardinality-agg-low 2.00657 2.00657 -0 ops/s
Mean Throughput cardinality-agg-low 2.00798 2.00796 -1e-05 ops/s
Median Throughput cardinality-agg-low 2.00787 2.00786 -2e-05 ops/s
Max Throughput cardinality-agg-low 2.0098 2.00977 -3e-05 ops/s
50th percentile latency cardinality-agg-low 2.96017 2.94813 -0.01204 ms
90th percentile latency cardinality-agg-low 3.36084 3.34504 -0.0158 ms
99th percentile latency cardinality-agg-low 3.42963 3.4943 0.06466 ms
100th percentile latency cardinality-agg-low 3.43606 3.5085 0.07244 ms
50th percentile service time cardinality-agg-low 1.60405 1.57198 -0.03208 ms
90th percentile service time cardinality-agg-low 1.64692 1.62507 -0.02185 ms
99th percentile service time cardinality-agg-low 1.8001 1.75459 -0.04551 ms
100th percentile service time cardinality-agg-low 1.9236 1.76642 -0.15718 ms
error rate cardinality-agg-low 0 0 0 %
Min Throughput cardinality-agg-high 2.00662 2.00662 -1e-05 ops/s
Mean Throughput cardinality-agg-high 2.00803 2.00803 0 ops/s
Max Throughput cardinality-agg-high 2.00987 2.00985 -1e-05 ops/s
50th percentile latency cardinality-agg-high 2.88484 2.95126 0.06642 ms
90th percentile latency cardinality-agg-high 3.33234 3.31652 -0.01583 ms
99th percentile latency cardinality-agg-high 3.62855 3.39544 -0.23311 ms
100th percentile latency cardinality-agg-high 4.0659 3.45248 -0.61343 ms
50th percentile service time cardinality-agg-high 1.57398 1.58287 0.00888 ms
90th percentile service time cardinality-agg-high 1.61874 1.62817 0.00943 ms
99th percentile service time cardinality-agg-high 1.70288 1.76415 0.06127 ms
100th percentile service time cardinality-agg-high 1.83692 1.90169 0.06477 ms
error rate cardinality-agg-high 0 0 0 %

[INFO] SUCCESS (took 0 seconds)

@asimmahmood1
Copy link
Contributor Author

OSB candidate results >0.05%

Metric Task Baseline Contender Diff Unit Diff %
99th percentile service time default 4.344470382 4.101908249 -0.24256 ms -6%
100th percentile service time default 4.702284001 4.113313043 -0.58897 ms -13%
50th percentile latency asc_sort_timestamp 4.389627022 4.086692585 -0.30293 ms -7%
100th percentile service time desc_sort_with_after_timestamp 3.564008977 3.237911966 -0.3261 ms -9%
99th percentile latency asc_sort_with_after_timestamp 4.71472007 4.397038959 -0.31768 ms -7%
99th percentile service time desc_sort_timestamp_can_match_shortcut 2.886093876 2.711019372 -0.17507 ms -6%
100th percentile service time desc_sort_timestamp_can_match_shortcut 3.369014943 2.805215074 -0.5638 ms -17%
50th percentile latency asc_sort_timestamp_no_can_match_shortcut 3.499831888 3.167492454 -0.33234 ms -9%
100th percentile service time asc_sort_timestamp_no_can_match_shortcut 2.457599854 2.318426035 -0.13917 ms -6%
99th percentile service time multi_terms-keyword 3.10664749 2.87368315 -0.23296 ms -7%
100th percentile latency keyword-terms 5.015954142 4.262462957 -0.75349 ms -15%
100th percentile latency keyword-in-range 3.90898902 3.502801061 -0.40619 ms -10%
99th percentile service time keyword-in-range 2.136697173 1.817740274 -0.31896 ms -15%
100th percentile service time keyword-in-range 2.142055891 2.008643001 -0.13341 ms -6%
50th percentile latency date_histogram_hourly_agg 3.422294045 3.239104641 -0.18319 ms -5%
100th percentile service time scroll 2.362661995 2.218473935 -0.14419 ms -6%
100th percentile latency query-string-on-message-filtered 3.722819965 3.487325972 -0.23549 ms -6%
99th percentile service time sort_keyword_can_match_shortcut 1.753580498 1.603462133 -0.15012 ms -9%
100th percentile service time sort_keyword_can_match_shortcut 1.815099036 1.608127961 -0.20697 ms -11%
100th percentile latency sort_numeric_asc 3.736526007 3.399855923 -0.33667 ms -9%
99th percentile service time range_field_conjunction_big_range_big_term_query 1.833264334 1.69938341 -0.13388 ms -7%
99th percentile latency range_field_conjunction_small_range_small_term_query 3.766944809 3.331932751 -0.43501 ms -12%
100th percentile latency range_field_conjunction_small_range_small_term_query 3.898901865 3.332698019 -0.5662 ms -15%
100th percentile latency range_field_conjunction_small_range_big_term_query 3.536162898 3.315578913 -0.22058 ms -6%
99th percentile service time range_field_conjunction_small_range_big_term_query 1.851271372 1.536900243 -0.31437 ms -17%
100th percentile service time range_field_conjunction_small_range_big_term_query 1.975857886 1.574639929 -0.40122 ms -20%
99th percentile service time range-agg-2 1.845236614 1.743346972 -0.10189 ms -6%
100th percentile service time range-agg-2 2.00013211 1.777697122 -0.22243 ms -11%
100th percentile service time cardinality-agg-low 1.923596952 1.766416011 -0.15718 ms -8%
99th percentile latency cardinality-agg-high 3.628553783 3.395440185 -0.23311 ms -6%
100th percentile latency cardinality-agg-high 4.065904999 3.452479141 -0.61343 ms -15%

@asimmahmood1
Copy link
Contributor Author

OSB result where candidate is slower than 0.05% (regression)

Metric Task Baseline Contender Diff Unit Diff %
99th percentile latency desc_sort_with_after_timestamp 4.716361114 5.043758305 0.3274 ms 7%
100th percentile service time multi_terms-keyword 3.270427929 3.563925857 0.2935 ms 9%
100th percentile latency composite-terms 4.040997941 4.271746147 0.23075 ms 6%
100th percentile service time range 1.937895082 2.20799516 0.2701 ms 14%
99th percentile latency date_histogram_minute_agg 3.675351909 3.914981938 0.23963 ms 7%
100th percentile latency date_histogram_minute_agg 3.676026128 3.987045959 0.31102 ms 8%
100th percentile service time date_histogram_minute_agg 2.160260919 2.284934046 0.12467 ms 6%
100th percentile latency query-string-on-message 3.803693922 4.036573926 0.23288 ms 6%
99th percentile latency query-string-on-message-filtered-sorted-num 3.486098407 3.934910772 0.44881 ms 13%
100th percentile latency query-string-on-message-filtered-sorted-num 3.516240045 4.258607049 0.74237 ms 21%
100th percentile latency sort_keyword_no_can_match_shortcut 3.384372918 3.597894916 0.21352 ms 6%
99th percentile service time sort_keyword_no_can_match_shortcut 1.649945269 1.746133356 0.09619 ms 6%
100th percentile service time sort_keyword_no_can_match_shortcut 1.655614935 2.582825953 0.92721 ms 56%
100th percentile latency sort_numeric_desc 3.393670078 3.981259884 0.58759 ms 17%
100th percentile service time sort_numeric_desc 1.816584961 2.122209873 0.30562 ms 17%
50th percentile latency sort_numeric_asc 2.288189135 2.806577948 0.51839 ms 23%
99th percentile latency sort_numeric_desc_with_match 3.318129801 3.553172632 0.23504 ms 7%
100th percentile latency sort_numeric_desc_with_match 3.770351876 4.046753049 0.2764 ms 7%
100th percentile service time sort_numeric_asc_with_match 1.523435116 1.952667953 0.42923 ms 28%
100th percentile service time range_field_disjunction_big_range_small_term_query 1.634859946 1.735897036 0.10104 ms 6%
100th percentile service time range_field_conjunction_small_range_small_term_query 1.59922801 1.734861871 0.13563 ms 8%
50th percentile latency range-auto-date-histo 3.178907558 3.470203141 0.2913 ms 9%
50th percentile latency range-auto-date-histo-with-metrics 3.078869893 3.470811411 0.39194 ms 13%
99th percentile service time range-auto-date-histo-with-metrics 2.181384119 2.298216354 0.11683 ms 5%
100th percentile service time range-auto-date-histo-with-metrics 2.218344016 2.411901951 0.19356 ms 9%

@asimmahmood1
Copy link
Contributor Author

graddle check took 11 hours to run! https://build.ci.opensearch.org/job/gradle-check/55102/testReport/

Trying again...

@asimmahmood1 asimmahmood1 reopened this Apr 1, 2025
Copy link
Contributor

github-actions bot commented Apr 1, 2025

❌ Gradle check result for adc0fdd: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

@asimmahmood1
Copy link
Contributor Author

1 test failed:

[org.opensearch.search.query.QueryPhaseTests.testQueryTimeoutChecker {p0=5 p1=org.opensearch.search.query.ConcurrentQueryPhaseSearcher@7a696a6b}](https://build.ci.opensearch.org/job/gradle-check/55332/testReport/junit/org.opensearch.search.query/QueryPhaseTests/testQueryTimeoutChecker__p0_5_p1_org_opensearch_search_query_ConcurrentQueryPhaseSearcher_7a696a6b_/)

Looks there's a known flaky test: #14551

@asimmahmood1 asimmahmood1 reopened this Apr 1, 2025
Copy link
Contributor

github-actions bot commented Apr 1, 2025

❕ Gradle check result for adc0fdd: UNSTABLE

Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure.

Copy link

codecov bot commented Apr 1, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.89%. Comparing base (6d53f9d) to head (adc0fdd).
Report is 27 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main   #17670      +/-   ##
============================================
+ Coverage     72.40%   72.89%   +0.49%     
- Complexity    65828    66201     +373     
============================================
  Files          5316     5316              
  Lines        305294   305335      +41     
  Branches      44289    44294       +5     
============================================
+ Hits         221033   222583    +1550     
+ Misses        66187    64831    -1356     
+ Partials      18074    17921     -153     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@asimmahmood1 asimmahmood1 reopened this Apr 2, 2025
Copy link
Contributor

github-actions bot commented Apr 2, 2025

✅ Gradle check result for adc0fdd: SUCCESS

@asimmahmood1
Copy link
Contributor Author

{"run-benchmark-test": "id_1"}

Copy link
Contributor

github-actions bot commented Apr 2, 2025

The Jenkins job url is https://build.ci.opensearch.org/job/benchmark-pull-request/2753/ . Final results will be published once the job is completed.

@asimmahmood1
Copy link
Contributor Author

[ec2-user@ip-172-31-61-197 ~]$ opensearch-benchmark compare -b 343e25c6-6e6b-4a01-ab78-1abf4cc13190 -c 62fac87f-dd5c-4eb8-8abe-8c503a4ae1f4


/ __ ____ ___ ____ / / ____ / / / __ ) ____ / / ____ ___ ____ / /
/ / / / __ / _ / __ \ / _ / __ / ___/ ___/ __ \ / __ / _ \/ __ \/ ___/ __ \/ __ / __ `/ / ///
/ /
/ / /
/ / / / / // / / /_/ / / / // / / / / // / / / / / // / / / / / / / / // / / / ,<
_
/ .
/_// //____/_
/_,/_/ _
// // //_// //_// /// // //_,// //||
/_/

Comparing baseline
TestExecution ID: 343e25c6-6e6b-4a01-ab78-1abf4cc13190
TestExecution timestamp: 2025-04-01 20:42:53
TestProcedure: big5
ProvisionConfigInstance: external
User tags: iocontext=baseline

with contender
TestExecution ID: 62fac87f-dd5c-4eb8-8abe-8c503a4ae1f4
TestExecution timestamp: 2025-04-02 17:54:26
TestProcedure: big5
ProvisionConfigInstance: external
User tags: iocontext=candidate


_______             __   _____

/ () ____ / / / /_____ ________
/ /_ / / __ / __ `/ / __ / / __ / / _
/ __/ / / / / / /
/ / / / / // // / / / __/
/
/ /
/
/ /
/_
,// /__/_/_// ___/

Metric Task Baseline Contender %Diff Diff Unit
Cumulative indexing time of primary shards 0 0 0.00% 0 min
Min cumulative indexing time across primary shard 0 0 0.00% 0 min
Median cumulative indexing time across primary shard 0 0 0.00% 0 min
Max cumulative indexing time across primary shard 0 0 0.00% 0 min
Cumulative indexing throttle time of primary shards 0 0 0.00% 0 min
Min cumulative indexing throttle time across primary shard 0 0 0.00% 0 min
Median cumulative indexing throttle time across primary shard 0 0 0.00% 0 min
Max cumulative indexing throttle time across primary shard 0 0 0.00% 0 min
Cumulative merge time of primary shards 0 0 0.00% 0 min
Cumulative merge count of primary shards 0 0 0.00% 0
Min cumulative merge time across primary shard 0 0 0.00% 0 min
Median cumulative merge time across primary shard 0 0 0.00% 0 min
Max cumulative merge time across primary shard 0 0 0.00% 0 min
Cumulative merge throttle time of primary shards 0 0 0.00% 0 min
Min cumulative merge throttle time across primary shard 0 0 0.00% 0 min
Median cumulative merge throttle time across primary shard 0 0 0.00% 0 min
Max cumulative merge throttle time across primary shard 0 0 0.00% 0 min
Cumulative refresh time of primary shards 0 0 0.00% 0 min
Cumulative refresh count of primary shards 4 4 0.00% 0
Min cumulative refresh time across primary shard 0 0 0.00% 0 min
Median cumulative refresh time across primary shard 0 0 0.00% 0 min
Max cumulative refresh time across primary shard 0 0 0.00% 0 min
Cumulative flush time of primary shards 0 0 0.00% 0 min
Cumulative flush count of primary shards 1 1 0.00% 0
Min cumulative flush time across primary shard 0 0 0.00% 0 min
Median cumulative flush time across primary shard 0 0 0.00% 0 min
Max cumulative flush time across primary shard 0 0 0.00% 0 min
Total Young Gen GC time 0.053 0.07 0.03% 0.017 s
Total Young Gen GC count 3 4 +33.33% 🔴 1
Total Old Gen GC time 0 0 0.00% 0 s
Total Old Gen GC count 0 0 0.00% 0
Store size 1.93715e-07 1.93715e-07 0.00% 0 GB
Translog size 5.12227e-08 5.12227e-08 0.00% 0 GB
Heap used for segments 0 0 0.00% 0 MB
Heap used for doc values 0 0 0.00% 0 MB
Heap used for terms 0 0 0.00% 0 MB
Heap used for norms 0 0 0.00% 0 MB
Heap used for points 0 0 0.00% 0 MB
Heap used for stored fields 0 0 0.00% 0 MB
Segment count 0 0 0.00% 0
Min Throughput wait-until-merges-finish 122.247 111.839 -8.51% 🟢 -10.4081 ops/s
Mean Throughput wait-until-merges-finish 122.247 111.839 -8.51% 🟢 -10.4081 ops/s
Median Throughput wait-until-merges-finish 122.247 111.839 -8.51% 🟢 -10.4081 ops/s
Max Throughput wait-until-merges-finish 122.247 111.839 -8.51% 🟢 -10.4081 ops/s
100th percentile latency wait-until-merges-finish 7.77367 8.54248 +9.89% 🔴 0.7688 ms
100th percentile service time wait-until-merges-finish 7.77367 8.54248 +9.89% 🔴 0.7688 ms
error rate wait-until-merges-finish 0 0 0.00% 0 %
Min Throughput default 2.00568 2.00564 -0.00% -4e-05 ops/s
Mean Throughput default 2.00688 2.00684 -0.00% -4e-05 ops/s
Median Throughput default 2.00679 2.00674 -0.00% -5e-05 ops/s
Max Throughput default 2.00845 2.0084 -0.00% -4e-05 ops/s
50th percentile latency default 5.33634 5.39907 1.18% 0.06274 ms
90th percentile latency default 5.97225 5.984 0.20% 0.01175 ms
99th percentile latency default 6.15552 6.30543 2.44% 0.14991 ms
100th percentile latency default 6.1907 6.54753 +5.76% 🔴 0.35683 ms
50th percentile service time default 4.02488 4.07069 1.14% 0.04581 ms
90th percentile service time default 4.3719 4.54501 3.96% 0.17311 ms
99th percentile service time default 4.68402 5.1562 +10.08% 🔴 0.47218 ms
100th percentile service time default 4.72373 5.63842 +19.36% 🔴 0.91469 ms
error rate default 0 0 0.00% 0 %
Min Throughput desc_sort_timestamp 2.00644 2.00645 0.00% 1e-05 ops/s
Mean Throughput desc_sort_timestamp 2.00782 2.00784 0.00% 2e-05 ops/s
Median Throughput desc_sort_timestamp 2.00772 2.00773 0.00% 2e-05 ops/s
Max Throughput desc_sort_timestamp 2.0096 2.00963 0.00% 3e-05 ops/s
50th percentile latency desc_sort_timestamp 4.84285 4.86089 0.37% 0.01803 ms
90th percentile latency desc_sort_timestamp 5.26105 5.36439 1.96% 0.10334 ms
99th percentile latency desc_sort_timestamp 5.98008 6.25366 4.57% 0.27358 ms
100th percentile latency desc_sort_timestamp 8.48613 8.45043 -0.42% -0.0357 ms
50th percentile service time desc_sort_timestamp 3.45041 3.47364 0.67% 0.02324 ms
90th percentile service time desc_sort_timestamp 3.70743 3.73297 0.69% 0.02554 ms
99th percentile service time desc_sort_timestamp 4.25789 4.43409 4.14% 0.1762 ms
100th percentile service time desc_sort_timestamp 7.39759 7.41462 0.23% 0.01703 ms
error rate desc_sort_timestamp 0 0 0.00% 0 %
Min Throughput asc_sort_timestamp 2.0066 2.0066 0.00% 0 ops/s
Mean Throughput asc_sort_timestamp 2.008 2.00801 0.00% 1e-05 ops/s
Median Throughput asc_sort_timestamp 2.00789 2.00791 0.00% 2e-05 ops/s
Max Throughput asc_sort_timestamp 2.00983 2.00985 0.00% 2e-05 ops/s
50th percentile latency asc_sort_timestamp 4.48149 4.63047 3.32% 0.14898 ms
90th percentile latency asc_sort_timestamp 4.95646 5.0494 1.88% 0.09294 ms
99th percentile latency asc_sort_timestamp 5.24445 5.42297 3.40% 0.17852 ms
100th percentile latency asc_sort_timestamp 5.26309 5.77117 +9.65% 🔴 0.50808 ms
50th percentile service time asc_sort_timestamp 3.15138 3.20347 1.65% 0.0521 ms
90th percentile service time asc_sort_timestamp 3.38125 3.4578 2.26% 0.07655 ms
99th percentile service time asc_sort_timestamp 3.66643 3.73457 1.86% 0.06814 ms
100th percentile service time asc_sort_timestamp 3.67596 4.34663 +18.24% 🔴 0.67067 ms
error rate asc_sort_timestamp 0 0 0.00% 0 %
Min Throughput desc_sort_with_after_timestamp 2.00648 2.0065 0.00% 2e-05 ops/s
Mean Throughput desc_sort_with_after_timestamp 2.00785 2.00788 0.00% 3e-05 ops/s
Median Throughput desc_sort_with_after_timestamp 2.00774 2.00777 0.00% 3e-05 ops/s
Max Throughput desc_sort_with_after_timestamp 2.00965 2.00967 0.00% 3e-05 ops/s
50th percentile latency desc_sort_with_after_timestamp 4.38018 4.48394 2.37% 0.10376 ms
90th percentile latency desc_sort_with_after_timestamp 4.81087 4.8576 0.97% 0.04674 ms
99th percentile latency desc_sort_with_after_timestamp 5.02521 5.31301 +5.73% 🔴 0.28781 ms
100th percentile latency desc_sort_with_after_timestamp 5.15668 6.00815 +16.51% 🔴 0.85148 ms
50th percentile service time desc_sort_with_after_timestamp 3.01798 3.03946 0.71% 0.02148 ms
90th percentile service time desc_sort_with_after_timestamp 3.21578 3.28208 2.06% 0.0663 ms
99th percentile service time desc_sort_with_after_timestamp 3.52936 3.44149 -2.49% -0.08787 ms
100th percentile service time desc_sort_with_after_timestamp 3.57328 3.66854 2.67% 0.09526 ms
error rate desc_sort_with_after_timestamp 0 0 0.00% 0 %
Min Throughput asc_sort_with_after_timestamp 2.00661 2.0066 -0.00% -1e-05 ops/s
Mean Throughput asc_sort_with_after_timestamp 2.00802 2.00801 -0.00% -1e-05 ops/s
Median Throughput asc_sort_with_after_timestamp 2.0079 2.0079 -0.00% -0 ops/s
Max Throughput asc_sort_with_after_timestamp 2.00984 2.00984 -0.00% -0 ops/s
50th percentile latency asc_sort_with_after_timestamp 4.16456 4.17045 0.14% 0.00589 ms
90th percentile latency asc_sort_with_after_timestamp 4.60249 4.57901 -0.51% -0.02348 ms
99th percentile latency asc_sort_with_after_timestamp 4.76885 4.71584 -1.11% -0.05301 ms
100th percentile latency asc_sort_with_after_timestamp 4.80779 5.15747 +7.27% 🔴 0.34968 ms
50th percentile service time asc_sort_with_after_timestamp 2.78974 2.79963 0.35% 0.00989 ms
90th percentile service time asc_sort_with_after_timestamp 2.9029 2.90964 0.23% 0.00674 ms
99th percentile service time asc_sort_with_after_timestamp 3.18723 3.32509 4.33% 0.13786 ms
100th percentile service time asc_sort_with_after_timestamp 3.22854 3.55728 +10.18% 🔴 0.32874 ms
error rate asc_sort_with_after_timestamp 0 0 0.00% 0 %
Min Throughput desc_sort_timestamp_can_match_shortcut 2.00652 2.00652 -0.00% -0 ops/s
Mean Throughput desc_sort_timestamp_can_match_shortcut 2.00792 2.00791 -0.00% -1e-05 ops/s
Median Throughput desc_sort_timestamp_can_match_shortcut 2.00781 2.00781 -0.00% -1e-05 ops/s
Max Throughput desc_sort_timestamp_can_match_shortcut 2.00972 2.00972 -0.00% -1e-05 ops/s
50th percentile latency desc_sort_timestamp_can_match_shortcut 3.95191 4.08952 3.48% 0.1376 ms
90th percentile latency desc_sort_timestamp_can_match_shortcut 4.35936 4.52081 3.70% 0.16146 ms
99th percentile latency desc_sort_timestamp_can_match_shortcut 5.09646 4.91379 -3.58% -0.18267 ms
100th percentile latency desc_sort_timestamp_can_match_shortcut 5.65328 5.2218 -7.63% 🟢 -0.43148 ms
50th percentile service time desc_sort_timestamp_can_match_shortcut 2.61603 2.68414 2.60% 0.06811 ms
90th percentile service time desc_sort_timestamp_can_match_shortcut 2.81541 2.84836 1.17% 0.03295 ms
99th percentile service time desc_sort_timestamp_can_match_shortcut 3.29673 3.13579 -4.88% -0.16094 ms
100th percentile service time desc_sort_timestamp_can_match_shortcut 4.64816 3.37099 -27.48% 🟢 -1.27716 ms
error rate desc_sort_timestamp_can_match_shortcut 0 0 0.00% 0 %
Min Throughput desc_sort_timestamp_no_can_match_shortcut 2.0066 2.00661 0.00% 1e-05 ops/s
Mean Throughput desc_sort_timestamp_no_can_match_shortcut 2.00801 2.00802 0.00% 2e-05 ops/s
Median Throughput desc_sort_timestamp_no_can_match_shortcut 2.0079 2.00791 0.00% 1e-05 ops/s
Max Throughput desc_sort_timestamp_no_can_match_shortcut 2.00983 2.00985 0.00% 2e-05 ops/s
50th percentile latency desc_sort_timestamp_no_can_match_shortcut 3.85396 3.80818 -1.19% -0.04578 ms
90th percentile latency desc_sort_timestamp_no_can_match_shortcut 4.23304 4.26352 0.72% 0.03048 ms
99th percentile latency desc_sort_timestamp_no_can_match_shortcut 4.48143 4.45278 -0.64% -0.02865 ms
100th percentile latency desc_sort_timestamp_no_can_match_shortcut 4.5227 4.85001 +7.24% 🔴 0.32731 ms
50th percentile service time desc_sort_timestamp_no_can_match_shortcut 2.46233 2.42291 -1.60% -0.03943 ms
90th percentile service time desc_sort_timestamp_no_can_match_shortcut 2.60081 2.54313 -2.22% -0.05769 ms
99th percentile service time desc_sort_timestamp_no_can_match_shortcut 2.89579 2.81055 -2.94% -0.08525 ms
100th percentile service time desc_sort_timestamp_no_can_match_shortcut 3.02005 3.00732 -0.42% -0.01273 ms
error rate desc_sort_timestamp_no_can_match_shortcut 0 0 0.00% 0 %
Min Throughput asc_sort_timestamp_can_match_shortcut 2.00662 2.00662 0.00% 0 ops/s
Mean Throughput asc_sort_timestamp_can_match_shortcut 2.00803 2.00803 -0.00% -0 ops/s
Median Throughput asc_sort_timestamp_can_match_shortcut 2.00792 2.00792 -0.00% -0 ops/s
Max Throughput asc_sort_timestamp_can_match_shortcut 2.00986 2.00986 -0.00% -0 ops/s
50th percentile latency asc_sort_timestamp_can_match_shortcut 3.62392 3.58263 -1.14% -0.04129 ms
90th percentile latency asc_sort_timestamp_can_match_shortcut 4.02373 3.97423 -1.23% -0.04949 ms
99th percentile latency asc_sort_timestamp_can_match_shortcut 4.50589 4.18061 -7.22% 🟢 -0.32528 ms
100th percentile latency asc_sort_timestamp_can_match_shortcut 4.56432 4.18124 -8.39% 🟢 -0.38307 ms
50th percentile service time asc_sort_timestamp_can_match_shortcut 2.24395 2.23141 -0.56% -0.01254 ms
90th percentile service time asc_sort_timestamp_can_match_shortcut 2.33293 2.31731 -0.67% -0.01563 ms
99th percentile service time asc_sort_timestamp_can_match_shortcut 2.66899 2.5894 -2.98% -0.07959 ms
100th percentile service time asc_sort_timestamp_can_match_shortcut 3.06447 3.10384 1.28% 0.03938 ms
error rate asc_sort_timestamp_can_match_shortcut 0 0 0.00% 0 %
Min Throughput asc_sort_timestamp_no_can_match_shortcut 2.00662 2.00662 0.00% 1e-05 ops/s
Mean Throughput asc_sort_timestamp_no_can_match_shortcut 2.00803 2.00803 0.00% 0 ops/s
Median Throughput asc_sort_timestamp_no_can_match_shortcut 2.00792 2.00792 0.00% 0 ops/s
Max Throughput asc_sort_timestamp_no_can_match_shortcut 2.00985 2.00986 0.00% 1e-05 ops/s
50th percentile latency asc_sort_timestamp_no_can_match_shortcut 3.49889 3.64863 4.28% 0.14974 ms
90th percentile latency asc_sort_timestamp_no_can_match_shortcut 4.05979 4.06572 0.15% 0.00592 ms
99th percentile latency asc_sort_timestamp_no_can_match_shortcut 4.33151 4.19109 -3.24% -0.14042 ms
100th percentile latency asc_sort_timestamp_no_can_match_shortcut 4.41355 4.23618 -4.02% -0.17738 ms
50th percentile service time asc_sort_timestamp_no_can_match_shortcut 2.24069 2.24631 0.25% 0.00562 ms
90th percentile service time asc_sort_timestamp_no_can_match_shortcut 2.40771 2.41684 0.38% 0.00913 ms
99th percentile service time asc_sort_timestamp_no_can_match_shortcut 2.61142 2.55719 -2.08% -0.05422 ms
100th percentile service time asc_sort_timestamp_no_can_match_shortcut 2.77977 2.60794 -6.18% 🟢 -0.17183 ms
error rate asc_sort_timestamp_no_can_match_shortcut 0 0 0.00% 0 %
Min Throughput term 2.0066 2.00659 -0.00% -1e-05 ops/s
Mean Throughput term 2.008 2.00799 -0.00% -0 ops/s
Median Throughput term 2.00789 2.00789 0.00% 0 ops/s
Max Throughput term 2.00981 2.00982 0.00% 1e-05 ops/s
50th percentile latency term 3.61106 3.45667 -4.28% -0.15439 ms
90th percentile latency term 3.84517 3.82185 -0.61% -0.02332 ms
99th percentile latency term 3.96936 3.92671 -1.07% -0.04265 ms
100th percentile latency term 4.00748 3.94817 -1.48% -0.05931 ms
50th percentile service time term 2.05575 2.0724 0.81% 0.01665 ms
90th percentile service time term 2.18694 2.1506 -1.66% -0.03635 ms
99th percentile service time term 2.35908 2.23961 -5.06% 🟢 -0.11947 ms
100th percentile service time term 2.37627 2.47612 4.20% 0.09985 ms
error rate term 0 0 0.00% 0 %
Min Throughput multi_terms-keyword 2.00619 2.00615 -0.00% -3e-05 ops/s
Mean Throughput multi_terms-keyword 2.00751 2.00746 -0.00% -4e-05 ops/s
Median Throughput multi_terms-keyword 2.0074 2.00736 -0.00% -4e-05 ops/s
Max Throughput multi_terms-keyword 2.00921 2.00916 -0.00% -5e-05 ops/s
50th percentile latency multi_terms-keyword 4.12475 4.15267 0.68% 0.02792 ms
90th percentile latency multi_terms-keyword 4.54645 4.55212 0.12% 0.00567 ms
99th percentile latency multi_terms-keyword 4.89997 4.85119 -1.00% -0.04879 ms
100th percentile latency multi_terms-keyword 5.39713 5.66065 4.88% 0.26352 ms
50th percentile service time multi_terms-keyword 2.80356 2.78388 -0.70% -0.01968 ms
90th percentile service time multi_terms-keyword 3.02742 2.99394 -1.11% -0.03347 ms
99th percentile service time multi_terms-keyword 3.18877 3.42618 +7.45% 🔴 0.23742 ms
100th percentile service time multi_terms-keyword 3.56407 3.82468 +7.31% 🔴 0.26061 ms
error rate multi_terms-keyword 0 0 0.00% 0 %
Min Throughput keyword-terms 2.00649 2.00648 -0.00% -1e-05 ops/s
Mean Throughput keyword-terms 2.00788 2.00786 -0.00% -1e-05 ops/s
Median Throughput keyword-terms 2.00777 2.00776 -0.00% -1e-05 ops/s
Max Throughput keyword-terms 2.00967 2.00966 -0.00% -1e-05 ops/s
50th percentile latency keyword-terms 3.82219 3.76544 -1.48% -0.05675 ms
90th percentile latency keyword-terms 4.18019 4.1739 -0.15% -0.00629 ms
99th percentile latency keyword-terms 4.39421 4.35013 -1.00% -0.04408 ms
100th percentile latency keyword-terms 4.42946 5.07085 +14.48% 🔴 0.64139 ms
50th percentile service time keyword-terms 2.47353 2.45255 -0.85% -0.02097 ms
90th percentile service time keyword-terms 2.58483 2.56116 -0.92% -0.02366 ms
99th percentile service time keyword-terms 2.8398 2.90096 2.15% 0.06116 ms
100th percentile service time keyword-terms 3.09838 3.2662 +5.42% 🔴 0.16782 ms
error rate keyword-terms 0 0 0.00% 0 %
Min Throughput keyword-terms-low-cardinality 2.00661 2.0066 -0.00% -1e-05 ops/s
Mean Throughput keyword-terms-low-cardinality 2.00801 2.00801 -0.00% -1e-05 ops/s
Median Throughput keyword-terms-low-cardinality 2.00791 2.0079 -0.00% -1e-05 ops/s
Max Throughput keyword-terms-low-cardinality 2.00985 2.00983 -0.00% -2e-05 ops/s
50th percentile latency keyword-terms-low-cardinality 3.67561 3.78183 2.89% 0.10621 ms
90th percentile latency keyword-terms-low-cardinality 4.12061 4.19794 1.88% 0.07732 ms
99th percentile latency keyword-terms-low-cardinality 4.52188 4.38295 -3.07% -0.13892 ms
100th percentile latency keyword-terms-low-cardinality 4.70066 4.71761 0.36% 0.01694 ms
50th percentile service time keyword-terms-low-cardinality 2.32206 2.40967 3.77% 0.08761 ms
90th percentile service time keyword-terms-low-cardinality 2.49167 2.51493 0.93% 0.02327 ms
99th percentile service time keyword-terms-low-cardinality 2.72035 2.72211 0.06% 0.00176 ms
100th percentile service time keyword-terms-low-cardinality 2.72037 2.87127 +5.55% 🔴 0.1509 ms
error rate keyword-terms-low-cardinality 0 0 0.00% 0 %
Min Throughput composite-terms 2.0065 2.00649 -0.00% -1e-05 ops/s
Mean Throughput composite-terms 2.00789 2.00788 -0.00% -1e-05 ops/s
Median Throughput composite-terms 2.00777 2.00778 0.00% 0 ops/s
Max Throughput composite-terms 2.00968 2.00966 -0.00% -2e-05 ops/s
50th percentile latency composite-terms 3.84434 3.82458 -0.51% -0.01976 ms
90th percentile latency composite-terms 4.25412 4.23303 -0.50% -0.0211 ms
99th percentile latency composite-terms 4.46315 4.35571 -2.41% -0.10744 ms
100th percentile latency composite-terms 4.49536 4.55606 1.35% 0.0607 ms
50th percentile service time composite-terms 2.46501 2.47042 0.22% 0.00541 ms
90th percentile service time composite-terms 2.61468 2.60583 -0.34% -0.00885 ms
99th percentile service time composite-terms 2.80102 2.82546 0.87% 0.02444 ms
100th percentile service time composite-terms 2.90185 2.85507 -1.61% -0.04678 ms
error rate composite-terms 0 0 0.00% 0 %
Min Throughput composite_terms-keyword 2.00661 2.00661 0.00% 0 ops/s
Mean Throughput composite_terms-keyword 2.00802 2.00802 -0.00% -0 ops/s
Median Throughput composite_terms-keyword 2.00791 2.00791 0.00% 0 ops/s
Max Throughput composite_terms-keyword 2.00986 2.00985 -0.00% -1e-05 ops/s
50th percentile latency composite_terms-keyword 3.76124 3.65251 -2.89% -0.10873 ms
90th percentile latency composite_terms-keyword 4.20484 4.14161 -1.50% -0.06322 ms
99th percentile latency composite_terms-keyword 4.33525 4.31399 -0.49% -0.02125 ms
100th percentile latency composite_terms-keyword 4.50908 4.8469 +7.49% 🔴 0.33782 ms
50th percentile service time composite_terms-keyword 2.38398 2.37972 -0.18% -0.00427 ms
90th percentile service time composite_terms-keyword 2.48213 2.47519 -0.28% -0.00694 ms
99th percentile service time composite_terms-keyword 2.66492 2.66134 -0.13% -0.00358 ms
100th percentile service time composite_terms-keyword 2.72852 2.71359 -0.55% -0.01493 ms
error rate composite_terms-keyword 0 0 0.00% 0 %
Min Throughput composite-date_histogram-daily 2.00644 2.00643 -0.00% -1e-05 ops/s
Mean Throughput composite-date_histogram-daily 2.00782 2.00781 -0.00% -1e-05 ops/s
Median Throughput composite-date_histogram-daily 2.00771 2.0077 -0.00% -1e-05 ops/s
Max Throughput composite-date_histogram-daily 2.0096 2.00959 -0.00% -1e-05 ops/s
50th percentile latency composite-date_histogram-daily 3.78888 3.78202 -0.18% -0.00686 ms
90th percentile latency composite-date_histogram-daily 4.21683 4.16567 -1.21% -0.05117 ms
99th percentile latency composite-date_histogram-daily 4.61034 4.34047 -5.85% 🟢 -0.26986 ms
100th percentile latency composite-date_histogram-daily 4.66935 4.3865 -6.06% 🟢 -0.28285 ms
50th percentile service time composite-date_histogram-daily 2.40091 2.44138 1.69% 0.04047 ms
90th percentile service time composite-date_histogram-daily 2.49688 2.57522 3.14% 0.07834 ms
99th percentile service time composite-date_histogram-daily 2.66305 2.69963 1.37% 0.03658 ms
100th percentile service time composite-date_histogram-daily 2.67936 2.78401 3.91% 0.10465 ms
error rate composite-date_histogram-daily 0 0 0.00% 0 %
Min Throughput range 2.00661 2.00661 0.00% 1e-05 ops/s
Mean Throughput range 2.00802 2.00802 0.00% 0 ops/s
Median Throughput range 2.00791 2.00791 0.00% 1e-05 ops/s
Max Throughput range 2.00985 2.00986 0.00% 0 ops/s
50th percentile latency range 3.4536 3.32258 -3.79% -0.13102 ms
90th percentile latency range 3.71019 3.73149 0.57% 0.02131 ms
99th percentile latency range 3.84805 3.96593 3.06% 0.11788 ms
100th percentile latency range 3.87268 4.025 3.93% 0.15232 ms
50th percentile service time range 1.96604 1.99121 1.28% 0.02517 ms
90th percentile service time range 2.09916 2.08053 -0.89% -0.01863 ms
99th percentile service time range 2.1609 2.2596 4.57% 0.09871 ms
100th percentile service time range 2.20262 2.27895 3.47% 0.07633 ms
error rate range 0 0 0.00% 0 %
Min Throughput range-numeric 2.00655 2.00654 -0.00% -1e-05 ops/s
Mean Throughput range-numeric 2.00794 2.00794 -0.00% -1e-05 ops/s
Median Throughput range-numeric 2.00783 2.00783 -0.00% -0 ops/s
Max Throughput range-numeric 2.00975 2.00974 -0.00% -1e-05 ops/s
50th percentile latency range-numeric 3.37709 3.30428 -2.16% -0.07281 ms
90th percentile latency range-numeric 3.74577 3.66282 -2.21% -0.08296 ms
99th percentile latency range-numeric 3.91358 3.79123 -3.13% -0.12235 ms
100th percentile latency range-numeric 3.93684 3.79571 -3.59% -0.14114 ms
50th percentile service time range-numeric 1.95401 1.91032 -2.24% -0.04369 ms
90th percentile service time range-numeric 2.10911 2.08368 -1.21% -0.02543 ms
99th percentile service time range-numeric 2.19718 2.25378 2.58% 0.0566 ms
100th percentile service time range-numeric 2.2864 2.33474 2.11% 0.04834 ms
error rate range-numeric 0 0 0.00% 0 %
Min Throughput keyword-in-range 2.00654 2.00655 0.00% 1e-05 ops/s
Mean Throughput keyword-in-range 2.00793 2.00795 0.00% 2e-05 ops/s
Median Throughput keyword-in-range 2.00783 2.00784 0.00% 2e-05 ops/s
Max Throughput keyword-in-range 2.00973 2.00978 0.00% 4e-05 ops/s
50th percentile latency keyword-in-range 3.40765 3.27362 -3.93% -0.13403 ms
90th percentile latency keyword-in-range 3.67657 3.60676 -1.90% -0.06981 ms
99th percentile latency keyword-in-range 3.79819 4.17056 +9.80% 🔴 0.37237 ms
100th percentile latency keyword-in-range 4.01904 4.50893 +12.19% 🔴 0.48989 ms
50th percentile service time keyword-in-range 1.85967 1.85799 -0.09% -0.00168 ms
90th percentile service time keyword-in-range 1.9678 1.96936 0.08% 0.00156 ms
99th percentile service time keyword-in-range 2.16911 2.17025 0.05% 0.00114 ms
100th percentile service time keyword-in-range 2.36786 2.31698 -2.15% -0.05088 ms
error rate keyword-in-range 0 0 0.00% 0 %
Min Throughput date_histogram_hourly_agg 2.00657 2.00655 -0.00% -2e-05 ops/s
Mean Throughput date_histogram_hourly_agg 2.00797 2.00795 -0.00% -1e-05 ops/s
Median Throughput date_histogram_hourly_agg 2.00786 2.00784 -0.00% -2e-05 ops/s
Max Throughput date_histogram_hourly_agg 2.00978 2.00977 -0.00% -1e-05 ops/s
50th percentile latency date_histogram_hourly_agg 3.43839 3.43749 -0.03% -0.0009 ms
90th percentile latency date_histogram_hourly_agg 3.85158 3.81316 -1.00% -0.03842 ms
99th percentile latency date_histogram_hourly_agg 4.0098 3.95362 -1.40% -0.05618 ms
100th percentile latency date_histogram_hourly_agg 4.11787 4.04067 -1.87% -0.07719 ms
50th percentile service time date_histogram_hourly_agg 2.08811 2.06407 -1.15% -0.02404 ms
90th percentile service time date_histogram_hourly_agg 2.17266 2.14635 -1.21% -0.02631 ms
99th percentile service time date_histogram_hourly_agg 2.34499 2.31692 -1.20% -0.02808 ms
100th percentile service time date_histogram_hourly_agg 2.4887 2.45001 -1.55% -0.03869 ms
error rate date_histogram_hourly_agg 0 0 0.00% 0 %
Min Throughput date_histogram_minute_agg 2.00661 2.00662 0.00% 1e-05 ops/s
Mean Throughput date_histogram_minute_agg 2.00802 2.00804 0.00% 2e-05 ops/s
Median Throughput date_histogram_minute_agg 2.00791 2.00793 0.00% 2e-05 ops/s
Max Throughput date_histogram_minute_agg 2.00985 2.00986 0.00% 1e-05 ops/s
50th percentile latency date_histogram_minute_agg 3.53439 3.51041 -0.68% -0.02397 ms
90th percentile latency date_histogram_minute_agg 3.93534 3.92736 -0.20% -0.00798 ms
99th percentile latency date_histogram_minute_agg 4.2499 4.01088 -5.62% 🟢 -0.23902 ms
100th percentile latency date_histogram_minute_agg 4.75763 4.1042 -13.73% 🟢 -0.65343 ms
50th percentile service time date_histogram_minute_agg 2.12646 2.12176 -0.22% -0.0047 ms
90th percentile service time date_histogram_minute_agg 2.30637 2.22216 -3.65% -0.08422 ms
99th percentile service time date_histogram_minute_agg 2.45648 2.39075 -2.68% -0.06574 ms
100th percentile service time date_histogram_minute_agg 2.52753 2.42898 -3.90% -0.09855 ms
error rate date_histogram_minute_agg 0 0 0.00% 0 %
Min Throughput scroll 2.00653 2.00654 0.00% 1e-05 pages/s
Mean Throughput scroll 2.00793 2.00793 -0.00% -0 pages/s
Median Throughput scroll 2.00783 2.00782 -0.00% -1e-05 pages/s
Max Throughput scroll 2.00973 2.00974 0.00% 1e-05 pages/s
50th percentile latency scroll 3.97111 3.91788 -1.34% -0.05323 ms
90th percentile latency scroll 4.406 4.33844 -1.53% -0.06756 ms
99th percentile latency scroll 4.46295 4.55998 2.17% 0.09703 ms
100th percentile latency scroll 4.54872 4.91916 +8.14% 🔴 0.37044 ms
50th percentile service time scroll 2.20624 2.19339 -0.58% -0.01285 ms
90th percentile service time scroll 2.28269 2.28273 0.00% 4e-05 ms
99th percentile service time scroll 2.42142 2.38426 -1.53% -0.03716 ms
100th percentile service time scroll 2.49272 2.75496 +10.52% 🔴 0.26225 ms
error rate scroll 0 0 0.00% 0 %
Min Throughput query-string-on-message 2.00633 2.00633 0.00% 0 ops/s
Mean Throughput query-string-on-message 2.00768 2.00769 0.00% 1e-05 ops/s
Median Throughput query-string-on-message 2.00758 2.00759 0.00% 1e-05 ops/s
Max Throughput query-string-on-message 2.00944 2.00944 0.00% 0 ops/s
50th percentile latency query-string-on-message 3.29422 3.45337 4.83% 0.15915 ms
90th percentile latency query-string-on-message 3.77609 3.81444 1.02% 0.03835 ms
99th percentile latency query-string-on-message 3.92613 3.90733 -0.48% -0.0188 ms
100th percentile latency query-string-on-message 4.27108 3.90999 -8.45% 🟢 -0.36108 ms
50th percentile service time query-string-on-message 2.02855 2.04362 0.74% 0.01508 ms
90th percentile service time query-string-on-message 2.16039 2.13619 -1.12% -0.0242 ms
99th percentile service time query-string-on-message 2.34122 2.38039 1.67% 0.03916 ms
100th percentile service time query-string-on-message 2.47107 2.40592 -2.64% -0.06515 ms
error rate query-string-on-message 0 0 0.00% 0 %
Min Throughput query-string-on-message-filtered 2.00661 2.00661 0.00% 0 ops/s
Mean Throughput query-string-on-message-filtered 2.00803 2.00802 -0.00% -1e-05 ops/s
Median Throughput query-string-on-message-filtered 2.00792 2.00792 -0.00% -0 ops/s
Max Throughput query-string-on-message-filtered 2.00986 2.00985 -0.00% -0 ops/s
50th percentile latency query-string-on-message-filtered 3.20673 3.03816 -5.26% 🟢 -0.16857 ms
90th percentile latency query-string-on-message-filtered 3.62556 3.56617 -1.64% -0.05939 ms
99th percentile latency query-string-on-message-filtered 3.73176 3.71454 -0.46% -0.01722 ms
100th percentile latency query-string-on-message-filtered 3.85936 3.87635 0.44% 0.01699 ms
50th percentile service time query-string-on-message-filtered 1.82632 1.83304 0.37% 0.00672 ms
90th percentile service time query-string-on-message-filtered 1.88373 1.90417 1.09% 0.02045 ms
99th percentile service time query-string-on-message-filtered 2.06635 2.06263 -0.18% -0.00372 ms
100th percentile service time query-string-on-message-filtered 2.07543 2.07388 -0.07% -0.00154 ms
error rate query-string-on-message-filtered 0 0 0.00% 0 %
Min Throughput query-string-on-message-filtered-sorted-num 2.0066 2.00662 0.00% 2e-05 ops/s
Mean Throughput query-string-on-message-filtered-sorted-num 2.00801 2.00803 0.00% 2e-05 ops/s
Median Throughput query-string-on-message-filtered-sorted-num 2.0079 2.00793 0.00% 3e-05 ops/s
Max Throughput query-string-on-message-filtered-sorted-num 2.00984 2.00987 0.00% 3e-05 ops/s
50th percentile latency query-string-on-message-filtered-sorted-num 3.39674 3.26097 -4.00% -0.13577 ms
90th percentile latency query-string-on-message-filtered-sorted-num 3.66962 3.54411 -3.42% -0.12551 ms
99th percentile latency query-string-on-message-filtered-sorted-num 3.75331 3.70138 -1.38% -0.05193 ms
100th percentile latency query-string-on-message-filtered-sorted-num 3.76795 3.72829 -1.05% -0.03966 ms
50th percentile service time query-string-on-message-filtered-sorted-num 1.89299 1.8952 0.12% 0.00221 ms
90th percentile service time query-string-on-message-filtered-sorted-num 1.97156 1.97273 0.06% 0.00117 ms
99th percentile service time query-string-on-message-filtered-sorted-num 2.09956 2.02459 -3.57% -0.07496 ms
100th percentile service time query-string-on-message-filtered-sorted-num 2.12397 2.08021 -2.06% -0.04376 ms
error rate query-string-on-message-filtered-sorted-num 0 0 0.00% 0 %
Min Throughput sort_keyword_can_match_shortcut 2.00658 2.00656 -0.00% -2e-05 ops/s
Mean Throughput sort_keyword_can_match_shortcut 2.00798 2.00797 -0.00% -1e-05 ops/s
Median Throughput sort_keyword_can_match_shortcut 2.00787 2.00787 -0.00% -0 ops/s
Max Throughput sort_keyword_can_match_shortcut 2.00981 2.00979 -0.00% -2e-05 ops/s
50th percentile latency sort_keyword_can_match_shortcut 3.05959 3.10846 1.60% 0.04887 ms
90th percentile latency sort_keyword_can_match_shortcut 3.47622 3.50873 0.94% 0.03251 ms
99th percentile latency sort_keyword_can_match_shortcut 3.57712 3.59235 0.43% 0.01523 ms
100th percentile latency sort_keyword_can_match_shortcut 3.62531 3.60981 -0.43% -0.01549 ms
50th percentile service time sort_keyword_can_match_shortcut 1.75893 1.74907 -0.56% -0.00986 ms
90th percentile service time sort_keyword_can_match_shortcut 1.80323 1.80368 0.03% 0.00045 ms
99th percentile service time sort_keyword_can_match_shortcut 1.85897 1.86517 0.33% 0.00619 ms
100th percentile service time sort_keyword_can_match_shortcut 1.86478 1.97737 +6.04% 🔴 0.11259 ms
error rate sort_keyword_can_match_shortcut 0 0 0.00% 0 %
Min Throughput sort_keyword_no_can_match_shortcut 2.00662 2.00662 0.00% 0 ops/s
Mean Throughput sort_keyword_no_can_match_shortcut 2.00803 2.00804 0.00% 1e-05 ops/s
Median Throughput sort_keyword_no_can_match_shortcut 2.00792 2.00793 0.00% 1e-05 ops/s
Max Throughput sort_keyword_no_can_match_shortcut 2.00987 2.00987 0.00% 0 ops/s
50th percentile latency sort_keyword_no_can_match_shortcut 3.01442 3.09542 2.69% 0.081 ms
90th percentile latency sort_keyword_no_can_match_shortcut 3.44198 3.47997 1.10% 0.03799 ms
99th percentile latency sort_keyword_no_can_match_shortcut 3.56332 3.57198 0.24% 0.00866 ms
100th percentile latency sort_keyword_no_can_match_shortcut 3.56628 3.63528 1.93% 0.06899 ms
50th percentile service time sort_keyword_no_can_match_shortcut 1.70761 1.71818 0.62% 0.01057 ms
90th percentile service time sort_keyword_no_can_match_shortcut 1.76128 1.78258 1.21% 0.02131 ms
99th percentile service time sort_keyword_no_can_match_shortcut 1.91216 1.8916 -1.07% -0.02055 ms
100th percentile service time sort_keyword_no_can_match_shortcut 1.92171 2.03393 +5.84% 🔴 0.11223 ms
error rate sort_keyword_no_can_match_shortcut 0 0 0.00% 0 %
Min Throughput sort_numeric_desc 2.00662 2.00661 -0.00% -0 ops/s
Mean Throughput sort_numeric_desc 2.00803 2.00802 -0.00% -0 ops/s
Median Throughput sort_numeric_desc 2.00792 2.00791 -0.00% -1e-05 ops/s
Max Throughput sort_numeric_desc 2.00986 2.00986 -0.00% -0 ops/s
50th percentile latency sort_numeric_desc 3.03022 2.99713 -1.09% -0.03309 ms
90th percentile latency sort_numeric_desc 3.44145 3.43989 -0.05% -0.00156 ms
99th percentile latency sort_numeric_desc 3.57488 3.77321 +5.55% 🔴 0.19833 ms
100th percentile latency sort_numeric_desc 3.65655 3.77912 3.35% 0.12257 ms
50th percentile service time sort_numeric_desc 1.65542 1.67675 1.29% 0.02132 ms
90th percentile service time sort_numeric_desc 1.71632 1.74076 1.42% 0.02444 ms
99th percentile service time sort_numeric_desc 1.94442 1.94883 0.23% 0.00441 ms
100th percentile service time sort_numeric_desc 2.06612 1.95327 -5.46% 🟢 -0.11284 ms
error rate sort_numeric_desc 0 0 0.00% 0 %
Min Throughput sort_numeric_asc 2.00663 2.00661 -0.00% -1e-05 ops/s
Mean Throughput sort_numeric_asc 2.00805 2.00803 -0.00% -1e-05 ops/s
Median Throughput sort_numeric_asc 2.00793 2.00792 -0.00% -2e-05 ops/s
Max Throughput sort_numeric_asc 2.00988 2.00987 -0.00% -1e-05 ops/s
50th percentile latency sort_numeric_asc 3.00148 2.9392 -2.08% -0.06228 ms
90th percentile latency sort_numeric_asc 3.3706 3.2893 -2.41% -0.0813 ms
99th percentile latency sort_numeric_asc 3.52474 3.44688 -2.21% -0.07786 ms
100th percentile latency sort_numeric_asc 3.53979 3.50608 -0.95% -0.03371 ms
50th percentile service time sort_numeric_asc 1.63784 1.64015 0.14% 0.00231 ms
90th percentile service time sort_numeric_asc 1.68586 1.68696 0.06% 0.00109 ms
99th percentile service time sort_numeric_asc 1.75334 1.72953 -1.36% -0.02381 ms
100th percentile service time sort_numeric_asc 1.81181 1.74004 -3.96% -0.07177 ms
error rate sort_numeric_asc 0 0 0.00% 0 %
Min Throughput sort_numeric_desc_with_match 2.00663 2.00662 -0.00% -0 ops/s
Mean Throughput sort_numeric_desc_with_match 2.00803 2.00804 0.00% 0 ops/s
Median Throughput sort_numeric_desc_with_match 2.00792 2.00793 0.00% 1e-05 ops/s
Max Throughput sort_numeric_desc_with_match 2.00986 2.00987 0.00% 1e-05 ops/s
50th percentile latency sort_numeric_desc_with_match 3.01129 3.01113 -0.01% -0.00016 ms
90th percentile latency sort_numeric_desc_with_match 3.37612 3.3923 0.48% 0.01618 ms
99th percentile latency sort_numeric_desc_with_match 3.49847 3.50035 0.05% 0.00188 ms
100th percentile latency sort_numeric_desc_with_match 3.52465 3.55989 1.00% 0.03524 ms
50th percentile service time sort_numeric_desc_with_match 1.64766 1.65594 0.50% 0.00828 ms
90th percentile service time sort_numeric_desc_with_match 1.71008 1.71951 0.55% 0.00943 ms
99th percentile service time sort_numeric_desc_with_match 1.80547 1.76167 -2.43% -0.0438 ms
100th percentile service time sort_numeric_desc_with_match 1.80645 1.79149 -0.83% -0.01496 ms
error rate sort_numeric_desc_with_match 0 0 0.00% 0 %
Min Throughput sort_numeric_asc_with_match 2.00661 2.00663 0.00% 1e-05 ops/s
Mean Throughput sort_numeric_asc_with_match 2.00802 2.00804 0.00% 1e-05 ops/s
Median Throughput sort_numeric_asc_with_match 2.00791 2.00793 0.00% 1e-05 ops/s
Max Throughput sort_numeric_asc_with_match 2.00985 2.00987 0.00% 3e-05 ops/s
50th percentile latency sort_numeric_asc_with_match 3.00578 2.95107 -1.82% -0.05471 ms
90th percentile latency sort_numeric_asc_with_match 3.39887 3.36591 -0.97% -0.03297 ms
99th percentile latency sort_numeric_asc_with_match 3.55288 3.49807 -1.54% -0.05481 ms
100th percentile latency sort_numeric_asc_with_match 3.72205 3.51971 -5.44% 🟢 -0.20234 ms
50th percentile service time sort_numeric_asc_with_match 1.66082 1.64552 -0.92% -0.01531 ms
90th percentile service time sort_numeric_asc_with_match 1.71096 1.69658 -0.84% -0.01438 ms
99th percentile service time sort_numeric_asc_with_match 1.89876 1.73964 -8.38% 🟢 -0.15912 ms
100th percentile service time sort_numeric_asc_with_match 1.98563 1.75075 -11.83% 🟢 -0.23488 ms
error rate sort_numeric_asc_with_match 0 0 0.00% 0 %
Min Throughput range_field_conjunction_big_range_big_term_query 2.0066 2.00661 0.00% 1e-05 ops/s
Mean Throughput range_field_conjunction_big_range_big_term_query 2.00801 2.00801 0.00% 0 ops/s
Median Throughput range_field_conjunction_big_range_big_term_query 2.0079 2.00791 0.00% 1e-05 ops/s
Max Throughput range_field_conjunction_big_range_big_term_query 2.00984 2.00984 -0.00% -0 ops/s
50th percentile latency range_field_conjunction_big_range_big_term_query 3.10045 3.22789 4.11% 0.12745 ms
90th percentile latency range_field_conjunction_big_range_big_term_query 3.47999 3.50922 0.84% 0.02923 ms
99th percentile latency range_field_conjunction_big_range_big_term_query 3.58187 3.62254 1.14% 0.04067 ms
100th percentile latency range_field_conjunction_big_range_big_term_query 3.60658 3.6357 0.81% 0.02912 ms
50th percentile service time range_field_conjunction_big_range_big_term_query 1.75447 1.74858 -0.34% -0.00589 ms
90th percentile service time range_field_conjunction_big_range_big_term_query 1.81586 1.81916 0.18% 0.0033 ms
99th percentile service time range_field_conjunction_big_range_big_term_query 1.94622 2.00257 2.90% 0.05635 ms
100th percentile service time range_field_conjunction_big_range_big_term_query 2.0233 2.06381 2.00% 0.04051 ms
error rate range_field_conjunction_big_range_big_term_query 0 0 0.00% 0 %
Min Throughput range_field_disjunction_big_range_small_term_query 2.00661 2.00661 0.00% 1e-05 ops/s
Mean Throughput range_field_disjunction_big_range_small_term_query 2.00801 2.00802 0.00% 1e-05 ops/s
Median Throughput range_field_disjunction_big_range_small_term_query 2.0079 2.00791 0.00% 1e-05 ops/s
Max Throughput range_field_disjunction_big_range_small_term_query 2.00985 2.00984 -0.00% -0 ops/s
50th percentile latency range_field_disjunction_big_range_small_term_query 3.05593 3.12276 2.19% 0.06683 ms
90th percentile latency range_field_disjunction_big_range_small_term_query 3.4492 3.47665 0.80% 0.02744 ms
99th percentile latency range_field_disjunction_big_range_small_term_query 3.58871 3.57669 -0.33% -0.01202 ms
100th percentile latency range_field_disjunction_big_range_small_term_query 3.60113 3.58879 -0.34% -0.01233 ms
50th percentile service time range_field_disjunction_big_range_small_term_query 1.72049 1.72127 0.05% 0.00078 ms
90th percentile service time range_field_disjunction_big_range_small_term_query 1.78037 1.76603 -0.81% -0.01434 ms
99th percentile service time range_field_disjunction_big_range_small_term_query 1.87819 1.86936 -0.47% -0.00883 ms
100th percentile service time range_field_disjunction_big_range_small_term_query 1.89744 1.97419 4.04% 0.07675 ms
error rate range_field_disjunction_big_range_small_term_query 0 0 0.00% 0 %
Min Throughput range_field_conjunction_small_range_small_term_query 2.00663 2.00662 -0.00% -1e-05 ops/s
Mean Throughput range_field_conjunction_small_range_small_term_query 2.00803 2.00803 -0.00% -0 ops/s
Median Throughput range_field_conjunction_small_range_small_term_query 2.00792 2.00792 -0.00% -0 ops/s
Max Throughput range_field_conjunction_small_range_small_term_query 2.00987 2.00987 -0.00% -0 ops/s
50th percentile latency range_field_conjunction_small_range_small_term_query 3.01546 3.01043 -0.17% -0.00503 ms
90th percentile latency range_field_conjunction_small_range_small_term_query 3.44344 3.43554 -0.23% -0.0079 ms
99th percentile latency range_field_conjunction_small_range_small_term_query 3.57354 3.50634 -1.88% -0.06721 ms
100th percentile latency range_field_conjunction_small_range_small_term_query 3.58976 3.54569 -1.23% -0.04407 ms
50th percentile service time range_field_conjunction_small_range_small_term_query 1.70554 1.70118 -0.26% -0.00436 ms
90th percentile service time range_field_conjunction_small_range_small_term_query 1.74822 1.74057 -0.44% -0.00765 ms
99th percentile service time range_field_conjunction_small_range_small_term_query 1.82035 1.77482 -2.50% -0.04553 ms
100th percentile service time range_field_conjunction_small_range_small_term_query 1.87202 1.84451 -1.47% -0.02751 ms
error rate range_field_conjunction_small_range_small_term_query 0 0 0.00% 0 %
Min Throughput range_field_conjunction_small_range_big_term_query 2.00663 2.00661 -0.00% -2e-05 ops/s
Mean Throughput range_field_conjunction_small_range_big_term_query 2.00804 2.00802 -0.00% -2e-05 ops/s
Median Throughput range_field_conjunction_small_range_big_term_query 2.00793 2.00791 -0.00% -2e-05 ops/s
Max Throughput range_field_conjunction_small_range_big_term_query 2.00988 2.00984 -0.00% -3e-05 ops/s
50th percentile latency range_field_conjunction_small_range_big_term_query 2.99016 3.02761 1.25% 0.03745 ms
90th percentile latency range_field_conjunction_small_range_big_term_query 3.34902 3.39341 1.33% 0.0444 ms
99th percentile latency range_field_conjunction_small_range_big_term_query 3.47699 3.51588 1.12% 0.03889 ms
100th percentile latency range_field_conjunction_small_range_big_term_query 3.48423 3.75732 +7.84% 🔴 0.27309 ms
50th percentile service time range_field_conjunction_small_range_big_term_query 1.64774 1.65543 0.47% 0.00769 ms
90th percentile service time range_field_conjunction_small_range_big_term_query 1.68591 1.69584 0.59% 0.00993 ms
99th percentile service time range_field_conjunction_small_range_big_term_query 1.7328 1.93832 +11.86% 🔴 0.20551 ms
100th percentile service time range_field_conjunction_small_range_big_term_query 2.00555 2.01569 0.51% 0.01014 ms
error rate range_field_conjunction_small_range_big_term_query 0 0 0.00% 0 %
Min Throughput range-auto-date-histo 2.00648 2.00648 -0.00% -0 ops/s
Mean Throughput range-auto-date-histo 2.00787 2.00786 -0.00% -1e-05 ops/s
Median Throughput range-auto-date-histo 2.00776 2.00775 -0.00% -1e-05 ops/s
Max Throughput range-auto-date-histo 2.00966 2.00965 -0.00% -1e-05 ops/s
50th percentile latency range-auto-date-histo 3.52377 3.48784 -1.02% -0.03593 ms
90th percentile latency range-auto-date-histo 3.97091 3.96362 -0.18% -0.00729 ms
99th percentile latency range-auto-date-histo 4.36466 4.1015 -6.03% 🟢 -0.26316 ms
100th percentile latency range-auto-date-histo 4.45127 4.29647 -3.48% -0.15481 ms
50th percentile service time range-auto-date-histo 2.2115 2.21434 0.13% 0.00284 ms
90th percentile service time range-auto-date-histo 2.37027 2.379 0.37% 0.00873 ms
99th percentile service time range-auto-date-histo 2.62577 2.52531 -3.83% -0.10045 ms
100th percentile service time range-auto-date-histo 2.79227 2.66824 -4.44% -0.12403 ms
error rate range-auto-date-histo 0 0 0.00% 0 %
Min Throughput range-auto-date-histo-with-metrics 2.00652 2.00652 -0.00% -1e-05 ops/s
Mean Throughput range-auto-date-histo-with-metrics 2.00792 2.00791 -0.00% -1e-05 ops/s
Median Throughput range-auto-date-histo-with-metrics 2.00781 2.0078 -0.00% -1e-05 ops/s
Max Throughput range-auto-date-histo-with-metrics 2.00973 2.00971 -0.00% -2e-05 ops/s
50th percentile latency range-auto-date-histo-with-metrics 3.5037 3.62724 3.53% 0.12354 ms
90th percentile latency range-auto-date-histo-with-metrics 3.91942 3.98798 1.75% 0.06857 ms
99th percentile latency range-auto-date-histo-with-metrics 4.08269 4.0666 -0.39% -0.01609 ms
100th percentile latency range-auto-date-histo-with-metrics 4.45852 4.20848 -5.61% 🟢 -0.25004 ms
50th percentile service time range-auto-date-histo-with-metrics 2.15952 2.20013 1.88% 0.04061 ms
90th percentile service time range-auto-date-histo-with-metrics 2.29462 2.31178 0.75% 0.01716 ms
99th percentile service time range-auto-date-histo-with-metrics 2.44631 2.57468 +5.25% 🔴 0.12837 ms
100th percentile service time range-auto-date-histo-with-metrics 2.66474 2.62798 -1.38% -0.03675 ms
error rate range-auto-date-histo-with-metrics 0 0 0.00% 0 %
Min Throughput range-agg-1 2.00662 2.00662 -0.00% -0 ops/s
Mean Throughput range-agg-1 2.00803 2.00803 -0.00% -1e-05 ops/s
Median Throughput range-agg-1 2.00792 2.00793 0.00% 0 ops/s
Max Throughput range-agg-1 2.00987 2.00985 -0.00% -2e-05 ops/s
50th percentile latency range-agg-1 3.25629 3.28288 0.82% 0.02659 ms
90th percentile latency range-agg-1 3.64761 3.60293 -1.22% -0.04468 ms
99th percentile latency range-agg-1 3.7144 3.70932 -0.14% -0.00509 ms
100th percentile latency range-agg-1 3.75606 3.72915 -0.72% -0.02691 ms
50th percentile service time range-agg-1 1.89817 1.88087 -0.91% -0.0173 ms
90th percentile service time range-agg-1 1.944 1.94065 -0.17% -0.00335 ms
99th percentile service time range-agg-1 2.06146 1.96849 -4.51% -0.09297 ms
100th percentile service time range-agg-1 2.07942 2.13224 2.54% 0.05282 ms
error rate range-agg-1 0 0 0.00% 0 %
Min Throughput range-agg-2 2.00663 2.00661 -0.00% -2e-05 ops/s
Mean Throughput range-agg-2 2.00804 2.00802 -0.00% -1e-05 ops/s
Median Throughput range-agg-2 2.00793 2.00791 -0.00% -1e-05 ops/s
Max Throughput range-agg-2 2.00987 2.00986 -0.00% -1e-05 ops/s
50th percentile latency range-agg-2 3.25794 3.34218 2.59% 0.08424 ms
90th percentile latency range-agg-2 3.57957 3.617 1.05% 0.03743 ms
99th percentile latency range-agg-2 3.69807 3.76464 1.80% 0.06657 ms
100th percentile latency range-agg-2 3.73321 3.84193 2.91% 0.10872 ms
50th percentile service time range-agg-2 1.86467 1.85983 -0.26% -0.00483 ms
90th percentile service time range-agg-2 1.94516 1.94983 0.24% 0.00467 ms
99th percentile service time range-agg-2 2.07493 2.0955 0.99% 0.02057 ms
100th percentile service time range-agg-2 2.11154 2.10143 -0.48% -0.01011 ms
error rate range-agg-2 0 0 0.00% 0 %
Min Throughput cardinality-agg-low 2.00655 2.00657 0.00% 2e-05 ops/s
Mean Throughput cardinality-agg-low 2.00795 2.00797 0.00% 2e-05 ops/s
Median Throughput cardinality-agg-low 2.00784 2.00786 0.00% 2e-05 ops/s
Max Throughput cardinality-agg-low 2.00976 2.00978 0.00% 2e-05 ops/s
50th percentile latency cardinality-agg-low 3.17117 3.10015 -2.24% -0.07102 ms
90th percentile latency cardinality-agg-low 3.59417 3.50851 -2.38% -0.08566 ms
99th percentile latency cardinality-agg-low 3.66679 3.62672 -1.09% -0.04007 ms
100th percentile latency cardinality-agg-low 3.72191 3.64027 -2.19% -0.08164 ms
50th percentile service time cardinality-agg-low 1.81979 1.79805 -1.19% -0.02174 ms
90th percentile service time cardinality-agg-low 1.88714 1.84857 -2.04% -0.03857 ms
99th percentile service time cardinality-agg-low 1.92954 1.97561 2.39% 0.04607 ms
100th percentile service time cardinality-agg-low 1.99938 1.99444 -0.25% -0.00494 ms
error rate cardinality-agg-low 0 0 0.00% 0 %
Min Throughput cardinality-agg-high 2.00661 2.00661 0.00% 0 ops/s
Mean Throughput cardinality-agg-high 2.00802 2.00802 0.00% 0 ops/s
Median Throughput cardinality-agg-high 2.00791 2.00792 0.00% 0 ops/s
Max Throughput cardinality-agg-high 2.00986 2.00985 -0.00% -1e-05 ops/s
50th percentile latency cardinality-agg-high 3.15671 3.29287 4.31% 0.13615 ms
90th percentile latency cardinality-agg-high 3.60173 3.59328 -0.23% -0.00845 ms
99th percentile latency cardinality-agg-high 3.69123 3.64802 -1.17% -0.04321 ms
100th percentile latency cardinality-agg-high 3.7663 3.68679 -2.11% -0.07951 ms
50th percentile service time cardinality-agg-high 1.7893 1.78506 -0.24% -0.00424 ms
90th percentile service time cardinality-agg-high 1.88501 1.84026 -2.37% -0.04475 ms
99th percentile service time cardinality-agg-high 1.95823 1.9249 -1.70% -0.03333 ms
100th percentile service time cardinality-agg-high 1.99467 2.04103 2.32% 0.04636 ms
error rate cardinality-agg-high 0 0 0.00% 0 %

[INFO] SUCCESS (took 0 seconds)

@opensearch-ci-bot
Copy link
Collaborator

Benchmark Results

Benchmark Results for Job: https://build.ci.opensearch.org/job/benchmark-pull-request/2753/

Metric Task Value Unit
Cumulative indexing time of primary shards 206.644 min
Min cumulative indexing time across primary shards 206.644 min
Median cumulative indexing time across primary shards 206.644 min
Max cumulative indexing time across primary shards 206.644 min
Cumulative indexing throttle time of primary shards 0 min
Min cumulative indexing throttle time across primary shards 0 min
Median cumulative indexing throttle time across primary shards 0 min
Max cumulative indexing throttle time across primary shards 0 min
Cumulative merge time of primary shards 107.663 min
Cumulative merge count of primary shards 65
Min cumulative merge time across primary shards 107.663 min
Median cumulative merge time across primary shards 107.663 min
Max cumulative merge time across primary shards 107.663 min
Cumulative merge throttle time of primary shards 21.3445 min
Min cumulative merge throttle time across primary shards 21.3445 min
Median cumulative merge throttle time across primary shards 21.3445 min
Max cumulative merge throttle time across primary shards 21.3445 min
Cumulative refresh time of primary shards 12.5445 min
Cumulative refresh count of primary shards 128
Min cumulative refresh time across primary shards 12.5445 min
Median cumulative refresh time across primary shards 12.5445 min
Max cumulative refresh time across primary shards 12.5445 min
Cumulative flush time of primary shards 4.25535 min
Cumulative flush count of primary shards 34
Min cumulative flush time across primary shards 4.25535 min
Median cumulative flush time across primary shards 4.25535 min
Max cumulative flush time across primary shards 4.25535 min
Total Young Gen GC time 13.032 s
Total Young Gen GC count 292
Total Old Gen GC time 0 s
Total Old Gen GC count 0
Store size 33.9592 GB
Translog size 5.12227e-08 GB
Heap used for segments 0 MB
Heap used for doc values 0 MB
Heap used for terms 0 MB
Heap used for norms 0 MB
Heap used for points 0 MB
Heap used for stored fields 0 MB
Segment count 40
Min Throughput index 49047 docs/s
Mean Throughput index 51743 docs/s
Median Throughput index 51524.5 docs/s
Max Throughput index 54741.3 docs/s
50th percentile latency index 1436.48 ms
90th percentile latency index 1995.02 ms
99th percentile latency index 6370.73 ms
99.9th percentile latency index 12045.6 ms
99.99th percentile latency index 15055.5 ms
100th percentile latency index 17312.8 ms
50th percentile service time index 1436.49 ms
90th percentile service time index 1994.95 ms
99th percentile service time index 6373.92 ms
99.9th percentile service time index 12045.6 ms
99.99th percentile service time index 15055.5 ms
100th percentile service time index 17312.8 ms
error rate index 0.01 %
Min Throughput wait-until-merges-finish 0.01 ops/s
Mean Throughput wait-until-merges-finish 0.01 ops/s
Median Throughput wait-until-merges-finish 0.01 ops/s
Max Throughput wait-until-merges-finish 0.01 ops/s
100th percentile latency wait-until-merges-finish 162308 ms
100th percentile service time wait-until-merges-finish 162308 ms
error rate wait-until-merges-finish 0 %

@opensearch-ci-bot
Copy link
Collaborator

Benchmark Baseline Comparison Results

Benchmark Results for Job: https://build.ci.opensearch.org/job/benchmark-compare/50/

Metric Task Baseline Contender Diff Unit
Cumulative indexing time of primary shards 211.324 206.644 -4.68057 min
Min cumulative indexing time across primary shard 211.324 206.644 -4.68057 min
Median cumulative indexing time across primary shard 211.324 206.644 -4.68057 min
Max cumulative indexing time across primary shard 211.324 206.644 -4.68057 min
Cumulative indexing throttle time of primary shards 0 0 0 min
Min cumulative indexing throttle time across primary shard 0 0 0 min
Median cumulative indexing throttle time across primary shard 0 0 0 min
Max cumulative indexing throttle time across primary shard 0 0 0 min
Cumulative merge time of primary shards 110.666 107.663 -3.00283 min
Cumulative merge count of primary shards 66 65 -1
Min cumulative merge time across primary shard 110.666 107.663 -3.00283 min
Median cumulative merge time across primary shard 110.666 107.663 -3.00283 min
Max cumulative merge time across primary shard 110.666 107.663 -3.00283 min
Cumulative merge throttle time of primary shards 26.7259 21.3445 -5.3814 min
Min cumulative merge throttle time across primary shard 26.7259 21.3445 -5.3814 min
Median cumulative merge throttle time across primary shard 26.7259 21.3445 -5.3814 min
Max cumulative merge throttle time across primary shard 26.7259 21.3445 -5.3814 min
Cumulative refresh time of primary shards 12.8214 12.5445 -0.2769 min
Cumulative refresh count of primary shards 129 128 -1
Min cumulative refresh time across primary shard 12.8214 12.5445 -0.2769 min
Median cumulative refresh time across primary shard 12.8214 12.5445 -0.2769 min
Max cumulative refresh time across primary shard 12.8214 12.5445 -0.2769 min
Cumulative flush time of primary shards 4.36033 4.25535 -0.10498 min
Cumulative flush count of primary shards 33 34 1
Min cumulative flush time across primary shard 4.36033 4.25535 -0.10498 min
Median cumulative flush time across primary shard 4.36033 4.25535 -0.10498 min
Max cumulative flush time across primary shard 4.36033 4.25535 -0.10498 min
Total Young Gen GC time 12.579 13.032 0.453 s
Total Young Gen GC count 290 292 2
Total Old Gen GC time 0 0 0 s
Total Old Gen GC count 0 0 0
Store size 28.9743 33.9592 4.98486 GB
Translog size 5.12227e-08 5.12227e-08 0 GB
Heap used for segments 0 0 0 MB
Heap used for doc values 0 0 0 MB
Heap used for terms 0 0 0 MB
Heap used for norms 0 0 0 MB
Heap used for points 0 0 0 MB
Heap used for stored fields 0 0 0 MB
Segment count 30 40 10
Min Throughput index 47796 49047 1251 docs/s
Mean Throughput index 51683.2 51743 59.7657 docs/s
Median Throughput index 51610.1 51524.5 -85.5383 docs/s
Max Throughput index 56863.5 54741.3 -2122.14 docs/s
50th percentile latency index 1468.85 1436.48 -32.3652 ms
90th percentile latency index 2052.98 1995.02 -57.9608 ms
99th percentile latency index 6546.98 6370.73 -176.253 ms
99.9th percentile latency index 12166.3 12045.6 -120.773 ms
99.99th percentile latency index 14608.9 15055.5 446.601 ms
100th percentile latency index 15274.2 17312.8 2038.59 ms
50th percentile service time index 1468.83 1436.49 -32.3432 ms
90th percentile service time index 2052.69 1994.95 -57.7443 ms
99th percentile service time index 6545.09 6373.92 -171.173 ms
99.9th percentile service time index 12166.3 12045.6 -120.773 ms
99.99th percentile service time index 14608.9 15055.5 446.601 ms
100th percentile service time index 15274.2 17312.8 2038.59 ms
error rate index 0.00658458 0.00656858 -2e-05 %
Min Throughput wait-until-merges-finish 0.00715531 0.0061611 -0.00099 ops/s
Mean Throughput wait-until-merges-finish 0.00715531 0.0061611 -0.00099 ops/s
Median Throughput wait-until-merges-finish 0.00715531 0.0061611 -0.00099 ops/s
Max Throughput wait-until-merges-finish 0.00715531 0.0061611 -0.00099 ops/s
100th percentile latency wait-until-merges-finish 139756 162308 22552.4 ms
100th percentile service time wait-until-merges-finish 139756 162308 22552.4 ms
error rate wait-until-merges-finish 0 0 0 %

@asimmahmood1
Copy link
Contributor Author

Indexing benchmark shows variance between +0.1% (mean), -3.7% (max), which I don't think are significant.

On query side also I'm not seeing consistent regression.

Lets wait to merge until see fix for #17722, to make sure there's no overlap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement or improvement to existing feature or request Search Search query, autocomplete ...etc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Switch from IOContext.DEFAULT(RANDOM) to READONLY for sequential cases
3 participants