Skip to content

Expand the Approximation to Integer and update the BKD traversal logic to improve the performance on skewed data #18342

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

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

Conversation

prudhvigodithi
Copy link
Member

@prudhvigodithi prudhvigodithi commented May 19, 2025

Description

A sample run now showing performance improvement for http_logs dataset

|                                                  Segment count |               |          35 |        |
|                                                 Min Throughput | asc_sort_size |         0.5 |  ops/s |
|                                                Mean Throughput | asc_sort_size |         0.5 |  ops/s |
|                                              Median Throughput | asc_sort_size |         0.5 |  ops/s |
|                                                 Max Throughput | asc_sort_size |         0.5 |  ops/s |
|                                        50th percentile latency | asc_sort_size |     9.64325 |     ms |
|                                        90th percentile latency | asc_sort_size |      10.632 |     ms |
|                                        99th percentile latency | asc_sort_size |      11.945 |     ms |
|                                       100th percentile latency | asc_sort_size |     33.3641 |     ms |
|                                   50th percentile service time | asc_sort_size |     6.89129 |     ms |
|                                   90th percentile service time | asc_sort_size |     8.07681 |     ms |
|                                   99th percentile service time | asc_sort_size |     9.15831 |     ms |
|                                  100th percentile service time | asc_sort_size |     30.0881 |     ms |
|                                                     error rate | asc_sort_size |           0 |      % |
|                                    Heap used for stored fields |                |           0 |     MB |
|                                                  Segment count |                |          35 |        |
|                                                 Min Throughput | desc_sort_size |         0.5 |  ops/s |
|                                                Mean Throughput | desc_sort_size |         0.5 |  ops/s |
|                                              Median Throughput | desc_sort_size |         0.5 |  ops/s |
|                                                 Max Throughput | desc_sort_size |         0.5 |  ops/s |
|                                        50th percentile latency | desc_sort_size |     8.06264 |     ms |
|                                        90th percentile latency | desc_sort_size |     8.66218 |     ms |
|                                        99th percentile latency | desc_sort_size |     9.71947 |     ms |
|                                       100th percentile latency | desc_sort_size |     10.3485 |     ms |
|                                   50th percentile service time | desc_sort_size |     5.25367 |     ms |
|                                   90th percentile service time | desc_sort_size |     5.70456 |     ms |
|                                   99th percentile service time | desc_sort_size |     7.23894 |     ms |
|                                  100th percentile service time | desc_sort_size |     7.39804 |     ms |
|                                                     error rate | desc_sort_size |           0 |      % |
|                                                  Segment count |                    |          35 |        |
|                                                 Min Throughput | asc_sort_timestamp |         0.5 |  ops/s |
|                                                Mean Throughput | asc_sort_timestamp |         0.5 |  ops/s |
|                                              Median Throughput | asc_sort_timestamp |         0.5 |  ops/s |
|                                                 Max Throughput | asc_sort_timestamp |         0.5 |  ops/s |
|                                        50th percentile latency | asc_sort_timestamp |     7.26167 |     ms |
|                                        90th percentile latency | asc_sort_timestamp |     7.91374 |     ms |
|                                        99th percentile latency | asc_sort_timestamp |     8.49374 |     ms |
|                                       100th percentile latency | asc_sort_timestamp |     8.62353 |     ms |
|                                   50th percentile service time | asc_sort_timestamp |     4.52776 |     ms |
|                                   90th percentile service time | asc_sort_timestamp |     4.79404 |     ms |
|                                   99th percentile service time | asc_sort_timestamp |     5.91512 |     ms |
|                                  100th percentile service time | asc_sort_timestamp |     6.24861 |     ms |
|                                                     error rate | asc_sort_timestamp |           0 |      % |

Related Issues

Part of #18341 and #14406

Check List

  • Functionality includes testing.
  • API changes companion pull request created, if applicable.
  • 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.

Signed-off-by: Prudhvi Godithi <[email protected]>
Signed-off-by: Prudhvi Godithi <[email protected]>
@prudhvigodithi
Copy link
Member Author

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

Copy link
Contributor

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

@prudhvigodithi
Copy link
Member Author

I have created a PR #18343 to onboard the http_logs test procedure, once merged we can test this PR against http_logs dataset.

Copy link
Contributor

❌ Gradle check result for b2fcf5a: 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?

@prudhvigodithi
Copy link
Member Author

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

Copy link
Contributor

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

@opensearch-ci-bot
Copy link
Collaborator

Benchmark Results

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

Metric Task Value Unit
Cumulative indexing time of primary shards 0 min
Min cumulative indexing time across primary shards 0 min
Median cumulative indexing time across primary shards 0 min
Max cumulative indexing time across primary shards 0 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 0 min
Cumulative merge count of primary shards 0
Min cumulative merge time across primary shards 0 min
Median cumulative merge time across primary shards 0 min
Max cumulative merge time across primary shards 0 min
Cumulative merge throttle time of primary shards 0 min
Min cumulative merge throttle time across primary shards 0 min
Median cumulative merge throttle time across primary shards 0 min
Max cumulative merge throttle time across primary shards 0 min
Cumulative refresh time of primary shards 0 min
Cumulative refresh count of primary shards 4
Min cumulative refresh time across primary shards 0 min
Median cumulative refresh time across primary shards 0 min
Max cumulative refresh time across primary shards 0 min
Cumulative flush time of primary shards 0 min
Cumulative flush count of primary shards 1
Min cumulative flush time across primary shards 0 min
Median cumulative flush time across primary shards 0 min
Max cumulative flush time across primary shards 0 min
Total Young Gen GC time 2.029 s
Total Young Gen GC count 102
Total Old Gen GC time 0 s
Total Old Gen GC count 0
Store size 22.1906 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 10
Min Throughput wait-for-snapshot-recovery 4.18584e+07 byte/s
Mean Throughput wait-for-snapshot-recovery 4.18584e+07 byte/s
Median Throughput wait-for-snapshot-recovery 4.18584e+07 byte/s
Max Throughput wait-for-snapshot-recovery 4.18584e+07 byte/s
100th percentile latency wait-for-snapshot-recovery 564414 ms
100th percentile service time wait-for-snapshot-recovery 564414 ms
error rate wait-for-snapshot-recovery 0 %
Min Throughput wait-until-merges-finish 116.9 ops/s
Mean Throughput wait-until-merges-finish 116.9 ops/s
Median Throughput wait-until-merges-finish 116.9 ops/s
Max Throughput wait-until-merges-finish 116.9 ops/s
100th percentile latency wait-until-merges-finish 8.26193 ms
100th percentile service time wait-until-merges-finish 8.26193 ms
error rate wait-until-merges-finish 0 %
Min Throughput default 2.01 ops/s
Mean Throughput default 2.01 ops/s
Median Throughput default 2.01 ops/s
Max Throughput default 2.01 ops/s
50th percentile latency default 6.7512 ms
90th percentile latency default 7.21288 ms
99th percentile latency default 7.6431 ms
100th percentile latency default 7.71201 ms
50th percentile service time default 5.40289 ms
90th percentile service time default 5.65435 ms
99th percentile service time default 6.32328 ms
100th percentile service time default 6.60935 ms
error rate default 0 %
Min Throughput desc_sort_timestamp 2.01 ops/s
Mean Throughput desc_sort_timestamp 2.01 ops/s
Median Throughput desc_sort_timestamp 2.01 ops/s
Max Throughput desc_sort_timestamp 2.01 ops/s
50th percentile latency desc_sort_timestamp 9.29243 ms
90th percentile latency desc_sort_timestamp 9.78839 ms
99th percentile latency desc_sort_timestamp 12.6162 ms
100th percentile latency desc_sort_timestamp 14.6369 ms
50th percentile service time desc_sort_timestamp 7.99506 ms
90th percentile service time desc_sort_timestamp 8.26981 ms
99th percentile service time desc_sort_timestamp 11.2831 ms
100th percentile service time desc_sort_timestamp 13.2385 ms
error rate desc_sort_timestamp 0 %
Min Throughput asc_sort_timestamp 2.01 ops/s
Mean Throughput asc_sort_timestamp 2.01 ops/s
Median Throughput asc_sort_timestamp 2.01 ops/s
Max Throughput asc_sort_timestamp 2.01 ops/s
50th percentile latency asc_sort_timestamp 11.1619 ms
90th percentile latency asc_sort_timestamp 11.822 ms
99th percentile latency asc_sort_timestamp 15.0492 ms
100th percentile latency asc_sort_timestamp 15.2688 ms
50th percentile service time asc_sort_timestamp 10.0424 ms
90th percentile service time asc_sort_timestamp 10.265 ms
99th percentile service time asc_sort_timestamp 13.3884 ms
100th percentile service time asc_sort_timestamp 13.488 ms
error rate asc_sort_timestamp 0 %
Min Throughput desc_sort_with_after_timestamp 2 ops/s
Mean Throughput desc_sort_with_after_timestamp 2 ops/s
Median Throughput desc_sort_with_after_timestamp 2 ops/s
Max Throughput desc_sort_with_after_timestamp 2 ops/s
50th percentile latency desc_sort_with_after_timestamp 113.76 ms
90th percentile latency desc_sort_with_after_timestamp 115.16 ms
99th percentile latency desc_sort_with_after_timestamp 133.634 ms
100th percentile latency desc_sort_with_after_timestamp 133.765 ms
50th percentile service time desc_sort_with_after_timestamp 112.486 ms
90th percentile service time desc_sort_with_after_timestamp 113.888 ms
99th percentile service time desc_sort_with_after_timestamp 132.337 ms
100th percentile service time desc_sort_with_after_timestamp 132.508 ms
error rate desc_sort_with_after_timestamp 0 %
Min Throughput asc_sort_with_after_timestamp 2 ops/s
Mean Throughput asc_sort_with_after_timestamp 2 ops/s
Median Throughput asc_sort_with_after_timestamp 2 ops/s
Max Throughput asc_sort_with_after_timestamp 2 ops/s
50th percentile latency asc_sort_with_after_timestamp 209.098 ms
90th percentile latency asc_sort_with_after_timestamp 221.427 ms
99th percentile latency asc_sort_with_after_timestamp 241.681 ms
100th percentile latency asc_sort_with_after_timestamp 243.15 ms
50th percentile service time asc_sort_with_after_timestamp 207.975 ms
90th percentile service time asc_sort_with_after_timestamp 220.361 ms
99th percentile service time asc_sort_with_after_timestamp 240.125 ms
100th percentile service time asc_sort_with_after_timestamp 241.345 ms
error rate asc_sort_with_after_timestamp 0 %
Min Throughput desc_sort_timestamp_can_match_shortcut 2.01 ops/s
Mean Throughput desc_sort_timestamp_can_match_shortcut 2.01 ops/s
Median Throughput desc_sort_timestamp_can_match_shortcut 2.01 ops/s
Max Throughput desc_sort_timestamp_can_match_shortcut 2.01 ops/s
50th percentile latency desc_sort_timestamp_can_match_shortcut 7.02479 ms
90th percentile latency desc_sort_timestamp_can_match_shortcut 7.50058 ms
99th percentile latency desc_sort_timestamp_can_match_shortcut 8.57819 ms
100th percentile latency desc_sort_timestamp_can_match_shortcut 8.59094 ms
50th percentile service time desc_sort_timestamp_can_match_shortcut 5.68145 ms
90th percentile service time desc_sort_timestamp_can_match_shortcut 5.90739 ms
99th percentile service time desc_sort_timestamp_can_match_shortcut 6.90744 ms
100th percentile service time desc_sort_timestamp_can_match_shortcut 6.95047 ms
error rate desc_sort_timestamp_can_match_shortcut 0 %
Min Throughput desc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Mean Throughput desc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Median Throughput desc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Max Throughput desc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
50th percentile latency desc_sort_timestamp_no_can_match_shortcut 6.75425 ms
90th percentile latency desc_sort_timestamp_no_can_match_shortcut 7.1863 ms
99th percentile latency desc_sort_timestamp_no_can_match_shortcut 7.57337 ms
100th percentile latency desc_sort_timestamp_no_can_match_shortcut 7.69572 ms
50th percentile service time desc_sort_timestamp_no_can_match_shortcut 5.40426 ms
90th percentile service time desc_sort_timestamp_no_can_match_shortcut 5.54798 ms
99th percentile service time desc_sort_timestamp_no_can_match_shortcut 5.91736 ms
100th percentile service time desc_sort_timestamp_no_can_match_shortcut 5.99826 ms
error rate desc_sort_timestamp_no_can_match_shortcut 0 %
Min Throughput asc_sort_timestamp_can_match_shortcut 2.01 ops/s
Mean Throughput asc_sort_timestamp_can_match_shortcut 2.01 ops/s
Median Throughput asc_sort_timestamp_can_match_shortcut 2.01 ops/s
Max Throughput asc_sort_timestamp_can_match_shortcut 2.01 ops/s
50th percentile latency asc_sort_timestamp_can_match_shortcut 9.69297 ms
90th percentile latency asc_sort_timestamp_can_match_shortcut 10.1364 ms
99th percentile latency asc_sort_timestamp_can_match_shortcut 12.5337 ms
100th percentile latency asc_sort_timestamp_can_match_shortcut 12.6776 ms
50th percentile service time asc_sort_timestamp_can_match_shortcut 8.33927 ms
90th percentile service time asc_sort_timestamp_can_match_shortcut 8.53637 ms
99th percentile service time asc_sort_timestamp_can_match_shortcut 11.5121 ms
100th percentile service time asc_sort_timestamp_can_match_shortcut 11.5294 ms
error rate asc_sort_timestamp_can_match_shortcut 0 %
Min Throughput asc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Mean Throughput asc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Median Throughput asc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Max Throughput asc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
50th percentile latency asc_sort_timestamp_no_can_match_shortcut 9.66299 ms
90th percentile latency asc_sort_timestamp_no_can_match_shortcut 10.1429 ms
99th percentile latency asc_sort_timestamp_no_can_match_shortcut 12.5883 ms
100th percentile latency asc_sort_timestamp_no_can_match_shortcut 13.1099 ms
50th percentile service time asc_sort_timestamp_no_can_match_shortcut 8.28247 ms
90th percentile service time asc_sort_timestamp_no_can_match_shortcut 8.46771 ms
99th percentile service time asc_sort_timestamp_no_can_match_shortcut 11.255 ms
100th percentile service time asc_sort_timestamp_no_can_match_shortcut 11.2994 ms
error rate asc_sort_timestamp_no_can_match_shortcut 0 %
Min Throughput term 2.01 ops/s
Mean Throughput term 2.01 ops/s
Median Throughput term 2.01 ops/s
Max Throughput term 2.01 ops/s
50th percentile latency term 5.73644 ms
90th percentile latency term 6.16061 ms
99th percentile latency term 6.84171 ms
100th percentile latency term 7.0168 ms
50th percentile service time term 4.40736 ms
90th percentile service time term 4.56398 ms
99th percentile service time term 5.12811 ms
100th percentile service time term 5.19823 ms
error rate term 0 %
Min Throughput multi_terms-keyword 1.1 ops/s
Mean Throughput multi_terms-keyword 1.1 ops/s
Median Throughput multi_terms-keyword 1.1 ops/s
Max Throughput multi_terms-keyword 1.1 ops/s
50th percentile latency multi_terms-keyword 101812 ms
90th percentile latency multi_terms-keyword 118016 ms
99th percentile latency multi_terms-keyword 121679 ms
100th percentile latency multi_terms-keyword 121879 ms
50th percentile service time multi_terms-keyword 900.274 ms
90th percentile service time multi_terms-keyword 908.499 ms
99th percentile service time multi_terms-keyword 955.633 ms
100th percentile service time multi_terms-keyword 972.159 ms
error rate multi_terms-keyword 0 %
Min Throughput keyword-terms 2 ops/s
Mean Throughput keyword-terms 2 ops/s
Median Throughput keyword-terms 2 ops/s
Max Throughput keyword-terms 2.01 ops/s
50th percentile latency keyword-terms 29.8844 ms
90th percentile latency keyword-terms 39.4973 ms
99th percentile latency keyword-terms 40.8563 ms
100th percentile latency keyword-terms 41.4236 ms
50th percentile service time keyword-terms 28.3699 ms
90th percentile service time keyword-terms 38.0318 ms
99th percentile service time keyword-terms 39.3478 ms
100th percentile service time keyword-terms 39.8472 ms
error rate keyword-terms 0 %
Min Throughput keyword-terms-low-cardinality 2.01 ops/s
Mean Throughput keyword-terms-low-cardinality 2.01 ops/s
Median Throughput keyword-terms-low-cardinality 2.01 ops/s
Max Throughput keyword-terms-low-cardinality 2.01 ops/s
50th percentile latency keyword-terms-low-cardinality 23.0254 ms
90th percentile latency keyword-terms-low-cardinality 32.5111 ms
99th percentile latency keyword-terms-low-cardinality 33.1797 ms
100th percentile latency keyword-terms-low-cardinality 33.3295 ms
50th percentile service time keyword-terms-low-cardinality 20.8307 ms
90th percentile service time keyword-terms-low-cardinality 30.2792 ms
99th percentile service time keyword-terms-low-cardinality 30.7079 ms
100th percentile service time keyword-terms-low-cardinality 30.9652 ms
error rate keyword-terms-low-cardinality 0 %
Min Throughput composite-terms 2 ops/s
Mean Throughput composite-terms 2 ops/s
Median Throughput composite-terms 2 ops/s
Max Throughput composite-terms 2 ops/s
50th percentile latency composite-terms 218.431 ms
90th percentile latency composite-terms 223.717 ms
99th percentile latency composite-terms 237.839 ms
100th percentile latency composite-terms 238.15 ms
50th percentile service time composite-terms 217.368 ms
90th percentile service time composite-terms 222.683 ms
99th percentile service time composite-terms 236.772 ms
100th percentile service time composite-terms 236.954 ms
error rate composite-terms 0 %
Min Throughput composite_terms-keyword 2 ops/s
Mean Throughput composite_terms-keyword 2 ops/s
Median Throughput composite_terms-keyword 2 ops/s
Max Throughput composite_terms-keyword 2 ops/s
50th percentile latency composite_terms-keyword 365.512 ms
90th percentile latency composite_terms-keyword 370.517 ms
99th percentile latency composite_terms-keyword 390.65 ms
100th percentile latency composite_terms-keyword 400.55 ms
50th percentile service time composite_terms-keyword 364.221 ms
90th percentile service time composite_terms-keyword 369.656 ms
99th percentile service time composite_terms-keyword 389.737 ms
100th percentile service time composite_terms-keyword 399.616 ms
error rate composite_terms-keyword 0 %
Min Throughput composite-date_histogram-daily 2.01 ops/s
Mean Throughput composite-date_histogram-daily 2.01 ops/s
Median Throughput composite-date_histogram-daily 2.01 ops/s
Max Throughput composite-date_histogram-daily 2.01 ops/s
50th percentile latency composite-date_histogram-daily 4.61356 ms
90th percentile latency composite-date_histogram-daily 4.97328 ms
99th percentile latency composite-date_histogram-daily 5.10185 ms
100th percentile latency composite-date_histogram-daily 5.12841 ms
50th percentile service time composite-date_histogram-daily 3.21516 ms
90th percentile service time composite-date_histogram-daily 3.31279 ms
99th percentile service time composite-date_histogram-daily 3.56638 ms
100th percentile service time composite-date_histogram-daily 3.58585 ms
error rate composite-date_histogram-daily 0 %
Min Throughput range 2.01 ops/s
Mean Throughput range 2.01 ops/s
Median Throughput range 2.01 ops/s
Max Throughput range 2.01 ops/s
50th percentile latency range 6.18023 ms
90th percentile latency range 6.54643 ms
99th percentile latency range 6.68363 ms
100th percentile latency range 6.75278 ms
50th percentile service time range 4.85514 ms
90th percentile service time range 4.92669 ms
99th percentile service time range 5.27451 ms
100th percentile service time range 5.47338 ms
error rate range 0 %
Min Throughput range-numeric 2.01 ops/s
Mean Throughput range-numeric 2.01 ops/s
Median Throughput range-numeric 2.01 ops/s
Max Throughput range-numeric 2.01 ops/s
50th percentile latency range-numeric 4.08046 ms
90th percentile latency range-numeric 4.49465 ms
99th percentile latency range-numeric 4.66217 ms
100th percentile latency range-numeric 4.6729 ms
50th percentile service time range-numeric 2.75934 ms
90th percentile service time range-numeric 2.85472 ms
99th percentile service time range-numeric 2.9647 ms
100th percentile service time range-numeric 2.97191 ms
error rate range-numeric 0 %
Min Throughput keyword-in-range 2.01 ops/s
Mean Throughput keyword-in-range 2.01 ops/s
Median Throughput keyword-in-range 2.01 ops/s
Max Throughput keyword-in-range 2.01 ops/s
50th percentile latency keyword-in-range 17.456 ms
90th percentile latency keyword-in-range 17.9671 ms
99th percentile latency keyword-in-range 25.2624 ms
100th percentile latency keyword-in-range 26.1274 ms
50th percentile service time keyword-in-range 16.1519 ms
90th percentile service time keyword-in-range 16.3716 ms
99th percentile service time keyword-in-range 23.6153 ms
100th percentile service time keyword-in-range 24.5219 ms
error rate keyword-in-range 0 %
Min Throughput date_histogram_hourly_agg 2.01 ops/s
Mean Throughput date_histogram_hourly_agg 2.01 ops/s
Median Throughput date_histogram_hourly_agg 2.01 ops/s
Max Throughput date_histogram_hourly_agg 2.01 ops/s
50th percentile latency date_histogram_hourly_agg 7.8427 ms
90th percentile latency date_histogram_hourly_agg 9.76309 ms
99th percentile latency date_histogram_hourly_agg 10.2387 ms
100th percentile latency date_histogram_hourly_agg 10.2918 ms
50th percentile service time date_histogram_hourly_agg 6.23965 ms
90th percentile service time date_histogram_hourly_agg 8.16076 ms
99th percentile service time date_histogram_hourly_agg 8.52601 ms
100th percentile service time date_histogram_hourly_agg 8.54779 ms
error rate date_histogram_hourly_agg 0 %
Min Throughput date_histogram_minute_agg 2.01 ops/s
Mean Throughput date_histogram_minute_agg 2.01 ops/s
Median Throughput date_histogram_minute_agg 2.01 ops/s
Max Throughput date_histogram_minute_agg 2.01 ops/s
50th percentile latency date_histogram_minute_agg 43.703 ms
90th percentile latency date_histogram_minute_agg 44.441 ms
99th percentile latency date_histogram_minute_agg 48.2057 ms
100th percentile latency date_histogram_minute_agg 50.4491 ms
50th percentile service time date_histogram_minute_agg 42.3709 ms
90th percentile service time date_histogram_minute_agg 43.1895 ms
99th percentile service time date_histogram_minute_agg 46.7299 ms
100th percentile service time date_histogram_minute_agg 48.689 ms
error rate date_histogram_minute_agg 0 %
Min Throughput scroll 47.49 pages/s
Mean Throughput scroll 47.55 pages/s
Median Throughput scroll 47.56 pages/s
Max Throughput scroll 47.58 pages/s
50th percentile latency scroll 6711.67 ms
90th percentile latency scroll 7727.13 ms
99th percentile latency scroll 7992.31 ms
100th percentile latency scroll 8008.29 ms
50th percentile service time scroll 515.719 ms
90th percentile service time scroll 521.872 ms
99th percentile service time scroll 547.667 ms
100th percentile service time scroll 548.861 ms
error rate scroll 0 %
Min Throughput query-string-on-message 2.01 ops/s
Mean Throughput query-string-on-message 2.01 ops/s
Median Throughput query-string-on-message 2.01 ops/s
Max Throughput query-string-on-message 2.01 ops/s
50th percentile latency query-string-on-message 6.65785 ms
90th percentile latency query-string-on-message 7.07477 ms
99th percentile latency query-string-on-message 7.48999 ms
100th percentile latency query-string-on-message 7.83537 ms
50th percentile service time query-string-on-message 5.3111 ms
90th percentile service time query-string-on-message 5.3877 ms
99th percentile service time query-string-on-message 6.27081 ms
100th percentile service time query-string-on-message 6.96385 ms
error rate query-string-on-message 0 %
Min Throughput query-string-on-message-filtered 2.01 ops/s
Mean Throughput query-string-on-message-filtered 2.01 ops/s
Median Throughput query-string-on-message-filtered 2.01 ops/s
Max Throughput query-string-on-message-filtered 2.01 ops/s
50th percentile latency query-string-on-message-filtered 13.5507 ms
90th percentile latency query-string-on-message-filtered 13.7793 ms
99th percentile latency query-string-on-message-filtered 14.0332 ms
100th percentile latency query-string-on-message-filtered 14.1908 ms
50th percentile service time query-string-on-message-filtered 12.0594 ms
90th percentile service time query-string-on-message-filtered 12.1918 ms
99th percentile service time query-string-on-message-filtered 12.3839 ms
100th percentile service time query-string-on-message-filtered 12.4353 ms
error rate query-string-on-message-filtered 0 %
Min Throughput query-string-on-message-filtered-sorted-num 2.01 ops/s
Mean Throughput query-string-on-message-filtered-sorted-num 2.01 ops/s
Median Throughput query-string-on-message-filtered-sorted-num 2.01 ops/s
Max Throughput query-string-on-message-filtered-sorted-num 2.01 ops/s
50th percentile latency query-string-on-message-filtered-sorted-num 29.7642 ms
90th percentile latency query-string-on-message-filtered-sorted-num 30.2711 ms
99th percentile latency query-string-on-message-filtered-sorted-num 33.2405 ms
100th percentile latency query-string-on-message-filtered-sorted-num 35.5889 ms
50th percentile service time query-string-on-message-filtered-sorted-num 28.4147 ms
90th percentile service time query-string-on-message-filtered-sorted-num 28.8147 ms
99th percentile service time query-string-on-message-filtered-sorted-num 32.3274 ms
100th percentile service time query-string-on-message-filtered-sorted-num 34.701 ms
error rate query-string-on-message-filtered-sorted-num 0 %
Min Throughput sort_keyword_can_match_shortcut 2.01 ops/s
Mean Throughput sort_keyword_can_match_shortcut 2.01 ops/s
Median Throughput sort_keyword_can_match_shortcut 2.01 ops/s
Max Throughput sort_keyword_can_match_shortcut 2.01 ops/s
50th percentile latency sort_keyword_can_match_shortcut 5.71075 ms
90th percentile latency sort_keyword_can_match_shortcut 6.09227 ms
99th percentile latency sort_keyword_can_match_shortcut 6.43547 ms
100th percentile latency sort_keyword_can_match_shortcut 6.60023 ms
50th percentile service time sort_keyword_can_match_shortcut 4.34686 ms
90th percentile service time sort_keyword_can_match_shortcut 4.39161 ms
99th percentile service time sort_keyword_can_match_shortcut 5.12426 ms
100th percentile service time sort_keyword_can_match_shortcut 5.21741 ms
error rate sort_keyword_can_match_shortcut 0 %
Min Throughput sort_keyword_no_can_match_shortcut 2.01 ops/s
Mean Throughput sort_keyword_no_can_match_shortcut 2.01 ops/s
Median Throughput sort_keyword_no_can_match_shortcut 2.01 ops/s
Max Throughput sort_keyword_no_can_match_shortcut 2.01 ops/s
50th percentile latency sort_keyword_no_can_match_shortcut 5.61793 ms
90th percentile latency sort_keyword_no_can_match_shortcut 6.0009 ms
99th percentile latency sort_keyword_no_can_match_shortcut 6.23144 ms
100th percentile latency sort_keyword_no_can_match_shortcut 6.25882 ms
50th percentile service time sort_keyword_no_can_match_shortcut 4.2745 ms
90th percentile service time sort_keyword_no_can_match_shortcut 4.35489 ms
99th percentile service time sort_keyword_no_can_match_shortcut 5.01285 ms
100th percentile service time sort_keyword_no_can_match_shortcut 5.10335 ms
error rate sort_keyword_no_can_match_shortcut 0 %
Min Throughput sort_numeric_desc 2.01 ops/s
Mean Throughput sort_numeric_desc 2.01 ops/s
Median Throughput sort_numeric_desc 2.01 ops/s
Max Throughput sort_numeric_desc 2.01 ops/s
50th percentile latency sort_numeric_desc 5.74556 ms
90th percentile latency sort_numeric_desc 6.19518 ms
99th percentile latency sort_numeric_desc 6.33838 ms
100th percentile latency sort_numeric_desc 6.35345 ms
50th percentile service time sort_numeric_desc 4.47408 ms
90th percentile service time sort_numeric_desc 4.53218 ms
99th percentile service time sort_numeric_desc 4.62055 ms
100th percentile service time sort_numeric_desc 4.62337 ms
error rate sort_numeric_desc 0 %
Min Throughput sort_numeric_asc 2.01 ops/s
Mean Throughput sort_numeric_asc 2.01 ops/s
Median Throughput sort_numeric_asc 2.01 ops/s
Max Throughput sort_numeric_asc 2.01 ops/s
50th percentile latency sort_numeric_asc 5.09447 ms
90th percentile latency sort_numeric_asc 5.4993 ms
99th percentile latency sort_numeric_asc 5.81739 ms
100th percentile latency sort_numeric_asc 5.94332 ms
50th percentile service time sort_numeric_asc 3.77074 ms
90th percentile service time sort_numeric_asc 3.83654 ms
99th percentile service time sort_numeric_asc 4.25677 ms
100th percentile service time sort_numeric_asc 4.38011 ms
error rate sort_numeric_asc 0 %
Min Throughput sort_numeric_desc_with_match 2.01 ops/s
Mean Throughput sort_numeric_desc_with_match 2.01 ops/s
Median Throughput sort_numeric_desc_with_match 2.01 ops/s
Max Throughput sort_numeric_desc_with_match 2.01 ops/s
50th percentile latency sort_numeric_desc_with_match 3.72797 ms
90th percentile latency sort_numeric_desc_with_match 4.1496 ms
99th percentile latency sort_numeric_desc_with_match 4.63544 ms
100th percentile latency sort_numeric_desc_with_match 4.92548 ms
50th percentile service time sort_numeric_desc_with_match 2.44161 ms
90th percentile service time sort_numeric_desc_with_match 2.48487 ms
99th percentile service time sort_numeric_desc_with_match 2.61574 ms
100th percentile service time sort_numeric_desc_with_match 2.6686 ms
error rate sort_numeric_desc_with_match 0 %
Min Throughput sort_numeric_asc_with_match 2.01 ops/s
Mean Throughput sort_numeric_asc_with_match 2.01 ops/s
Median Throughput sort_numeric_asc_with_match 2.01 ops/s
Max Throughput sort_numeric_asc_with_match 2.01 ops/s
50th percentile latency sort_numeric_asc_with_match 4.07882 ms
90th percentile latency sort_numeric_asc_with_match 4.45404 ms
99th percentile latency sort_numeric_asc_with_match 4.55554 ms
100th percentile latency sort_numeric_asc_with_match 4.56179 ms
50th percentile service time sort_numeric_asc_with_match 2.71574 ms
90th percentile service time sort_numeric_asc_with_match 2.74937 ms
99th percentile service time sort_numeric_asc_with_match 2.84332 ms
100th percentile service time sort_numeric_asc_with_match 2.85114 ms
error rate sort_numeric_asc_with_match 0 %
Min Throughput range_field_conjunction_big_range_big_term_query 2.01 ops/s
Mean Throughput range_field_conjunction_big_range_big_term_query 2.01 ops/s
Median Throughput range_field_conjunction_big_range_big_term_query 2.01 ops/s
Max Throughput range_field_conjunction_big_range_big_term_query 2.01 ops/s
50th percentile latency range_field_conjunction_big_range_big_term_query 3.5653 ms
90th percentile latency range_field_conjunction_big_range_big_term_query 3.94935 ms
99th percentile latency range_field_conjunction_big_range_big_term_query 4.08022 ms
100th percentile latency range_field_conjunction_big_range_big_term_query 4.10557 ms
50th percentile service time range_field_conjunction_big_range_big_term_query 2.22857 ms
90th percentile service time range_field_conjunction_big_range_big_term_query 2.27438 ms
99th percentile service time range_field_conjunction_big_range_big_term_query 2.36577 ms
100th percentile service time range_field_conjunction_big_range_big_term_query 2.40731 ms
error rate range_field_conjunction_big_range_big_term_query 0 %
Min Throughput range_field_disjunction_big_range_small_term_query 2.01 ops/s
Mean Throughput range_field_disjunction_big_range_small_term_query 2.01 ops/s
Median Throughput range_field_disjunction_big_range_small_term_query 2.01 ops/s
Max Throughput range_field_disjunction_big_range_small_term_query 2.01 ops/s
50th percentile latency range_field_disjunction_big_range_small_term_query 3.7434 ms
90th percentile latency range_field_disjunction_big_range_small_term_query 4.15568 ms
99th percentile latency range_field_disjunction_big_range_small_term_query 4.27741 ms
100th percentile latency range_field_disjunction_big_range_small_term_query 4.2812 ms
50th percentile service time range_field_disjunction_big_range_small_term_query 2.45951 ms
90th percentile service time range_field_disjunction_big_range_small_term_query 2.52019 ms
99th percentile service time range_field_disjunction_big_range_small_term_query 2.63028 ms
100th percentile service time range_field_disjunction_big_range_small_term_query 2.6638 ms
error rate range_field_disjunction_big_range_small_term_query 0 %
Min Throughput range_field_conjunction_small_range_small_term_query 2.01 ops/s
Mean Throughput range_field_conjunction_small_range_small_term_query 2.01 ops/s
Median Throughput range_field_conjunction_small_range_small_term_query 2.01 ops/s
Max Throughput range_field_conjunction_small_range_small_term_query 2.01 ops/s
50th percentile latency range_field_conjunction_small_range_small_term_query 3.62446 ms
90th percentile latency range_field_conjunction_small_range_small_term_query 4.07921 ms
99th percentile latency range_field_conjunction_small_range_small_term_query 4.17043 ms
100th percentile latency range_field_conjunction_small_range_small_term_query 4.1847 ms
50th percentile service time range_field_conjunction_small_range_small_term_query 2.31359 ms
90th percentile service time range_field_conjunction_small_range_small_term_query 2.38711 ms
99th percentile service time range_field_conjunction_small_range_small_term_query 2.43615 ms
100th percentile service time range_field_conjunction_small_range_small_term_query 2.43913 ms
error rate range_field_conjunction_small_range_small_term_query 0 %
Min Throughput range_field_conjunction_small_range_big_term_query 2.01 ops/s
Mean Throughput range_field_conjunction_small_range_big_term_query 2.01 ops/s
Median Throughput range_field_conjunction_small_range_big_term_query 2.01 ops/s
Max Throughput range_field_conjunction_small_range_big_term_query 2.01 ops/s
50th percentile latency range_field_conjunction_small_range_big_term_query 3.61896 ms
90th percentile latency range_field_conjunction_small_range_big_term_query 3.87497 ms
99th percentile latency range_field_conjunction_small_range_big_term_query 3.9802 ms
100th percentile latency range_field_conjunction_small_range_big_term_query 3.98842 ms
50th percentile service time range_field_conjunction_small_range_big_term_query 2.16829 ms
90th percentile service time range_field_conjunction_small_range_big_term_query 2.20977 ms
99th percentile service time range_field_conjunction_small_range_big_term_query 2.29344 ms
100th percentile service time range_field_conjunction_small_range_big_term_query 2.31152 ms
error rate range_field_conjunction_small_range_big_term_query 0 %
Min Throughput range-auto-date-histo 0.25 ops/s
Mean Throughput range-auto-date-histo 0.25 ops/s
Median Throughput range-auto-date-histo 0.25 ops/s
Max Throughput range-auto-date-histo 0.25 ops/s
50th percentile latency range-auto-date-histo 877635 ms
90th percentile latency range-auto-date-histo 1.01686e+06 ms
99th percentile latency range-auto-date-histo 1.04822e+06 ms
100th percentile latency range-auto-date-histo 1.04997e+06 ms
50th percentile service time range-auto-date-histo 3963.96 ms
90th percentile service time range-auto-date-histo 4079.59 ms
99th percentile service time range-auto-date-histo 4241.31 ms
100th percentile service time range-auto-date-histo 4333.06 ms
error rate range-auto-date-histo 0 %
Min Throughput range-auto-date-histo-with-metrics 0.09 ops/s
Mean Throughput range-auto-date-histo-with-metrics 0.09 ops/s
Median Throughput range-auto-date-histo-with-metrics 0.09 ops/s
Max Throughput range-auto-date-histo-with-metrics 0.09 ops/s
50th percentile latency range-auto-date-histo-with-metrics 2.54429e+06 ms
90th percentile latency range-auto-date-histo-with-metrics 2.94969e+06 ms
99th percentile latency range-auto-date-histo-with-metrics 3.04099e+06 ms
100th percentile latency range-auto-date-histo-with-metrics 3.04602e+06 ms
50th percentile service time range-auto-date-histo-with-metrics 10631.5 ms
90th percentile service time range-auto-date-histo-with-metrics 10704.6 ms
99th percentile service time range-auto-date-histo-with-metrics 10759.8 ms
100th percentile service time range-auto-date-histo-with-metrics 10788.7 ms
error rate range-auto-date-histo-with-metrics 0 %
Min Throughput range-agg-1 2.01 ops/s
Mean Throughput range-agg-1 2.01 ops/s
Median Throughput range-agg-1 2.01 ops/s
Max Throughput range-agg-1 2.01 ops/s
50th percentile latency range-agg-1 4.18887 ms
90th percentile latency range-agg-1 4.71831 ms
99th percentile latency range-agg-1 5.22883 ms
100th percentile latency range-agg-1 5.39317 ms
50th percentile service time range-agg-1 3.03822 ms
90th percentile service time range-agg-1 3.13076 ms
99th percentile service time range-agg-1 3.21695 ms
100th percentile service time range-agg-1 3.23316 ms
error rate range-agg-1 0 %
Min Throughput range-agg-2 2.01 ops/s
Mean Throughput range-agg-2 2.01 ops/s
Median Throughput range-agg-2 2.01 ops/s
Max Throughput range-agg-2 2.01 ops/s
50th percentile latency range-agg-2 4.21636 ms
90th percentile latency range-agg-2 4.60479 ms
99th percentile latency range-agg-2 4.83324 ms
100th percentile latency range-agg-2 4.95484 ms
50th percentile service time range-agg-2 2.89735 ms
90th percentile service time range-agg-2 2.99924 ms
99th percentile service time range-agg-2 3.10613 ms
100th percentile service time range-agg-2 3.13197 ms
error rate range-agg-2 0 %
Min Throughput cardinality-agg-low 2.01 ops/s
Mean Throughput cardinality-agg-low 2.01 ops/s
Median Throughput cardinality-agg-low 2.01 ops/s
Max Throughput cardinality-agg-low 2.01 ops/s
50th percentile latency cardinality-agg-low 4.8062 ms
90th percentile latency cardinality-agg-low 5.38786 ms
99th percentile latency cardinality-agg-low 5.64087 ms
100th percentile latency cardinality-agg-low 5.66586 ms
50th percentile service time cardinality-agg-low 3.35718 ms
90th percentile service time cardinality-agg-low 3.84959 ms
99th percentile service time cardinality-agg-low 3.93952 ms
100th percentile service time cardinality-agg-low 3.94737 ms
error rate cardinality-agg-low 0 %
Min Throughput cardinality-agg-high 0.82 ops/s
Mean Throughput cardinality-agg-high 0.82 ops/s
Median Throughput cardinality-agg-high 0.82 ops/s
Max Throughput cardinality-agg-high 0.82 ops/s
50th percentile latency cardinality-agg-high 180393 ms
90th percentile latency cardinality-agg-high 209072 ms
99th percentile latency cardinality-agg-high 215573 ms
100th percentile latency cardinality-agg-high 215977 ms
50th percentile service time cardinality-agg-high 1203.36 ms
90th percentile service time cardinality-agg-high 1266.75 ms
99th percentile service time cardinality-agg-high 1323.08 ms
100th percentile service time cardinality-agg-high 1336.73 ms
error rate cardinality-agg-high 0 %
Min Throughput cardinality-agg-very-high 0.02 ops/s
Mean Throughput cardinality-agg-very-high 0.02 ops/s
Median Throughput cardinality-agg-very-high 0.02 ops/s
Max Throughput cardinality-agg-very-high 0.02 ops/s
50th percentile latency cardinality-agg-very-high 4.46429e+06 ms
90th percentile latency cardinality-agg-very-high 6.23749e+06 ms
99th percentile latency cardinality-agg-very-high 6.6364e+06 ms
100th percentile latency cardinality-agg-very-high 6.65852e+06 ms
50th percentile service time cardinality-agg-very-high 44825.2 ms
90th percentile service time cardinality-agg-very-high 44983.7 ms
99th percentile service time cardinality-agg-very-high 46882.9 ms
100th percentile service time cardinality-agg-very-high 47616.3 ms
error rate cardinality-agg-very-high 0 %

@opensearch-ci-bot
Copy link
Collaborator

Benchmark Baseline Comparison Results

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

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 4 0
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 2.004 2.029 0.025 s
Total Young Gen GC count 101 102 1
Total Old Gen GC time 0 0 0 s
Total Old Gen GC count 0 0 0
Store size 22.1906 22.1906 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 10 10 0
Min Throughput wait-for-snapshot-recovery 4.18146e+07 4.18584e+07 43780 byte/s
Mean Throughput wait-for-snapshot-recovery 4.18146e+07 4.18584e+07 43780 byte/s
Median Throughput wait-for-snapshot-recovery 4.18146e+07 4.18584e+07 43780 byte/s
Max Throughput wait-for-snapshot-recovery 4.18146e+07 4.18584e+07 43780 byte/s
100th percentile latency wait-for-snapshot-recovery 564353 564414 61.4375 ms
100th percentile service time wait-for-snapshot-recovery 564353 564414 61.4375 ms
error rate wait-for-snapshot-recovery 0 0 0 %
Min Throughput wait-until-merges-finish 108.593 116.898 8.30489 ops/s
Mean Throughput wait-until-merges-finish 108.593 116.898 8.30489 ops/s
Median Throughput wait-until-merges-finish 108.593 116.898 8.30489 ops/s
Max Throughput wait-until-merges-finish 108.593 116.898 8.30489 ops/s
100th percentile latency wait-until-merges-finish 8.92541 8.26193 -0.66348 ms
100th percentile service time wait-until-merges-finish 8.92541 8.26193 -0.66348 ms
error rate wait-until-merges-finish 0 0 0 %
Min Throughput default 2.00456 2.00512 0.00056 ops/s
Mean Throughput default 2.00554 2.00622 0.00067 ops/s
Median Throughput default 2.00546 2.00614 0.00067 ops/s
Max Throughput default 2.0068 2.00764 0.00083 ops/s
50th percentile latency default 7.24554 6.7512 -0.49434 ms
90th percentile latency default 7.77236 7.21288 -0.55948 ms
99th percentile latency default 8.15547 7.6431 -0.51237 ms
100th percentile latency default 8.17295 7.71201 -0.46094 ms
50th percentile service time default 5.97118 5.40289 -0.56829 ms
90th percentile service time default 6.36546 5.65435 -0.71111 ms
99th percentile service time default 7.06907 6.32328 -0.74578 ms
100th percentile service time default 7.08187 6.60935 -0.47252 ms
error rate default 0 0 0 %
Min Throughput desc_sort_timestamp 2.00526 2.00532 6e-05 ops/s
Mean Throughput desc_sort_timestamp 2.00639 2.00645 6e-05 ops/s
Median Throughput desc_sort_timestamp 2.00631 2.00636 6e-05 ops/s
Max Throughput desc_sort_timestamp 2.00785 2.00793 9e-05 ops/s
50th percentile latency desc_sort_timestamp 9.2812 9.29243 0.01124 ms
90th percentile latency desc_sort_timestamp 9.92712 9.78839 -0.13873 ms
99th percentile latency desc_sort_timestamp 11.6202 12.6162 0.996 ms
100th percentile latency desc_sort_timestamp 11.8017 14.6369 2.83518 ms
50th percentile service time desc_sort_timestamp 7.96178 7.99506 0.03328 ms
90th percentile service time desc_sort_timestamp 8.69041 8.26981 -0.4206 ms
99th percentile service time desc_sort_timestamp 10.4736 11.2831 0.80953 ms
100th percentile service time desc_sort_timestamp 10.7041 13.2385 2.53434 ms
error rate desc_sort_timestamp 0 0 0 %
Min Throughput asc_sort_timestamp 2.00614 2.00619 5e-05 ops/s
Mean Throughput asc_sort_timestamp 2.00746 2.00751 6e-05 ops/s
Median Throughput asc_sort_timestamp 2.00736 2.00741 5e-05 ops/s
Max Throughput asc_sort_timestamp 2.00916 2.00923 8e-05 ops/s
50th percentile latency asc_sort_timestamp 10.2858 11.1619 0.87617 ms
90th percentile latency asc_sort_timestamp 10.9337 11.822 0.88836 ms
99th percentile latency asc_sort_timestamp 12.0043 15.0492 3.04498 ms
100th percentile latency asc_sort_timestamp 12.9061 15.2688 2.36263 ms
50th percentile service time asc_sort_timestamp 8.93991 10.0424 1.10247 ms
90th percentile service time asc_sort_timestamp 9.41019 10.265 0.85485 ms
99th percentile service time asc_sort_timestamp 10.5852 13.3884 2.80318 ms
100th percentile service time asc_sort_timestamp 11.5267 13.488 1.96134 ms
error rate asc_sort_timestamp 0 0 0 %
Min Throughput desc_sort_with_after_timestamp 2.00378 2.00299 -0.00079 ops/s
Mean Throughput desc_sort_with_after_timestamp 2.00459 2.00364 -0.00095 ops/s
Median Throughput desc_sort_with_after_timestamp 2.00452 2.00358 -0.00094 ops/s
Max Throughput desc_sort_with_after_timestamp 2.00564 2.00446 -0.00118 ops/s
50th percentile latency desc_sort_with_after_timestamp 125.871 113.76 -12.1105 ms
90th percentile latency desc_sort_with_after_timestamp 130.283 115.16 -15.1227 ms
99th percentile latency desc_sort_with_after_timestamp 141.242 133.634 -7.60822 ms
100th percentile latency desc_sort_with_after_timestamp 144.521 133.765 -10.7565 ms
50th percentile service time desc_sort_with_after_timestamp 124.641 112.486 -12.1548 ms
90th percentile service time desc_sort_with_after_timestamp 129.138 113.888 -15.2494 ms
99th percentile service time desc_sort_with_after_timestamp 140.041 132.337 -7.70411 ms
100th percentile service time desc_sort_with_after_timestamp 143.071 132.508 -10.563 ms
error rate desc_sort_with_after_timestamp 0 0 0 %
Min Throughput asc_sort_with_after_timestamp 2.00331 2.0033 -1e-05 ops/s
Mean Throughput asc_sort_with_after_timestamp 2.00402 2.004 -2e-05 ops/s
Median Throughput asc_sort_with_after_timestamp 2.00397 2.00395 -2e-05 ops/s
Max Throughput asc_sort_with_after_timestamp 2.00493 2.0049 -3e-05 ops/s
50th percentile latency asc_sort_with_after_timestamp 235.804 209.098 -26.7063 ms
90th percentile latency asc_sort_with_after_timestamp 239.87 221.427 -18.4425 ms
99th percentile latency asc_sort_with_after_timestamp 257.497 241.681 -15.8165 ms
100th percentile latency asc_sort_with_after_timestamp 266.039 243.15 -22.8898 ms
50th percentile service time asc_sort_with_after_timestamp 234.633 207.975 -26.6579 ms
90th percentile service time asc_sort_with_after_timestamp 238.959 220.361 -18.5988 ms
99th percentile service time asc_sort_with_after_timestamp 256.185 240.125 -16.0593 ms
100th percentile service time asc_sort_with_after_timestamp 264.824 241.345 -23.4796 ms
error rate asc_sort_with_after_timestamp 0 0 0 %
Min Throughput desc_sort_timestamp_can_match_shortcut 2.00544 2.00551 7e-05 ops/s
Mean Throughput desc_sort_timestamp_can_match_shortcut 2.00659 2.00668 8e-05 ops/s
Median Throughput desc_sort_timestamp_can_match_shortcut 2.0065 2.00659 9e-05 ops/s
Max Throughput desc_sort_timestamp_can_match_shortcut 2.00809 2.0082 0.0001 ops/s
50th percentile latency desc_sort_timestamp_can_match_shortcut 7.0394 7.02479 -0.01461 ms
90th percentile latency desc_sort_timestamp_can_match_shortcut 7.55967 7.50058 -0.05909 ms
99th percentile latency desc_sort_timestamp_can_match_shortcut 8.47103 8.57819 0.10716 ms
100th percentile latency desc_sort_timestamp_can_match_shortcut 8.49553 8.59094 0.09541 ms
50th percentile service time desc_sort_timestamp_can_match_shortcut 5.75561 5.68145 -0.07416 ms
90th percentile service time desc_sort_timestamp_can_match_shortcut 6.12135 5.90739 -0.21396 ms
99th percentile service time desc_sort_timestamp_can_match_shortcut 6.84595 6.90744 0.06149 ms
100th percentile service time desc_sort_timestamp_can_match_shortcut 6.86315 6.95047 0.08732 ms
error rate desc_sort_timestamp_can_match_shortcut 0 0 0 %
Min Throughput desc_sort_timestamp_no_can_match_shortcut 2.00655 2.00656 1e-05 ops/s
Mean Throughput desc_sort_timestamp_no_can_match_shortcut 2.00794 2.00795 2e-05 ops/s
Median Throughput desc_sort_timestamp_no_can_match_shortcut 2.00783 2.00785 2e-05 ops/s
Max Throughput desc_sort_timestamp_no_can_match_shortcut 2.00975 2.00977 2e-05 ops/s
50th percentile latency desc_sort_timestamp_no_can_match_shortcut 7.1389 6.75425 -0.38465 ms
90th percentile latency desc_sort_timestamp_no_can_match_shortcut 7.59053 7.1863 -0.40423 ms
99th percentile latency desc_sort_timestamp_no_can_match_shortcut 8.74539 7.57337 -1.17201 ms
100th percentile latency desc_sort_timestamp_no_can_match_shortcut 8.81644 7.69572 -1.12072 ms
50th percentile service time desc_sort_timestamp_no_can_match_shortcut 5.91818 5.40426 -0.51391 ms
90th percentile service time desc_sort_timestamp_no_can_match_shortcut 6.04418 5.54798 -0.49619 ms
99th percentile service time desc_sort_timestamp_no_can_match_shortcut 7.32108 5.91736 -1.40372 ms
100th percentile service time desc_sort_timestamp_no_can_match_shortcut 7.37011 5.99826 -1.37184 ms
error rate desc_sort_timestamp_no_can_match_shortcut 0 0 0 %
Min Throughput asc_sort_timestamp_can_match_shortcut 2.0065 2.00649 -1e-05 ops/s
Mean Throughput asc_sort_timestamp_can_match_shortcut 2.00789 2.00788 -1e-05 ops/s
Median Throughput asc_sort_timestamp_can_match_shortcut 2.00778 2.00777 -1e-05 ops/s
Max Throughput asc_sort_timestamp_can_match_shortcut 2.00968 2.00967 -1e-05 ops/s
50th percentile latency asc_sort_timestamp_can_match_shortcut 9.65671 9.69297 0.03626 ms
90th percentile latency asc_sort_timestamp_can_match_shortcut 10.0805 10.1364 0.05599 ms
99th percentile latency asc_sort_timestamp_can_match_shortcut 17.7593 12.5337 -5.22562 ms
100th percentile latency asc_sort_timestamp_can_match_shortcut 25.1067 12.6776 -12.4291 ms
50th percentile service time asc_sort_timestamp_can_match_shortcut 8.35034 8.33927 -0.01107 ms
90th percentile service time asc_sort_timestamp_can_match_shortcut 8.48576 8.53637 0.0506 ms
99th percentile service time asc_sort_timestamp_can_match_shortcut 16.1771 11.5121 -4.66496 ms
100th percentile service time asc_sort_timestamp_can_match_shortcut 23.654 11.5294 -12.1246 ms
error rate asc_sort_timestamp_can_match_shortcut 0 0 0 %
Min Throughput asc_sort_timestamp_no_can_match_shortcut 2.00651 2.00651 0 ops/s
Mean Throughput asc_sort_timestamp_no_can_match_shortcut 2.0079 2.00789 -1e-05 ops/s
Median Throughput asc_sort_timestamp_no_can_match_shortcut 2.00779 2.00778 -1e-05 ops/s
Max Throughput asc_sort_timestamp_no_can_match_shortcut 2.0097 2.0097 -1e-05 ops/s
50th percentile latency asc_sort_timestamp_no_can_match_shortcut 9.4259 9.66299 0.23709 ms
90th percentile latency asc_sort_timestamp_no_can_match_shortcut 9.83749 10.1429 0.30545 ms
99th percentile latency asc_sort_timestamp_no_can_match_shortcut 9.99619 12.5883 2.59215 ms
100th percentile latency asc_sort_timestamp_no_can_match_shortcut 10.0553 13.1099 3.0546 ms
50th percentile service time asc_sort_timestamp_no_can_match_shortcut 8.09312 8.28247 0.18936 ms
90th percentile service time asc_sort_timestamp_no_can_match_shortcut 8.20038 8.46771 0.26733 ms
99th percentile service time asc_sort_timestamp_no_can_match_shortcut 8.70642 11.255 2.54854 ms
100th percentile service time asc_sort_timestamp_no_can_match_shortcut 8.94869 11.2994 2.35075 ms
error rate asc_sort_timestamp_no_can_match_shortcut 0 0 0 %
Min Throughput term 2.00641 2.00643 3e-05 ops/s
Mean Throughput term 2.00777 2.0078 3e-05 ops/s
Median Throughput term 2.00766 2.00769 3e-05 ops/s
Max Throughput term 2.00953 2.00958 5e-05 ops/s
50th percentile latency term 5.97097 5.73644 -0.23453 ms
90th percentile latency term 6.355 6.16061 -0.19439 ms
99th percentile latency term 6.95468 6.84171 -0.11297 ms
100th percentile latency term 7.23421 7.0168 -0.21741 ms
50th percentile service time term 4.70346 4.40736 -0.2961 ms
90th percentile service time term 4.86507 4.56398 -0.30109 ms
99th percentile service time term 5.59869 5.12811 -0.47057 ms
100th percentile service time term 5.63018 5.19823 -0.43195 ms
error rate term 0 0 0 %
Min Throughput multi_terms-keyword 1.28358 1.10281 -0.18076 ops/s
Mean Throughput multi_terms-keyword 1.28606 1.10387 -0.18218 ops/s
Median Throughput multi_terms-keyword 1.28624 1.1041 -0.18213 ops/s
Max Throughput multi_terms-keyword 1.28807 1.10439 -0.18368 ops/s
50th percentile latency multi_terms-keyword 69629.3 101812 32182.8 ms
90th percentile latency multi_terms-keyword 80455.3 118016 37560.8 ms
99th percentile latency multi_terms-keyword 82890.8 121679 38788.1 ms
100th percentile latency multi_terms-keyword 83025 121879 38854.2 ms
50th percentile service time multi_terms-keyword 769.274 900.274 131.001 ms
90th percentile service time multi_terms-keyword 776.35 908.499 132.149 ms
99th percentile service time multi_terms-keyword 790.374 955.633 165.259 ms
100th percentile service time multi_terms-keyword 790.55 972.159 181.609 ms
error rate multi_terms-keyword 0 0 0 %
Min Throughput keyword-terms 2.00281 2.0037 0.00089 ops/s
Mean Throughput keyword-terms 2.0034 2.00449 0.00109 ops/s
Median Throughput keyword-terms 2.00334 2.00443 0.00109 ops/s
Max Throughput keyword-terms 2.00417 2.00552 0.00135 ops/s
50th percentile latency keyword-terms 25.6029 29.8844 4.28154 ms
90th percentile latency keyword-terms 33.9622 39.4973 5.53508 ms
99th percentile latency keyword-terms 34.5632 40.8563 6.29315 ms
100th percentile latency keyword-terms 34.8196 41.4236 6.60393 ms
50th percentile service time keyword-terms 23.2493 28.3699 5.12053 ms
90th percentile service time keyword-terms 31.6621 38.0318 6.36972 ms
99th percentile service time keyword-terms 32.3067 39.3478 7.04109 ms
100th percentile service time keyword-terms 32.5444 39.8472 7.30275 ms
error rate keyword-terms 0 0 0 %
Min Throughput keyword-terms-low-cardinality 2.0063 2.00633 4e-05 ops/s
Mean Throughput keyword-terms-low-cardinality 2.00763 2.00768 5e-05 ops/s
Median Throughput keyword-terms-low-cardinality 2.00753 2.00757 4e-05 ops/s
Max Throughput keyword-terms-low-cardinality 2.00939 2.00942 3e-05 ops/s
50th percentile latency keyword-terms-low-cardinality 17.1439 23.0254 5.88146 ms
90th percentile latency keyword-terms-low-cardinality 25.9198 32.5111 6.5914 ms
99th percentile latency keyword-terms-low-cardinality 26.628 33.1797 6.55165 ms
100th percentile latency keyword-terms-low-cardinality 26.6459 33.3295 6.68358 ms
50th percentile service time keyword-terms-low-cardinality 15.3 20.8307 5.53073 ms
90th percentile service time keyword-terms-low-cardinality 23.9258 30.2792 6.35346 ms
99th percentile service time keyword-terms-low-cardinality 24.3842 30.7079 6.32373 ms
100th percentile service time keyword-terms-low-cardinality 24.3993 30.9652 6.56593 ms
error rate keyword-terms-low-cardinality 0 0 0 %
Min Throughput composite-terms 2.00156 2.00245 0.00089 ops/s
Mean Throughput composite-terms 2.0019 2.00298 0.00108 ops/s
Median Throughput composite-terms 2.00188 2.00293 0.00106 ops/s
Max Throughput composite-terms 2.00233 2.00366 0.00133 ops/s
50th percentile latency composite-terms 219.365 218.431 -0.9342 ms
90th percentile latency composite-terms 222.798 223.717 0.91842 ms
99th percentile latency composite-terms 248.687 237.839 -10.8486 ms
100th percentile latency composite-terms 262.189 238.15 -24.0396 ms
50th percentile service time composite-terms 218.222 217.368 -0.85367 ms
90th percentile service time composite-terms 221.755 222.683 0.92808 ms
99th percentile service time composite-terms 247.769 236.772 -10.9964 ms
100th percentile service time composite-terms 261.615 236.954 -24.6618 ms
error rate composite-terms 0 0 0 %
Min Throughput composite_terms-keyword 2.00066 2.00083 0.00017 ops/s
Mean Throughput composite_terms-keyword 2.0008 2.001 0.0002 ops/s
Median Throughput composite_terms-keyword 2.00079 2.00099 0.0002 ops/s
Max Throughput composite_terms-keyword 2.00097 2.00122 0.00025 ops/s
50th percentile latency composite_terms-keyword 383.281 365.512 -17.7692 ms
90th percentile latency composite_terms-keyword 391.108 370.517 -20.5916 ms
99th percentile latency composite_terms-keyword 403.238 390.65 -12.5881 ms
100th percentile latency composite_terms-keyword 410.448 400.55 -9.89734 ms
50th percentile service time composite_terms-keyword 382.125 364.221 -17.9045 ms
90th percentile service time composite_terms-keyword 389.736 369.656 -20.0798 ms
99th percentile service time composite_terms-keyword 402.54 389.737 -12.8029 ms
100th percentile service time composite_terms-keyword 410.05 399.616 -10.4333 ms
error rate composite_terms-keyword 0 0 0 %
Min Throughput composite-date_histogram-daily 2.00609 2.00608 -1e-05 ops/s
Mean Throughput composite-date_histogram-daily 2.00738 2.00738 -0 ops/s
Median Throughput composite-date_histogram-daily 2.00728 2.00728 -0 ops/s
Max Throughput composite-date_histogram-daily 2.00905 2.00907 1e-05 ops/s
50th percentile latency composite-date_histogram-daily 4.64888 4.61356 -0.03532 ms
90th percentile latency composite-date_histogram-daily 5.11972 4.97328 -0.14645 ms
99th percentile latency composite-date_histogram-daily 5.35676 5.10185 -0.2549 ms
100th percentile latency composite-date_histogram-daily 5.41388 5.12841 -0.28547 ms
50th percentile service time composite-date_histogram-daily 3.40862 3.21516 -0.19346 ms
90th percentile service time composite-date_histogram-daily 3.52611 3.31279 -0.21332 ms
99th percentile service time composite-date_histogram-daily 3.97098 3.56638 -0.4046 ms
100th percentile service time composite-date_histogram-daily 4.17308 3.58585 -0.58723 ms
error rate composite-date_histogram-daily 0 0 0 %
Min Throughput range 2.00652 2.00652 0 ops/s
Mean Throughput range 2.00792 2.00792 0 ops/s
Median Throughput range 2.00781 2.00781 -0 ops/s
Max Throughput range 2.00972 2.00971 -1e-05 ops/s
50th percentile latency range 5.90142 6.18023 0.27881 ms
90th percentile latency range 6.3271 6.54643 0.21932 ms
99th percentile latency range 6.49916 6.68363 0.18447 ms
100th percentile latency range 6.52763 6.75278 0.22515 ms
50th percentile service time range 4.62006 4.85514 0.23508 ms
90th percentile service time range 4.67947 4.92669 0.24723 ms
99th percentile service time range 4.73699 5.27451 0.53753 ms
100th percentile service time range 4.75182 5.47338 0.72155 ms
error rate range 0 0 0 %
Min Throughput range-numeric 2.00654 2.00656 2e-05 ops/s
Mean Throughput range-numeric 2.00794 2.00795 1e-05 ops/s
Median Throughput range-numeric 2.00783 2.00785 1e-05 ops/s
Max Throughput range-numeric 2.00975 2.00976 1e-05 ops/s
50th percentile latency range-numeric 3.86954 4.08046 0.21092 ms
90th percentile latency range-numeric 4.18453 4.49465 0.31012 ms
99th percentile latency range-numeric 4.40396 4.66217 0.25821 ms
100th percentile latency range-numeric 4.40707 4.6729 0.26583 ms
50th percentile service time range-numeric 2.62912 2.75934 0.13023 ms
90th percentile service time range-numeric 2.7248 2.85472 0.12992 ms
99th percentile service time range-numeric 2.78524 2.9647 0.17946 ms
100th percentile service time range-numeric 2.79628 2.97191 0.17562 ms
error rate range-numeric 0 0 0 %
Min Throughput keyword-in-range 2.00555 2.00543 -0.00012 ops/s
Mean Throughput keyword-in-range 2.00674 2.00659 -0.00015 ops/s
Median Throughput keyword-in-range 2.00665 2.00651 -0.00014 ops/s
Max Throughput keyword-in-range 2.00828 2.0081 -0.00018 ops/s
50th percentile latency keyword-in-range 16.8191 17.456 0.63691 ms
90th percentile latency keyword-in-range 17.3231 17.9671 0.644 ms
99th percentile latency keyword-in-range 19.9764 25.2624 5.28601 ms
100th percentile latency keyword-in-range 22.0473 26.1274 4.08008 ms
50th percentile service time keyword-in-range 15.5276 16.1519 0.62425 ms
90th percentile service time keyword-in-range 15.7337 16.3716 0.63796 ms
99th percentile service time keyword-in-range 18.4878 23.6153 5.12753 ms
100th percentile service time keyword-in-range 20.7723 24.5219 3.74958 ms
error rate keyword-in-range 0 0 0 %
Min Throughput date_histogram_hourly_agg 2.00547 2.00555 8e-05 ops/s
Mean Throughput date_histogram_hourly_agg 2.00664 2.00674 9e-05 ops/s
Median Throughput date_histogram_hourly_agg 2.00655 2.00664 9e-05 ops/s
Max Throughput date_histogram_hourly_agg 2.00816 2.00827 0.00011 ops/s
50th percentile latency date_histogram_hourly_agg 7.17551 7.8427 0.66719 ms
90th percentile latency date_histogram_hourly_agg 8.64357 9.76309 1.11952 ms
99th percentile latency date_histogram_hourly_agg 9.16469 10.2387 1.074 ms
100th percentile latency date_histogram_hourly_agg 9.27551 10.2918 1.01632 ms
50th percentile service time date_histogram_hourly_agg 5.76985 6.23965 0.4698 ms
90th percentile service time date_histogram_hourly_agg 7.25902 8.16076 0.90174 ms
99th percentile service time date_histogram_hourly_agg 7.66214 8.52601 0.86387 ms
100th percentile service time date_histogram_hourly_agg 7.66352 8.54779 0.88428 ms
error rate date_histogram_hourly_agg 0 0 0 %
Min Throughput date_histogram_minute_agg 2.00584 2.00592 8e-05 ops/s
Mean Throughput date_histogram_minute_agg 2.00708 2.00717 0.0001 ops/s
Median Throughput date_histogram_minute_agg 2.00698 2.00707 0.0001 ops/s
Max Throughput date_histogram_minute_agg 2.00868 2.00882 0.00013 ops/s
50th percentile latency date_histogram_minute_agg 43.2558 43.703 0.44728 ms
90th percentile latency date_histogram_minute_agg 43.83 44.441 0.611 ms
99th percentile latency date_histogram_minute_agg 45.0075 48.2057 3.19818 ms
100th percentile latency date_histogram_minute_agg 45.0103 50.4491 5.43885 ms
50th percentile service time date_histogram_minute_agg 41.967 42.3709 0.40396 ms
90th percentile service time date_histogram_minute_agg 42.4245 43.1895 0.765 ms
99th percentile service time date_histogram_minute_agg 43.9709 46.7299 2.75901 ms
100th percentile service time date_histogram_minute_agg 44.2103 48.689 4.47872 ms
error rate date_histogram_minute_agg 0 0 0 %
Min Throughput scroll 45.406 47.4905 2.0845 pages/s
Mean Throughput scroll 45.5061 47.5534 2.04726 pages/s
Median Throughput scroll 45.527 47.5625 2.03545 pages/s
Max Throughput scroll 45.5947 47.5792 1.9845 pages/s
50th percentile latency scroll 12642.4 6711.67 -5930.73 ms
90th percentile latency scroll 14436.1 7727.13 -6709.02 ms
99th percentile latency scroll 14800.5 7992.31 -6808.23 ms
100th percentile latency scroll 14821.2 8008.29 -6812.91 ms
50th percentile service time scroll 535.533 515.719 -19.814 ms
90th percentile service time scroll 540.913 521.872 -19.0411 ms
99th percentile service time scroll 563.527 547.667 -15.8601 ms
100th percentile service time scroll 565.499 548.861 -16.6377 ms
error rate scroll 0 0 0 %
Min Throughput query-string-on-message 2.00601 2.00603 2e-05 ops/s
Mean Throughput query-string-on-message 2.0073 2.00732 2e-05 ops/s
Median Throughput query-string-on-message 2.0072 2.00722 2e-05 ops/s
Max Throughput query-string-on-message 2.00897 2.00898 1e-05 ops/s
50th percentile latency query-string-on-message 6.43291 6.65785 0.22494 ms
90th percentile latency query-string-on-message 6.72164 7.07477 0.35313 ms
99th percentile latency query-string-on-message 7.5257 7.48999 -0.03571 ms
100th percentile latency query-string-on-message 7.84972 7.83537 -0.01435 ms
50th percentile service time query-string-on-message 5.03655 5.3111 0.27455 ms
90th percentile service time query-string-on-message 5.15691 5.3877 0.23079 ms
99th percentile service time query-string-on-message 6.17912 6.27081 0.09168 ms
100th percentile service time query-string-on-message 6.42779 6.96385 0.53606 ms
error rate query-string-on-message 0 0 0 %
Min Throughput query-string-on-message-filtered 2.00596 2.00595 -0 ops/s
Mean Throughput query-string-on-message-filtered 2.00723 2.00722 -1e-05 ops/s
Median Throughput query-string-on-message-filtered 2.00714 2.00712 -2e-05 ops/s
Max Throughput query-string-on-message-filtered 2.00887 2.00888 0 ops/s
50th percentile latency query-string-on-message-filtered 13.7109 13.5507 -0.16022 ms
90th percentile latency query-string-on-message-filtered 14.1827 13.7793 -0.40337 ms
99th percentile latency query-string-on-message-filtered 15.1864 14.0332 -1.15321 ms
100th percentile latency query-string-on-message-filtered 15.2405 14.1908 -1.0497 ms
50th percentile service time query-string-on-message-filtered 12.4712 12.0594 -0.41179 ms
90th percentile service time query-string-on-message-filtered 12.6032 12.1918 -0.41139 ms
99th percentile service time query-string-on-message-filtered 13.5891 12.3839 -1.2052 ms
100th percentile service time query-string-on-message-filtered 13.5995 12.4353 -1.16424 ms
error rate query-string-on-message-filtered 0 0 0 %
Min Throughput query-string-on-message-filtered-sorted-num 2.00577 2.00586 9e-05 ops/s
Mean Throughput query-string-on-message-filtered-sorted-num 2.00699 2.00712 0.00012 ops/s
Median Throughput query-string-on-message-filtered-sorted-num 2.0069 2.00702 0.00012 ops/s
Max Throughput query-string-on-message-filtered-sorted-num 2.00859 2.00873 0.00013 ops/s
50th percentile latency query-string-on-message-filtered-sorted-num 32.8702 29.7642 -3.10594 ms
90th percentile latency query-string-on-message-filtered-sorted-num 33.237 30.2711 -2.96596 ms
99th percentile latency query-string-on-message-filtered-sorted-num 34.2475 33.2405 -1.00701 ms
100th percentile latency query-string-on-message-filtered-sorted-num 34.7354 35.5889 0.85346 ms
50th percentile service time query-string-on-message-filtered-sorted-num 31.5406 28.4147 -3.12592 ms
90th percentile service time query-string-on-message-filtered-sorted-num 31.8876 28.8147 -3.0729 ms
99th percentile service time query-string-on-message-filtered-sorted-num 32.9906 32.3274 -0.66319 ms
100th percentile service time query-string-on-message-filtered-sorted-num 33.4277 34.701 1.27327 ms
error rate query-string-on-message-filtered-sorted-num 0 0 0 %
Min Throughput sort_keyword_can_match_shortcut 2.0064 2.00642 1e-05 ops/s
Mean Throughput sort_keyword_can_match_shortcut 2.00777 2.00779 1e-05 ops/s
Median Throughput sort_keyword_can_match_shortcut 2.00766 2.00768 2e-05 ops/s
Max Throughput sort_keyword_can_match_shortcut 2.00954 2.00956 2e-05 ops/s
50th percentile latency sort_keyword_can_match_shortcut 5.83543 5.71075 -0.12468 ms
90th percentile latency sort_keyword_can_match_shortcut 6.26707 6.09227 -0.1748 ms
99th percentile latency sort_keyword_can_match_shortcut 6.91308 6.43547 -0.47762 ms
100th percentile latency sort_keyword_can_match_shortcut 6.98746 6.60023 -0.38724 ms
50th percentile service time sort_keyword_can_match_shortcut 4.56162 4.34686 -0.21476 ms
90th percentile service time sort_keyword_can_match_shortcut 4.68383 4.39161 -0.29221 ms
99th percentile service time sort_keyword_can_match_shortcut 5.19609 5.12426 -0.07183 ms
100th percentile service time sort_keyword_can_match_shortcut 5.29117 5.21741 -0.07376 ms
error rate sort_keyword_can_match_shortcut 0 0 0 %
Min Throughput sort_keyword_no_can_match_shortcut 2.00657 2.00656 -1e-05 ops/s
Mean Throughput sort_keyword_no_can_match_shortcut 2.00797 2.00796 -1e-05 ops/s
Median Throughput sort_keyword_no_can_match_shortcut 2.00786 2.00786 -1e-05 ops/s
Max Throughput sort_keyword_no_can_match_shortcut 2.00978 2.00978 -1e-05 ops/s
50th percentile latency sort_keyword_no_can_match_shortcut 5.69584 5.61793 -0.07791 ms
90th percentile latency sort_keyword_no_can_match_shortcut 6.14914 6.0009 -0.14823 ms
99th percentile latency sort_keyword_no_can_match_shortcut 6.29172 6.23144 -0.06028 ms
100th percentile latency sort_keyword_no_can_match_shortcut 6.29595 6.25882 -0.03712 ms
50th percentile service time sort_keyword_no_can_match_shortcut 4.42378 4.2745 -0.14929 ms
90th percentile service time sort_keyword_no_can_match_shortcut 4.53525 4.35489 -0.18036 ms
99th percentile service time sort_keyword_no_can_match_shortcut 4.90576 5.01285 0.10709 ms
100th percentile service time sort_keyword_no_can_match_shortcut 5.17069 5.10335 -0.06734 ms
error rate sort_keyword_no_can_match_shortcut 0 0 0 %
Min Throughput sort_numeric_desc 2.00633 2.00634 1e-05 ops/s
Mean Throughput sort_numeric_desc 2.00768 2.00769 1e-05 ops/s
Median Throughput sort_numeric_desc 2.00757 2.00759 2e-05 ops/s
Max Throughput sort_numeric_desc 2.00945 2.00944 -1e-05 ops/s
50th percentile latency sort_numeric_desc 5.71568 5.74556 0.02988 ms
90th percentile latency sort_numeric_desc 6.10122 6.19518 0.09397 ms
99th percentile latency sort_numeric_desc 6.29359 6.33838 0.0448 ms
100th percentile latency sort_numeric_desc 6.31478 6.35345 0.03867 ms
50th percentile service time sort_numeric_desc 4.47029 4.47408 0.00379 ms
90th percentile service time sort_numeric_desc 4.53038 4.53218 0.0018 ms
99th percentile service time sort_numeric_desc 4.95775 4.62055 -0.3372 ms
100th percentile service time sort_numeric_desc 5.18073 4.62337 -0.55736 ms
error rate sort_numeric_desc 0 0 0 %
Min Throughput sort_numeric_asc 2.00654 2.00653 -1e-05 ops/s
Mean Throughput sort_numeric_asc 2.00794 2.00793 -1e-05 ops/s
Median Throughput sort_numeric_asc 2.00783 2.00782 -1e-05 ops/s
Max Throughput sort_numeric_asc 2.00974 2.00975 1e-05 ops/s
50th percentile latency sort_numeric_asc 5.08874 5.09447 0.00573 ms
90th percentile latency sort_numeric_asc 5.51903 5.4993 -0.01973 ms
99th percentile latency sort_numeric_asc 5.84572 5.81739 -0.02833 ms
100th percentile latency sort_numeric_asc 5.94264 5.94332 0.00068 ms
50th percentile service time sort_numeric_asc 3.75365 3.77074 0.01709 ms
90th percentile service time sort_numeric_asc 3.84406 3.83654 -0.00752 ms
99th percentile service time sort_numeric_asc 4.58614 4.25677 -0.32937 ms
100th percentile service time sort_numeric_asc 4.60288 4.38011 -0.22277 ms
error rate sort_numeric_asc 0 0 0 %
Min Throughput sort_numeric_desc_with_match 2.00653 2.00658 4e-05 ops/s
Mean Throughput sort_numeric_desc_with_match 2.00792 2.00797 5e-05 ops/s
Median Throughput sort_numeric_desc_with_match 2.00781 2.00787 5e-05 ops/s
Max Throughput sort_numeric_desc_with_match 2.00974 2.0098 6e-05 ops/s
50th percentile latency sort_numeric_desc_with_match 3.50937 3.72797 0.2186 ms
90th percentile latency sort_numeric_desc_with_match 3.88767 4.1496 0.26193 ms
99th percentile latency sort_numeric_desc_with_match 4.01643 4.63544 0.61901 ms
100th percentile latency sort_numeric_desc_with_match 4.03753 4.92548 0.88795 ms
50th percentile service time sort_numeric_desc_with_match 2.19509 2.44161 0.24652 ms
90th percentile service time sort_numeric_desc_with_match 2.24708 2.48487 0.23779 ms
99th percentile service time sort_numeric_desc_with_match 2.34698 2.61574 0.26876 ms
100th percentile service time sort_numeric_desc_with_match 2.37682 2.6686 0.29179 ms
error rate sort_numeric_desc_with_match 0 0 0 %
Min Throughput sort_numeric_asc_with_match 2.00658 2.00658 -1e-05 ops/s
Mean Throughput sort_numeric_asc_with_match 2.00799 2.00798 -1e-05 ops/s
Median Throughput sort_numeric_asc_with_match 2.00789 2.00787 -2e-05 ops/s
Max Throughput sort_numeric_asc_with_match 2.00981 2.0098 -1e-05 ops/s
50th percentile latency sort_numeric_asc_with_match 3.64606 4.07882 0.43276 ms
90th percentile latency sort_numeric_asc_with_match 4.02773 4.45404 0.42631 ms
99th percentile latency sort_numeric_asc_with_match 4.26578 4.55554 0.28977 ms
100th percentile latency sort_numeric_asc_with_match 4.37364 4.56179 0.18816 ms
50th percentile service time sort_numeric_asc_with_match 2.32273 2.71574 0.39302 ms
90th percentile service time sort_numeric_asc_with_match 2.37917 2.74937 0.3702 ms
99th percentile service time sort_numeric_asc_with_match 2.46591 2.84332 0.3774 ms
100th percentile service time sort_numeric_asc_with_match 2.48087 2.85114 0.37027 ms
error rate sort_numeric_asc_with_match 0 0 0 %
Min Throughput range_field_conjunction_big_range_big_term_query 2.00657 2.0066 3e-05 ops/s
Mean Throughput range_field_conjunction_big_range_big_term_query 2.00796 2.008 4e-05 ops/s
Median Throughput range_field_conjunction_big_range_big_term_query 2.00785 2.00789 4e-05 ops/s
Max Throughput range_field_conjunction_big_range_big_term_query 2.00979 2.00981 3e-05 ops/s
50th percentile latency range_field_conjunction_big_range_big_term_query 3.53692 3.5653 0.02839 ms
90th percentile latency range_field_conjunction_big_range_big_term_query 3.93909 3.94935 0.01026 ms
99th percentile latency range_field_conjunction_big_range_big_term_query 4.05137 4.08022 0.02885 ms
100th percentile latency range_field_conjunction_big_range_big_term_query 4.06354 4.10557 0.04203 ms
50th percentile service time range_field_conjunction_big_range_big_term_query 2.24114 2.22857 -0.01257 ms
90th percentile service time range_field_conjunction_big_range_big_term_query 2.31131 2.27438 -0.03693 ms
99th percentile service time range_field_conjunction_big_range_big_term_query 2.4313 2.36577 -0.06553 ms
100th percentile service time range_field_conjunction_big_range_big_term_query 2.47589 2.40731 -0.06859 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.00656 2.00658 1e-05 ops/s
Mean Throughput range_field_disjunction_big_range_small_term_query 2.00796 2.00797 1e-05 ops/s
Median Throughput range_field_disjunction_big_range_small_term_query 2.00785 2.00786 1e-05 ops/s
Max Throughput range_field_disjunction_big_range_small_term_query 2.00978 2.00978 0 ops/s
50th percentile latency range_field_disjunction_big_range_small_term_query 3.65654 3.7434 0.08686 ms
90th percentile latency range_field_disjunction_big_range_small_term_query 4.06186 4.15568 0.09382 ms
99th percentile latency range_field_disjunction_big_range_small_term_query 4.14794 4.27741 0.12946 ms
100th percentile latency range_field_disjunction_big_range_small_term_query 4.15108 4.2812 0.13012 ms
50th percentile service time range_field_disjunction_big_range_small_term_query 2.35874 2.45951 0.10077 ms
90th percentile service time range_field_disjunction_big_range_small_term_query 2.41239 2.52019 0.1078 ms
99th percentile service time range_field_disjunction_big_range_small_term_query 2.4668 2.63028 0.16348 ms
100th percentile service time range_field_disjunction_big_range_small_term_query 2.48573 2.6638 0.17807 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.00659 2.00661 1e-05 ops/s
Mean Throughput range_field_conjunction_small_range_small_term_query 2.00801 2.00801 0 ops/s
Median Throughput range_field_conjunction_small_range_small_term_query 2.0079 2.0079 -0 ops/s
Max Throughput range_field_conjunction_small_range_small_term_query 2.00984 2.00983 -1e-05 ops/s
50th percentile latency range_field_conjunction_small_range_small_term_query 3.48873 3.62446 0.13573 ms
90th percentile latency range_field_conjunction_small_range_small_term_query 3.9174 4.07921 0.16181 ms
99th percentile latency range_field_conjunction_small_range_small_term_query 4.08209 4.17043 0.08834 ms
100th percentile latency range_field_conjunction_small_range_small_term_query 4.08923 4.1847 0.09547 ms
50th percentile service time range_field_conjunction_small_range_small_term_query 2.2487 2.31359 0.06489 ms
90th percentile service time range_field_conjunction_small_range_small_term_query 2.30502 2.38711 0.08209 ms
99th percentile service time range_field_conjunction_small_range_small_term_query 2.34503 2.43615 0.09112 ms
100th percentile service time range_field_conjunction_small_range_small_term_query 2.3512 2.43913 0.08794 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.00659 2.00659 0 ops/s
Mean Throughput range_field_conjunction_small_range_big_term_query 2.008 2.008 0 ops/s
Median Throughput range_field_conjunction_small_range_big_term_query 2.00789 2.00789 0 ops/s
Max Throughput range_field_conjunction_small_range_big_term_query 2.00981 2.00983 1e-05 ops/s
50th percentile latency range_field_conjunction_small_range_big_term_query 3.48531 3.61896 0.13365 ms
90th percentile latency range_field_conjunction_small_range_big_term_query 3.84923 3.87497 0.02574 ms
99th percentile latency range_field_conjunction_small_range_big_term_query 3.99225 3.9802 -0.01206 ms
100th percentile latency range_field_conjunction_small_range_big_term_query 4.0245 3.98842 -0.03608 ms
50th percentile service time range_field_conjunction_small_range_big_term_query 2.15999 2.16829 0.00829 ms
90th percentile service time range_field_conjunction_small_range_big_term_query 2.20384 2.20977 0.00594 ms
99th percentile service time range_field_conjunction_small_range_big_term_query 2.23366 2.29344 0.05978 ms
100th percentile service time range_field_conjunction_small_range_big_term_query 2.24348 2.31152 0.06803 ms
error rate range_field_conjunction_small_range_big_term_query 0 0 0 %
Min Throughput range-auto-date-histo 0.252522 0.249415 -0.00311 ops/s
Mean Throughput range-auto-date-histo 0.252569 0.24968 -0.00289 ops/s
Median Throughput range-auto-date-histo 0.25257 0.249688 -0.00288 ops/s
Max Throughput range-auto-date-histo 0.252628 0.249941 -0.00269 ops/s
50th percentile latency range-auto-date-histo 866475 877635 11160 ms
90th percentile latency range-auto-date-histo 1.00474e+06 1.01686e+06 12116.5 ms
99th percentile latency range-auto-date-histo 1.03578e+06 1.04822e+06 12437.5 ms
100th percentile latency range-auto-date-histo 1.03749e+06 1.04997e+06 12483.5 ms
50th percentile service time range-auto-date-histo 3948.45 3963.96 15.5054 ms
90th percentile service time range-auto-date-histo 4005.63 4079.59 73.9636 ms
99th percentile service time range-auto-date-histo 4050.33 4241.31 190.983 ms
100th percentile service time range-auto-date-histo 4057 4333.06 276.062 ms
error rate range-auto-date-histo 0 0 0 %
Min Throughput range-auto-date-histo-with-metrics 0.0979264 0.0937947 -0.00413 ops/s
Mean Throughput range-auto-date-histo-with-metrics 0.0980426 0.093831 -0.00421 ops/s
Median Throughput range-auto-date-histo-with-metrics 0.0980559 0.0938329 -0.00422 ops/s
Max Throughput range-auto-date-histo-with-metrics 0.0981164 0.0938622 -0.00425 ops/s
50th percentile latency range-auto-date-histo-with-metrics 2.42644e+06 2.54429e+06 117849 ms
90th percentile latency range-auto-date-histo-with-metrics 2.81877e+06 2.94969e+06 130914 ms
99th percentile latency range-auto-date-histo-with-metrics 2.90707e+06 3.04099e+06 133913 ms
100th percentile latency range-auto-date-histo-with-metrics 2.91198e+06 3.04602e+06 134041 ms
50th percentile service time range-auto-date-histo-with-metrics 10246.5 10631.5 384.995 ms
90th percentile service time range-auto-date-histo-with-metrics 10356.3 10704.6 348.346 ms
99th percentile service time range-auto-date-histo-with-metrics 10415.3 10759.8 344.497 ms
100th percentile service time range-auto-date-histo-with-metrics 10417.5 10788.7 371.213 ms
error rate range-auto-date-histo-with-metrics 0 0 0 %
Min Throughput range-agg-1 2.00659 2.00658 -1e-05 ops/s
Mean Throughput range-agg-1 2.008 2.00798 -2e-05 ops/s
Median Throughput range-agg-1 2.00789 2.00788 -1e-05 ops/s
Max Throughput range-agg-1 2.00982 2.00981 -1e-05 ops/s
50th percentile latency range-agg-1 3.82614 4.18887 0.36272 ms
90th percentile latency range-agg-1 4.21744 4.71831 0.50087 ms
99th percentile latency range-agg-1 4.34772 5.22883 0.88112 ms
100th percentile latency range-agg-1 4.38338 5.39317 1.00979 ms
50th percentile service time range-agg-1 2.53806 3.03822 0.50016 ms
90th percentile service time range-agg-1 2.61587 3.13076 0.51489 ms
99th percentile service time range-agg-1 2.71727 3.21695 0.49968 ms
100th percentile service time range-agg-1 2.72758 3.23316 0.50557 ms
error rate range-agg-1 0 0 0 %
Min Throughput range-agg-2 2.00659 2.00658 -1e-05 ops/s
Mean Throughput range-agg-2 2.00798 2.00799 0 ops/s
Median Throughput range-agg-2 2.00788 2.00788 -0 ops/s
Max Throughput range-agg-2 2.0098 2.0098 -0 ops/s
50th percentile latency range-agg-2 4.21618 4.21636 0.00019 ms
90th percentile latency range-agg-2 4.5971 4.60479 0.00769 ms
99th percentile latency range-agg-2 5.49177 4.83324 -0.65853 ms
100th percentile latency range-agg-2 6.24758 4.95484 -1.29274 ms
50th percentile service time range-agg-2 2.86875 2.89735 0.0286 ms
90th percentile service time range-agg-2 2.93294 2.99924 0.06631 ms
99th percentile service time range-agg-2 3.85848 3.10613 -0.75235 ms
100th percentile service time range-agg-2 4.72362 3.13197 -1.59164 ms
error rate range-agg-2 0 0 0 %
Min Throughput cardinality-agg-low 2.00632 2.00633 1e-05 ops/s
Mean Throughput cardinality-agg-low 2.00768 2.00769 1e-05 ops/s
Median Throughput cardinality-agg-low 2.00758 2.00758 1e-05 ops/s
Max Throughput cardinality-agg-low 2.00942 2.00944 2e-05 ops/s
50th percentile latency cardinality-agg-low 4.86164 4.8062 -0.05543 ms
90th percentile latency cardinality-agg-low 5.28942 5.38786 0.09843 ms
99th percentile latency cardinality-agg-low 5.73761 5.64087 -0.09674 ms
100th percentile latency cardinality-agg-low 5.7551 5.66586 -0.08924 ms
50th percentile service time cardinality-agg-low 3.44757 3.35718 -0.09039 ms
90th percentile service time cardinality-agg-low 4.00578 3.84959 -0.15619 ms
99th percentile service time cardinality-agg-low 4.12785 3.93952 -0.18832 ms
100th percentile service time cardinality-agg-low 4.14045 3.94737 -0.19308 ms
error rate cardinality-agg-low 0 0 0 %
Min Throughput cardinality-agg-high 0.829163 0.820427 -0.00874 ops/s
Mean Throughput cardinality-agg-high 0.829904 0.820876 -0.00903 ops/s
Median Throughput cardinality-agg-high 0.829887 0.820825 -0.00906 ops/s
Max Throughput cardinality-agg-high 0.830576 0.821422 -0.00915 ops/s
50th percentile latency cardinality-agg-high 176839 180393 3554.33 ms
90th percentile latency cardinality-agg-high 205360 209072 3711.88 ms
99th percentile latency cardinality-agg-high 211732 215573 3840.5 ms
100th percentile latency cardinality-agg-high 212076 215977 3901.92 ms
50th percentile service time cardinality-agg-high 1188.15 1203.36 15.2118 ms
90th percentile service time cardinality-agg-high 1260.87 1266.75 5.88446 ms
99th percentile service time cardinality-agg-high 1382.18 1323.08 -59.0999 ms
100th percentile service time cardinality-agg-high 1444.37 1336.73 -107.64 ms
error rate cardinality-agg-high 0 0 0 %
Min Throughput cardinality-agg-very-high 0.0327387 0.0222602 -0.01048 ops/s
Mean Throughput cardinality-agg-very-high 0.0327906 0.0222715 -0.01052 ops/s
Median Throughput cardinality-agg-very-high 0.032797 0.0222711 -0.01053 ops/s
Max Throughput cardinality-agg-very-high 0.0328129 0.0222862 -0.01053 ops/s
50th percentile latency cardinality-agg-very-high 3.01697e+06 4.46429e+06 1.44732e+06 ms
90th percentile latency cardinality-agg-very-high 4.21474e+06 6.23749e+06 2.02275e+06 ms
99th percentile latency cardinality-agg-very-high 4.4843e+06 6.6364e+06 2.1521e+06 ms
100th percentile latency cardinality-agg-very-high 4.5003e+06 6.65852e+06 2.15822e+06 ms
50th percentile service time cardinality-agg-very-high 30349.3 44825.2 14476 ms
90th percentile service time cardinality-agg-very-high 30571.3 44983.7 14412.4 ms
99th percentile service time cardinality-agg-very-high 33047.9 46882.9 13835 ms
100th percentile service time cardinality-agg-very-high 33142.6 47616.3 14473.7 ms
error rate cardinality-agg-very-high 0 0 0 %

@prudhvigodithi
Copy link
Member Author

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

Copy link
Contributor

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

} while (pointTree.size() > size && pointTree.moveToChild());
pointTree.moveToParent();

// If we've collected documents but not enough size, process the siblings
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this for the case where a single document has multiple values? So we may visit the left subtree based on the node size, but the actual number of doc IDs is small.

Maybe we could simplify by only applying this optimization when doc count >= point count?

Copy link
Collaborator

@kkewwei kkewwei May 21, 2025

Choose a reason for hiding this comment

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

+1, I feel somewhat confused about this implementation—it strikes me as a bit convoluted. The original intent of optimization was to ensure that we do not traverse more than size elements when using asc in BKD. I believe we should leverage docCount to implement this process. just like in #18337

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks Froh and kkewwei, doing some more tests will post the updates shortly. I have also responded to your PR #18337 (comment).

I assume leverage docCount would be good but optimizing this BKD traversal path should give us better results. Will do some more tests.

query = new IndexOrDocValuesQuery(query, dvQuery);
if (context.indexSortedOnField(field)) {
query = new IndexSortSortedNumericDocValuesRangeQuery(field, l, u, query);
Query dvQuery = hasDocValues ? SortedNumericDocValuesField.newSlowRangeQuery(field, l, u) : null;
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we refactor these rangeQuery methods to cut down on the duplication?

I'm thinking that the type-specific information is:

  1. What are the upper/lower limits for the type?
  2. How do I parse values into the given type? (This is already captured in the parse method.)
  3. How do I create a PointRangeQuery for the type?
  4. How do I represent the type as a long for use in DV queries (both in SortedNumericDocValuesField.newSlowRangeQuery and IndexSortSortedNumericDocValuesRangeQuery)?
  5. How do I pack values of the type into point value bytes? <-- In theory, this can be used to produce a default implementation for number 3.

Copy link
Contributor

Choose a reason for hiding this comment

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

I would lean toward splitting this into two PRs.

The traversal optimization is one thing. Handling all the other types (by doing the above refactoring) is another.

Copy link
Member Author

Choose a reason for hiding this comment

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

Sure Froh, since seen regression is with skewed dataset like http_logs, I want to test the traversal optimization on this dataset, but the only way to prove the optimization works in by enabling the approximation to integer numeric type as http_logs does not use long https://github.com/opensearch-project/opensearch-benchmark-workloads/blob/main/http_logs/index.json. But ya once I see performance results with benchmark I will separate the PR's.

Waiting on to test with id_12 CC @rishabh6788

@opensearch-ci-bot
Copy link
Collaborator

Benchmark Results

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

Metric Task Value Unit
Cumulative indexing time of primary shards 0 min
Min cumulative indexing time across primary shards 0 min
Median cumulative indexing time across primary shards 0 min
Max cumulative indexing time across primary shards 0 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 0 min
Cumulative merge count of primary shards 0
Min cumulative merge time across primary shards 0 min
Median cumulative merge time across primary shards 0 min
Max cumulative merge time across primary shards 0 min
Cumulative merge throttle time of primary shards 0 min
Min cumulative merge throttle time across primary shards 0 min
Median cumulative merge throttle time across primary shards 0 min
Max cumulative merge throttle time across primary shards 0 min
Cumulative refresh time of primary shards 0 min
Cumulative refresh count of primary shards 4
Min cumulative refresh time across primary shards 0 min
Median cumulative refresh time across primary shards 0 min
Max cumulative refresh time across primary shards 0 min
Cumulative flush time of primary shards 0 min
Cumulative flush count of primary shards 1
Min cumulative flush time across primary shards 0 min
Median cumulative flush time across primary shards 0 min
Max cumulative flush time across primary shards 0 min
Total Young Gen GC time 1.984 s
Total Young Gen GC count 103
Total Old Gen GC time 0 s
Total Old Gen GC count 0
Store size 22.1906 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 10
Min Throughput wait-for-snapshot-recovery 4.17884e+07 byte/s
Mean Throughput wait-for-snapshot-recovery 4.17884e+07 byte/s
Median Throughput wait-for-snapshot-recovery 4.17884e+07 byte/s
Max Throughput wait-for-snapshot-recovery 4.17884e+07 byte/s
100th percentile latency wait-for-snapshot-recovery 565329 ms
100th percentile service time wait-for-snapshot-recovery 565329 ms
error rate wait-for-snapshot-recovery 0 %
Min Throughput wait-until-merges-finish 113.77 ops/s
Mean Throughput wait-until-merges-finish 113.77 ops/s
Median Throughput wait-until-merges-finish 113.77 ops/s
Max Throughput wait-until-merges-finish 113.77 ops/s
100th percentile latency wait-until-merges-finish 8.50351 ms
100th percentile service time wait-until-merges-finish 8.50351 ms
error rate wait-until-merges-finish 0 %
Min Throughput default 2.01 ops/s
Mean Throughput default 2.01 ops/s
Median Throughput default 2.01 ops/s
Max Throughput default 2.01 ops/s
50th percentile latency default 7.31905 ms
90th percentile latency default 7.88371 ms
99th percentile latency default 9.61169 ms
100th percentile latency default 9.7301 ms
50th percentile service time default 6.01422 ms
90th percentile service time default 6.37071 ms
99th percentile service time default 7.49506 ms
100th percentile service time default 8.11044 ms
error rate default 0 %
Min Throughput desc_sort_timestamp 2.01 ops/s
Mean Throughput desc_sort_timestamp 2.01 ops/s
Median Throughput desc_sort_timestamp 2.01 ops/s
Max Throughput desc_sort_timestamp 2.01 ops/s
50th percentile latency desc_sort_timestamp 10.234 ms
90th percentile latency desc_sort_timestamp 10.814 ms
99th percentile latency desc_sort_timestamp 13.5424 ms
100th percentile latency desc_sort_timestamp 13.7232 ms
50th percentile service time desc_sort_timestamp 8.84519 ms
90th percentile service time desc_sort_timestamp 9.3968 ms
99th percentile service time desc_sort_timestamp 12.3534 ms
100th percentile service time desc_sort_timestamp 12.5369 ms
error rate desc_sort_timestamp 0 %
Min Throughput asc_sort_timestamp 2.01 ops/s
Mean Throughput asc_sort_timestamp 2.01 ops/s
Median Throughput asc_sort_timestamp 2.01 ops/s
Max Throughput asc_sort_timestamp 2.01 ops/s
50th percentile latency asc_sort_timestamp 11.6094 ms
90th percentile latency asc_sort_timestamp 12.0896 ms
99th percentile latency asc_sort_timestamp 13.8267 ms
100th percentile latency asc_sort_timestamp 14.8614 ms
50th percentile service time asc_sort_timestamp 10.2437 ms
90th percentile service time asc_sort_timestamp 10.544 ms
99th percentile service time asc_sort_timestamp 12.5124 ms
100th percentile service time asc_sort_timestamp 13.7946 ms
error rate asc_sort_timestamp 0 %
Min Throughput desc_sort_with_after_timestamp 2 ops/s
Mean Throughput desc_sort_with_after_timestamp 2 ops/s
Median Throughput desc_sort_with_after_timestamp 2 ops/s
Max Throughput desc_sort_with_after_timestamp 2 ops/s
50th percentile latency desc_sort_with_after_timestamp 110.912 ms
90th percentile latency desc_sort_with_after_timestamp 113.798 ms
99th percentile latency desc_sort_with_after_timestamp 126.464 ms
100th percentile latency desc_sort_with_after_timestamp 131.266 ms
50th percentile service time desc_sort_with_after_timestamp 109.752 ms
90th percentile service time desc_sort_with_after_timestamp 112.503 ms
99th percentile service time desc_sort_with_after_timestamp 125.604 ms
100th percentile service time desc_sort_with_after_timestamp 130.515 ms
error rate desc_sort_with_after_timestamp 0 %
Min Throughput asc_sort_with_after_timestamp 2 ops/s
Mean Throughput asc_sort_with_after_timestamp 2 ops/s
Median Throughput asc_sort_with_after_timestamp 2 ops/s
Max Throughput asc_sort_with_after_timestamp 2.01 ops/s
50th percentile latency asc_sort_with_after_timestamp 200.014 ms
90th percentile latency asc_sort_with_after_timestamp 203.174 ms
99th percentile latency asc_sort_with_after_timestamp 211.942 ms
100th percentile latency asc_sort_with_after_timestamp 212.914 ms
50th percentile service time asc_sort_with_after_timestamp 198.897 ms
90th percentile service time asc_sort_with_after_timestamp 202.037 ms
99th percentile service time asc_sort_with_after_timestamp 210.886 ms
100th percentile service time asc_sort_with_after_timestamp 212.056 ms
error rate asc_sort_with_after_timestamp 0 %
Min Throughput desc_sort_timestamp_can_match_shortcut 2.01 ops/s
Mean Throughput desc_sort_timestamp_can_match_shortcut 2.01 ops/s
Median Throughput desc_sort_timestamp_can_match_shortcut 2.01 ops/s
Max Throughput desc_sort_timestamp_can_match_shortcut 2.01 ops/s
50th percentile latency desc_sort_timestamp_can_match_shortcut 7.2852 ms
90th percentile latency desc_sort_timestamp_can_match_shortcut 7.73059 ms
99th percentile latency desc_sort_timestamp_can_match_shortcut 8.61452 ms
100th percentile latency desc_sort_timestamp_can_match_shortcut 8.71086 ms
50th percentile service time desc_sort_timestamp_can_match_shortcut 5.8784 ms
90th percentile service time desc_sort_timestamp_can_match_shortcut 6.13228 ms
99th percentile service time desc_sort_timestamp_can_match_shortcut 7.10261 ms
100th percentile service time desc_sort_timestamp_can_match_shortcut 7.21554 ms
error rate desc_sort_timestamp_can_match_shortcut 0 %
Min Throughput desc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Mean Throughput desc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Median Throughput desc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Max Throughput desc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
50th percentile latency desc_sort_timestamp_no_can_match_shortcut 7.0086 ms
90th percentile latency desc_sort_timestamp_no_can_match_shortcut 7.56746 ms
99th percentile latency desc_sort_timestamp_no_can_match_shortcut 8.42138 ms
100th percentile latency desc_sort_timestamp_no_can_match_shortcut 8.54952 ms
50th percentile service time desc_sort_timestamp_no_can_match_shortcut 5.70989 ms
90th percentile service time desc_sort_timestamp_no_can_match_shortcut 5.99009 ms
99th percentile service time desc_sort_timestamp_no_can_match_shortcut 6.68966 ms
100th percentile service time desc_sort_timestamp_no_can_match_shortcut 6.83297 ms
error rate desc_sort_timestamp_no_can_match_shortcut 0 %
Min Throughput asc_sort_timestamp_can_match_shortcut 2.01 ops/s
Mean Throughput asc_sort_timestamp_can_match_shortcut 2.01 ops/s
Median Throughput asc_sort_timestamp_can_match_shortcut 2.01 ops/s
Max Throughput asc_sort_timestamp_can_match_shortcut 2.01 ops/s
50th percentile latency asc_sort_timestamp_can_match_shortcut 9.90482 ms
90th percentile latency asc_sort_timestamp_can_match_shortcut 10.4804 ms
99th percentile latency asc_sort_timestamp_can_match_shortcut 11.5058 ms
100th percentile latency asc_sort_timestamp_can_match_shortcut 11.9845 ms
50th percentile service time asc_sort_timestamp_can_match_shortcut 8.64259 ms
90th percentile service time asc_sort_timestamp_can_match_shortcut 9.04865 ms
99th percentile service time asc_sort_timestamp_can_match_shortcut 10.483 ms
100th percentile service time asc_sort_timestamp_can_match_shortcut 11.0824 ms
error rate asc_sort_timestamp_can_match_shortcut 0 %
Min Throughput asc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Mean Throughput asc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Median Throughput asc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Max Throughput asc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
50th percentile latency asc_sort_timestamp_no_can_match_shortcut 9.40631 ms
90th percentile latency asc_sort_timestamp_no_can_match_shortcut 10.0472 ms
99th percentile latency asc_sort_timestamp_no_can_match_shortcut 12.3623 ms
100th percentile latency asc_sort_timestamp_no_can_match_shortcut 12.6591 ms
50th percentile service time asc_sort_timestamp_no_can_match_shortcut 8.29697 ms
90th percentile service time asc_sort_timestamp_no_can_match_shortcut 8.48596 ms
99th percentile service time asc_sort_timestamp_no_can_match_shortcut 11.1286 ms
100th percentile service time asc_sort_timestamp_no_can_match_shortcut 11.1389 ms
error rate asc_sort_timestamp_no_can_match_shortcut 0 %
Min Throughput term 2.01 ops/s
Mean Throughput term 2.01 ops/s
Median Throughput term 2.01 ops/s
Max Throughput term 2.01 ops/s
50th percentile latency term 5.65785 ms
90th percentile latency term 6.22587 ms
99th percentile latency term 6.63824 ms
100th percentile latency term 6.69351 ms
50th percentile service time term 4.4368 ms
90th percentile service time term 4.64101 ms
99th percentile service time term 5.55431 ms
100th percentile service time term 5.59434 ms
error rate term 0 %
Min Throughput multi_terms-keyword 1.32 ops/s
Mean Throughput multi_terms-keyword 1.32 ops/s
Median Throughput multi_terms-keyword 1.32 ops/s
Max Throughput multi_terms-keyword 1.32 ops/s
50th percentile latency multi_terms-keyword 64203 ms
90th percentile latency multi_terms-keyword 74242.2 ms
99th percentile latency multi_terms-keyword 76548.6 ms
100th percentile latency multi_terms-keyword 76672 ms
50th percentile service time multi_terms-keyword 748.959 ms
90th percentile service time multi_terms-keyword 756.839 ms
99th percentile service time multi_terms-keyword 778.859 ms
100th percentile service time multi_terms-keyword 789.257 ms
error rate multi_terms-keyword 0 %
Min Throughput keyword-terms 2 ops/s
Mean Throughput keyword-terms 2.01 ops/s
Median Throughput keyword-terms 2.01 ops/s
Max Throughput keyword-terms 2.01 ops/s
50th percentile latency keyword-terms 24.5869 ms
90th percentile latency keyword-terms 32.1984 ms
99th percentile latency keyword-terms 33.2909 ms
100th percentile latency keyword-terms 33.6585 ms
50th percentile service time keyword-terms 22.2504 ms
90th percentile service time keyword-terms 29.893 ms
99th percentile service time keyword-terms 31.0322 ms
100th percentile service time keyword-terms 31.5096 ms
error rate keyword-terms 0 %
Min Throughput keyword-terms-low-cardinality 2.01 ops/s
Mean Throughput keyword-terms-low-cardinality 2.01 ops/s
Median Throughput keyword-terms-low-cardinality 2.01 ops/s
Max Throughput keyword-terms-low-cardinality 2.01 ops/s
50th percentile latency keyword-terms-low-cardinality 16.8302 ms
90th percentile latency keyword-terms-low-cardinality 24.8865 ms
99th percentile latency keyword-terms-low-cardinality 25.7246 ms
100th percentile latency keyword-terms-low-cardinality 25.8344 ms
50th percentile service time keyword-terms-low-cardinality 14.6134 ms
90th percentile service time keyword-terms-low-cardinality 23.0263 ms
99th percentile service time keyword-terms-low-cardinality 23.5923 ms
100th percentile service time keyword-terms-low-cardinality 23.7912 ms
error rate keyword-terms-low-cardinality 0 %
Min Throughput composite-terms 2 ops/s
Mean Throughput composite-terms 2 ops/s
Median Throughput composite-terms 2 ops/s
Max Throughput composite-terms 2 ops/s
50th percentile latency composite-terms 214.762 ms
90th percentile latency composite-terms 219.5 ms
99th percentile latency composite-terms 221.419 ms
100th percentile latency composite-terms 221.498 ms
50th percentile service time composite-terms 212.717 ms
90th percentile service time composite-terms 217.588 ms
99th percentile service time composite-terms 219.691 ms
100th percentile service time composite-terms 219.821 ms
error rate composite-terms 0 %
Min Throughput composite_terms-keyword 2 ops/s
Mean Throughput composite_terms-keyword 2 ops/s
Median Throughput composite_terms-keyword 2 ops/s
Max Throughput composite_terms-keyword 2 ops/s
50th percentile latency composite_terms-keyword 358.161 ms
90th percentile latency composite_terms-keyword 366.131 ms
99th percentile latency composite_terms-keyword 374.252 ms
100th percentile latency composite_terms-keyword 375.317 ms
50th percentile service time composite_terms-keyword 356.96 ms
90th percentile service time composite_terms-keyword 364.228 ms
99th percentile service time composite_terms-keyword 372.287 ms
100th percentile service time composite_terms-keyword 373.008 ms
error rate composite_terms-keyword 0 %
Min Throughput composite-date_histogram-daily 2.01 ops/s
Mean Throughput composite-date_histogram-daily 2.01 ops/s
Median Throughput composite-date_histogram-daily 2.01 ops/s
Max Throughput composite-date_histogram-daily 2.01 ops/s
50th percentile latency composite-date_histogram-daily 4.30889 ms
90th percentile latency composite-date_histogram-daily 4.72591 ms
99th percentile latency composite-date_histogram-daily 5.1801 ms
100th percentile latency composite-date_histogram-daily 5.22442 ms
50th percentile service time composite-date_histogram-daily 2.9839 ms
90th percentile service time composite-date_histogram-daily 3.23776 ms
99th percentile service time composite-date_histogram-daily 3.60546 ms
100th percentile service time composite-date_histogram-daily 3.66133 ms
error rate composite-date_histogram-daily 0 %
Min Throughput range 2.01 ops/s
Mean Throughput range 2.01 ops/s
Median Throughput range 2.01 ops/s
Max Throughput range 2.01 ops/s
50th percentile latency range 5.18958 ms
90th percentile latency range 5.7201 ms
99th percentile latency range 5.89311 ms
100th percentile latency range 5.90202 ms
50th percentile service time range 3.96948 ms
90th percentile service time range 4.14507 ms
99th percentile service time range 4.23187 ms
100th percentile service time range 4.2344 ms
error rate range 0 %
Min Throughput range-numeric 2.01 ops/s
Mean Throughput range-numeric 2.01 ops/s
Median Throughput range-numeric 2.01 ops/s
Max Throughput range-numeric 2.01 ops/s
50th percentile latency range-numeric 3.37296 ms
90th percentile latency range-numeric 3.67607 ms
99th percentile latency range-numeric 3.90827 ms
100th percentile latency range-numeric 3.91536 ms
50th percentile service time range-numeric 1.99507 ms
90th percentile service time range-numeric 2.1167 ms
99th percentile service time range-numeric 2.25674 ms
100th percentile service time range-numeric 2.30694 ms
error rate range-numeric 0 %
Min Throughput keyword-in-range 2.01 ops/s
Mean Throughput keyword-in-range 2.01 ops/s
Median Throughput keyword-in-range 2.01 ops/s
Max Throughput keyword-in-range 2.01 ops/s
50th percentile latency keyword-in-range 16.0808 ms
90th percentile latency keyword-in-range 16.5311 ms
99th percentile latency keyword-in-range 20.0502 ms
100th percentile latency keyword-in-range 22.9209 ms
50th percentile service time keyword-in-range 14.8127 ms
90th percentile service time keyword-in-range 14.9923 ms
99th percentile service time keyword-in-range 18.8769 ms
100th percentile service time keyword-in-range 21.8158 ms
error rate keyword-in-range 0 %
Min Throughput date_histogram_hourly_agg 2.01 ops/s
Mean Throughput date_histogram_hourly_agg 2.01 ops/s
Median Throughput date_histogram_hourly_agg 2.01 ops/s
Max Throughput date_histogram_hourly_agg 2.01 ops/s
50th percentile latency date_histogram_hourly_agg 6.54946 ms
90th percentile latency date_histogram_hourly_agg 7.90694 ms
99th percentile latency date_histogram_hourly_agg 8.58005 ms
100th percentile latency date_histogram_hourly_agg 8.6206 ms
50th percentile service time date_histogram_hourly_agg 5.13723 ms
90th percentile service time date_histogram_hourly_agg 6.47519 ms
99th percentile service time date_histogram_hourly_agg 7.01853 ms
100th percentile service time date_histogram_hourly_agg 7.02597 ms
error rate date_histogram_hourly_agg 0 %
Min Throughput date_histogram_minute_agg 2.01 ops/s
Mean Throughput date_histogram_minute_agg 2.01 ops/s
Median Throughput date_histogram_minute_agg 2.01 ops/s
Max Throughput date_histogram_minute_agg 2.01 ops/s
50th percentile latency date_histogram_minute_agg 41.1102 ms
90th percentile latency date_histogram_minute_agg 42.2746 ms
99th percentile latency date_histogram_minute_agg 45.1121 ms
100th percentile latency date_histogram_minute_agg 45.3376 ms
50th percentile service time date_histogram_minute_agg 39.7269 ms
90th percentile service time date_histogram_minute_agg 40.9831 ms
99th percentile service time date_histogram_minute_agg 43.8987 ms
100th percentile service time date_histogram_minute_agg 43.9914 ms
error rate date_histogram_minute_agg 0 %
Min Throughput scroll 49.96 pages/s
Mean Throughput scroll 49.96 pages/s
Median Throughput scroll 49.96 pages/s
Max Throughput scroll 49.97 pages/s
50th percentile latency scroll 468.007 ms
90th percentile latency scroll 471.83 ms
99th percentile latency scroll 491.834 ms
100th percentile latency scroll 493.067 ms
50th percentile service time scroll 466.81 ms
90th percentile service time scroll 470.678 ms
99th percentile service time scroll 490.513 ms
100th percentile service time scroll 491.79 ms
error rate scroll 0 %
Min Throughput query-string-on-message 2.01 ops/s
Mean Throughput query-string-on-message 2.01 ops/s
Median Throughput query-string-on-message 2.01 ops/s
Max Throughput query-string-on-message 2.01 ops/s
50th percentile latency query-string-on-message 5.91944 ms
90th percentile latency query-string-on-message 6.34753 ms
99th percentile latency query-string-on-message 6.96882 ms
100th percentile latency query-string-on-message 7.01789 ms
50th percentile service time query-string-on-message 4.60387 ms
90th percentile service time query-string-on-message 4.72953 ms
99th percentile service time query-string-on-message 5.64373 ms
100th percentile service time query-string-on-message 5.70778 ms
error rate query-string-on-message 0 %
Min Throughput query-string-on-message-filtered 2.01 ops/s
Mean Throughput query-string-on-message-filtered 2.01 ops/s
Median Throughput query-string-on-message-filtered 2.01 ops/s
Max Throughput query-string-on-message-filtered 2.01 ops/s
50th percentile latency query-string-on-message-filtered 12.1485 ms
90th percentile latency query-string-on-message-filtered 12.7929 ms
99th percentile latency query-string-on-message-filtered 16.0917 ms
100th percentile latency query-string-on-message-filtered 16.812 ms
50th percentile service time query-string-on-message-filtered 11.0653 ms
90th percentile service time query-string-on-message-filtered 11.1886 ms
99th percentile service time query-string-on-message-filtered 15.2238 ms
100th percentile service time query-string-on-message-filtered 15.8982 ms
error rate query-string-on-message-filtered 0 %
Min Throughput query-string-on-message-filtered-sorted-num 2.01 ops/s
Mean Throughput query-string-on-message-filtered-sorted-num 2.01 ops/s
Median Throughput query-string-on-message-filtered-sorted-num 2.01 ops/s
Max Throughput query-string-on-message-filtered-sorted-num 2.01 ops/s
50th percentile latency query-string-on-message-filtered-sorted-num 27.8255 ms
90th percentile latency query-string-on-message-filtered-sorted-num 28.2906 ms
99th percentile latency query-string-on-message-filtered-sorted-num 30.8914 ms
100th percentile latency query-string-on-message-filtered-sorted-num 32.7395 ms
50th percentile service time query-string-on-message-filtered-sorted-num 25.5003 ms
90th percentile service time query-string-on-message-filtered-sorted-num 25.8273 ms
99th percentile service time query-string-on-message-filtered-sorted-num 28.4817 ms
100th percentile service time query-string-on-message-filtered-sorted-num 30.1677 ms
error rate query-string-on-message-filtered-sorted-num 0 %
Min Throughput sort_keyword_can_match_shortcut 2.01 ops/s
Mean Throughput sort_keyword_can_match_shortcut 2.01 ops/s
Median Throughput sort_keyword_can_match_shortcut 2.01 ops/s
Max Throughput sort_keyword_can_match_shortcut 2.01 ops/s
50th percentile latency sort_keyword_can_match_shortcut 5.23725 ms
90th percentile latency sort_keyword_can_match_shortcut 5.6757 ms
99th percentile latency sort_keyword_can_match_shortcut 5.95126 ms
100th percentile latency sort_keyword_can_match_shortcut 6.12208 ms
50th percentile service time sort_keyword_can_match_shortcut 4.00092 ms
90th percentile service time sort_keyword_can_match_shortcut 4.12016 ms
99th percentile service time sort_keyword_can_match_shortcut 4.67575 ms
100th percentile service time sort_keyword_can_match_shortcut 4.81258 ms
error rate sort_keyword_can_match_shortcut 0 %
Min Throughput sort_keyword_no_can_match_shortcut 2.01 ops/s
Mean Throughput sort_keyword_no_can_match_shortcut 2.01 ops/s
Median Throughput sort_keyword_no_can_match_shortcut 2.01 ops/s
Max Throughput sort_keyword_no_can_match_shortcut 2.01 ops/s
50th percentile latency sort_keyword_no_can_match_shortcut 5.31462 ms
90th percentile latency sort_keyword_no_can_match_shortcut 5.7026 ms
99th percentile latency sort_keyword_no_can_match_shortcut 5.9283 ms
100th percentile latency sort_keyword_no_can_match_shortcut 6.06583 ms
50th percentile service time sort_keyword_no_can_match_shortcut 3.99179 ms
90th percentile service time sort_keyword_no_can_match_shortcut 4.09169 ms
99th percentile service time sort_keyword_no_can_match_shortcut 4.59998 ms
100th percentile service time sort_keyword_no_can_match_shortcut 4.66041 ms
error rate sort_keyword_no_can_match_shortcut 0 %
Min Throughput sort_numeric_desc 2.01 ops/s
Mean Throughput sort_numeric_desc 2.01 ops/s
Median Throughput sort_numeric_desc 2.01 ops/s
Max Throughput sort_numeric_desc 2.01 ops/s
50th percentile latency sort_numeric_desc 4.97454 ms
90th percentile latency sort_numeric_desc 5.36579 ms
99th percentile latency sort_numeric_desc 5.61441 ms
100th percentile latency sort_numeric_desc 5.67996 ms
50th percentile service time sort_numeric_desc 3.67918 ms
90th percentile service time sort_numeric_desc 3.7846 ms
99th percentile service time sort_numeric_desc 3.89414 ms
100th percentile service time sort_numeric_desc 3.91581 ms
error rate sort_numeric_desc 0 %
Min Throughput sort_numeric_asc 2.01 ops/s
Mean Throughput sort_numeric_asc 2.01 ops/s
Median Throughput sort_numeric_asc 2.01 ops/s
Max Throughput sort_numeric_asc 2.01 ops/s
50th percentile latency sort_numeric_asc 4.76871 ms
90th percentile latency sort_numeric_asc 5.15499 ms
99th percentile latency sort_numeric_asc 5.37682 ms
100th percentile latency sort_numeric_asc 5.48262 ms
50th percentile service time sort_numeric_asc 3.40418 ms
90th percentile service time sort_numeric_asc 3.53255 ms
99th percentile service time sort_numeric_asc 3.89634 ms
100th percentile service time sort_numeric_asc 3.95472 ms
error rate sort_numeric_asc 0 %
Min Throughput sort_numeric_desc_with_match 2.01 ops/s
Mean Throughput sort_numeric_desc_with_match 2.01 ops/s
Median Throughput sort_numeric_desc_with_match 2.01 ops/s
Max Throughput sort_numeric_desc_with_match 2.01 ops/s
50th percentile latency sort_numeric_desc_with_match 3.5471 ms
90th percentile latency sort_numeric_desc_with_match 3.96599 ms
99th percentile latency sort_numeric_desc_with_match 4.07088 ms
100th percentile latency sort_numeric_desc_with_match 4.07548 ms
50th percentile service time sort_numeric_desc_with_match 2.2703 ms
90th percentile service time sort_numeric_desc_with_match 2.34872 ms
99th percentile service time sort_numeric_desc_with_match 2.44603 ms
100th percentile service time sort_numeric_desc_with_match 2.46061 ms
error rate sort_numeric_desc_with_match 0 %
Min Throughput sort_numeric_asc_with_match 2.01 ops/s
Mean Throughput sort_numeric_asc_with_match 2.01 ops/s
Median Throughput sort_numeric_asc_with_match 2.01 ops/s
Max Throughput sort_numeric_asc_with_match 2.01 ops/s
50th percentile latency sort_numeric_asc_with_match 3.21407 ms
90th percentile latency sort_numeric_asc_with_match 3.77218 ms
99th percentile latency sort_numeric_asc_with_match 3.94341 ms
100th percentile latency sort_numeric_asc_with_match 3.95531 ms
50th percentile service time sort_numeric_asc_with_match 2.19774 ms
90th percentile service time sort_numeric_asc_with_match 2.3163 ms
99th percentile service time sort_numeric_asc_with_match 2.51312 ms
100th percentile service time sort_numeric_asc_with_match 2.51536 ms
error rate sort_numeric_asc_with_match 0 %
Min Throughput range_field_conjunction_big_range_big_term_query 2.01 ops/s
Mean Throughput range_field_conjunction_big_range_big_term_query 2.01 ops/s
Median Throughput range_field_conjunction_big_range_big_term_query 2.01 ops/s
Max Throughput range_field_conjunction_big_range_big_term_query 2.01 ops/s
50th percentile latency range_field_conjunction_big_range_big_term_query 3.69677 ms
90th percentile latency range_field_conjunction_big_range_big_term_query 4.10195 ms
99th percentile latency range_field_conjunction_big_range_big_term_query 4.21794 ms
100th percentile latency range_field_conjunction_big_range_big_term_query 4.22568 ms
50th percentile service time range_field_conjunction_big_range_big_term_query 2.41492 ms
90th percentile service time range_field_conjunction_big_range_big_term_query 2.49505 ms
99th percentile service time range_field_conjunction_big_range_big_term_query 2.5387 ms
100th percentile service time range_field_conjunction_big_range_big_term_query 2.53919 ms
error rate range_field_conjunction_big_range_big_term_query 0 %
Min Throughput range_field_disjunction_big_range_small_term_query 2.01 ops/s
Mean Throughput range_field_disjunction_big_range_small_term_query 2.01 ops/s
Median Throughput range_field_disjunction_big_range_small_term_query 2.01 ops/s
Max Throughput range_field_disjunction_big_range_small_term_query 2.01 ops/s
50th percentile latency range_field_disjunction_big_range_small_term_query 3.73877 ms
90th percentile latency range_field_disjunction_big_range_small_term_query 4.18159 ms
99th percentile latency range_field_disjunction_big_range_small_term_query 4.27515 ms
100th percentile latency range_field_disjunction_big_range_small_term_query 4.30241 ms
50th percentile service time range_field_disjunction_big_range_small_term_query 2.44897 ms
90th percentile service time range_field_disjunction_big_range_small_term_query 2.53083 ms
99th percentile service time range_field_disjunction_big_range_small_term_query 2.73687 ms
100th percentile service time range_field_disjunction_big_range_small_term_query 2.77666 ms
error rate range_field_disjunction_big_range_small_term_query 0 %
Min Throughput range_field_conjunction_small_range_small_term_query 2.01 ops/s
Mean Throughput range_field_conjunction_small_range_small_term_query 2.01 ops/s
Median Throughput range_field_conjunction_small_range_small_term_query 2.01 ops/s
Max Throughput range_field_conjunction_small_range_small_term_query 2.01 ops/s
50th percentile latency range_field_conjunction_small_range_small_term_query 3.05794 ms
90th percentile latency range_field_conjunction_small_range_small_term_query 3.85159 ms
99th percentile latency range_field_conjunction_small_range_small_term_query 3.96722 ms
100th percentile latency range_field_conjunction_small_range_small_term_query 4.00052 ms
50th percentile service time range_field_conjunction_small_range_small_term_query 2.0713 ms
90th percentile service time range_field_conjunction_small_range_small_term_query 2.13888 ms
99th percentile service time range_field_conjunction_small_range_small_term_query 2.35621 ms
100th percentile service time range_field_conjunction_small_range_small_term_query 2.49854 ms
error rate range_field_conjunction_small_range_small_term_query 0 %
Min Throughput range_field_conjunction_small_range_big_term_query 2.01 ops/s
Mean Throughput range_field_conjunction_small_range_big_term_query 2.01 ops/s
Median Throughput range_field_conjunction_small_range_big_term_query 2.01 ops/s
Max Throughput range_field_conjunction_small_range_big_term_query 2.01 ops/s
50th percentile latency range_field_conjunction_small_range_big_term_query 3.18168 ms
90th percentile latency range_field_conjunction_small_range_big_term_query 3.60807 ms
99th percentile latency range_field_conjunction_small_range_big_term_query 3.745 ms
100th percentile latency range_field_conjunction_small_range_big_term_query 3.76353 ms
50th percentile service time range_field_conjunction_small_range_big_term_query 1.94405 ms
90th percentile service time range_field_conjunction_small_range_big_term_query 2.02572 ms
99th percentile service time range_field_conjunction_small_range_big_term_query 2.18574 ms
100th percentile service time range_field_conjunction_small_range_big_term_query 2.18889 ms
error rate range_field_conjunction_small_range_big_term_query 0 %
Min Throughput range-auto-date-histo 0.26 ops/s
Mean Throughput range-auto-date-histo 0.26 ops/s
Median Throughput range-auto-date-histo 0.26 ops/s
Max Throughput range-auto-date-histo 0.26 ops/s
50th percentile latency range-auto-date-histo 834035 ms
90th percentile latency range-auto-date-histo 966346 ms
99th percentile latency range-auto-date-histo 996047 ms
100th percentile latency range-auto-date-histo 997694 ms
50th percentile service time range-auto-date-histo 3796.95 ms
90th percentile service time range-auto-date-histo 3867.39 ms
99th percentile service time range-auto-date-histo 4034.64 ms
100th percentile service time range-auto-date-histo 4062.9 ms
error rate range-auto-date-histo 0 %
Min Throughput range-auto-date-histo-with-metrics 0.1 ops/s
Mean Throughput range-auto-date-histo-with-metrics 0.1 ops/s
Median Throughput range-auto-date-histo-with-metrics 0.1 ops/s
Max Throughput range-auto-date-histo-with-metrics 0.1 ops/s
50th percentile latency range-auto-date-histo-with-metrics 2.45733e+06 ms
90th percentile latency range-auto-date-histo-with-metrics 2.84988e+06 ms
99th percentile latency range-auto-date-histo-with-metrics 2.93848e+06 ms
100th percentile latency range-auto-date-histo-with-metrics 2.94339e+06 ms
50th percentile service time range-auto-date-histo-with-metrics 10301.6 ms
90th percentile service time range-auto-date-histo-with-metrics 10430.6 ms
99th percentile service time range-auto-date-histo-with-metrics 10533.7 ms
100th percentile service time range-auto-date-histo-with-metrics 10534.5 ms
error rate range-auto-date-histo-with-metrics 0 %
Min Throughput range-agg-1 2.01 ops/s
Mean Throughput range-agg-1 2.01 ops/s
Median Throughput range-agg-1 2.01 ops/s
Max Throughput range-agg-1 2.01 ops/s
50th percentile latency range-agg-1 3.58486 ms
90th percentile latency range-agg-1 3.95094 ms
99th percentile latency range-agg-1 4.10526 ms
100th percentile latency range-agg-1 4.15804 ms
50th percentile service time range-agg-1 2.25875 ms
90th percentile service time range-agg-1 2.38419 ms
99th percentile service time range-agg-1 2.46149 ms
100th percentile service time range-agg-1 2.47148 ms
error rate range-agg-1 0 %
Min Throughput range-agg-2 2.01 ops/s
Mean Throughput range-agg-2 2.01 ops/s
Median Throughput range-agg-2 2.01 ops/s
Max Throughput range-agg-2 2.01 ops/s
50th percentile latency range-agg-2 3.55107 ms
90th percentile latency range-agg-2 3.96409 ms
99th percentile latency range-agg-2 4.16161 ms
100th percentile latency range-agg-2 4.25366 ms
50th percentile service time range-agg-2 2.22191 ms
90th percentile service time range-agg-2 2.32285 ms
99th percentile service time range-agg-2 2.43525 ms
100th percentile service time range-agg-2 2.44236 ms
error rate range-agg-2 0 %
Min Throughput cardinality-agg-low 2.01 ops/s
Mean Throughput cardinality-agg-low 2.01 ops/s
Median Throughput cardinality-agg-low 2.01 ops/s
Max Throughput cardinality-agg-low 2.01 ops/s
50th percentile latency cardinality-agg-low 4.82295 ms
90th percentile latency cardinality-agg-low 5.38565 ms
99th percentile latency cardinality-agg-low 5.6708 ms
100th percentile latency cardinality-agg-low 5.67429 ms
50th percentile service time cardinality-agg-low 3.39357 ms
90th percentile service time cardinality-agg-low 3.82308 ms
99th percentile service time cardinality-agg-low 3.98889 ms
100th percentile service time cardinality-agg-low 4.03498 ms
error rate cardinality-agg-low 0 %
Min Throughput cardinality-agg-high 0.86 ops/s
Mean Throughput cardinality-agg-high 0.86 ops/s
Median Throughput cardinality-agg-high 0.86 ops/s
Max Throughput cardinality-agg-high 0.86 ops/s
50th percentile latency cardinality-agg-high 167476 ms
90th percentile latency cardinality-agg-high 194026 ms
99th percentile latency cardinality-agg-high 200088 ms
100th percentile latency cardinality-agg-high 200432 ms
50th percentile service time cardinality-agg-high 1147.79 ms
90th percentile service time cardinality-agg-high 1203.22 ms
99th percentile service time cardinality-agg-high 1285.28 ms
100th percentile service time cardinality-agg-high 1325.93 ms
error rate cardinality-agg-high 0 %
Min Throughput cardinality-agg-very-high 0.03 ops/s
Mean Throughput cardinality-agg-very-high 0.03 ops/s
Median Throughput cardinality-agg-very-high 0.03 ops/s
Max Throughput cardinality-agg-very-high 0.03 ops/s
50th percentile latency cardinality-agg-very-high 3.01589e+06 ms
90th percentile latency cardinality-agg-very-high 4.22127e+06 ms
99th percentile latency cardinality-agg-very-high 4.49078e+06 ms
100th percentile latency cardinality-agg-very-high 4.50577e+06 ms
50th percentile service time cardinality-agg-very-high 30524.3 ms
90th percentile service time cardinality-agg-very-high 30850.6 ms
99th percentile service time cardinality-agg-very-high 36124.3 ms
100th percentile service time cardinality-agg-very-high 37748.4 ms
error rate cardinality-agg-very-high 0 %

@opensearch-ci-bot
Copy link
Collaborator

Benchmark Baseline Comparison Results

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

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 4 0
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 2.004 1.984 -0.02 s
Total Young Gen GC count 101 103 2
Total Old Gen GC time 0 0 0 s
Total Old Gen GC count 0 0 0
Store size 22.1906 22.1906 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 10 10 0
Min Throughput wait-for-snapshot-recovery 4.18146e+07 4.17884e+07 -26184 byte/s
Mean Throughput wait-for-snapshot-recovery 4.18146e+07 4.17884e+07 -26184 byte/s
Median Throughput wait-for-snapshot-recovery 4.18146e+07 4.17884e+07 -26184 byte/s
Max Throughput wait-for-snapshot-recovery 4.18146e+07 4.17884e+07 -26184 byte/s
100th percentile latency wait-for-snapshot-recovery 564353 565329 976.875 ms
100th percentile service time wait-for-snapshot-recovery 564353 565329 976.875 ms
error rate wait-for-snapshot-recovery 0 0 0 %
Min Throughput wait-until-merges-finish 108.593 113.772 5.1784 ops/s
Mean Throughput wait-until-merges-finish 108.593 113.772 5.1784 ops/s
Median Throughput wait-until-merges-finish 108.593 113.772 5.1784 ops/s
Max Throughput wait-until-merges-finish 108.593 113.772 5.1784 ops/s
100th percentile latency wait-until-merges-finish 8.92541 8.50351 -0.42191 ms
100th percentile service time wait-until-merges-finish 8.92541 8.50351 -0.42191 ms
error rate wait-until-merges-finish 0 0 0 %
Min Throughput default 2.00456 2.00504 0.00048 ops/s
Mean Throughput default 2.00554 2.00611 0.00057 ops/s
Median Throughput default 2.00546 2.00603 0.00056 ops/s
Max Throughput default 2.0068 2.0075 0.0007 ops/s
50th percentile latency default 7.24554 7.31905 0.07351 ms
90th percentile latency default 7.77236 7.88371 0.11135 ms
99th percentile latency default 8.15547 9.61169 1.45622 ms
100th percentile latency default 8.17295 9.7301 1.55715 ms
50th percentile service time default 5.97118 6.01422 0.04303 ms
90th percentile service time default 6.36546 6.37071 0.00525 ms
99th percentile service time default 7.06907 7.49506 0.426 ms
100th percentile service time default 7.08187 8.11044 1.02857 ms
error rate default 0 0 0 %
Min Throughput desc_sort_timestamp 2.00526 2.00516 -0.00011 ops/s
Mean Throughput desc_sort_timestamp 2.00639 2.00625 -0.00014 ops/s
Median Throughput desc_sort_timestamp 2.00631 2.00616 -0.00015 ops/s
Max Throughput desc_sort_timestamp 2.00785 2.00767 -0.00018 ops/s
50th percentile latency desc_sort_timestamp 9.2812 10.234 0.95284 ms
90th percentile latency desc_sort_timestamp 9.92712 10.814 0.88684 ms
99th percentile latency desc_sort_timestamp 11.6202 13.5424 1.92218 ms
100th percentile latency desc_sort_timestamp 11.8017 13.7232 1.92152 ms
50th percentile service time desc_sort_timestamp 7.96178 8.84519 0.88341 ms
90th percentile service time desc_sort_timestamp 8.69041 9.3968 0.70638 ms
99th percentile service time desc_sort_timestamp 10.4736 12.3534 1.87982 ms
100th percentile service time desc_sort_timestamp 10.7041 12.5369 1.83273 ms
error rate desc_sort_timestamp 0 0 0 %
Min Throughput asc_sort_timestamp 2.00614 2.00612 -2e-05 ops/s
Mean Throughput asc_sort_timestamp 2.00746 2.00742 -3e-05 ops/s
Median Throughput asc_sort_timestamp 2.00736 2.00732 -4e-05 ops/s
Max Throughput asc_sort_timestamp 2.00916 2.00912 -4e-05 ops/s
50th percentile latency asc_sort_timestamp 10.2858 11.6094 1.32362 ms
90th percentile latency asc_sort_timestamp 10.9337 12.0896 1.15592 ms
99th percentile latency asc_sort_timestamp 12.0043 13.8267 1.82245 ms
100th percentile latency asc_sort_timestamp 12.9061 14.8614 1.95522 ms
50th percentile service time asc_sort_timestamp 8.93991 10.2437 1.30379 ms
90th percentile service time asc_sort_timestamp 9.41019 10.544 1.13382 ms
99th percentile service time asc_sort_timestamp 10.5852 12.5124 1.92712 ms
100th percentile service time asc_sort_timestamp 11.5267 13.7946 2.26793 ms
error rate asc_sort_timestamp 0 0 0 %
Min Throughput desc_sort_with_after_timestamp 2.00378 2.0033 -0.00048 ops/s
Mean Throughput desc_sort_with_after_timestamp 2.00459 2.00401 -0.00057 ops/s
Median Throughput desc_sort_with_after_timestamp 2.00452 2.00395 -0.00057 ops/s
Max Throughput desc_sort_with_after_timestamp 2.00564 2.00493 -0.00071 ops/s
50th percentile latency desc_sort_with_after_timestamp 125.871 110.912 -14.9593 ms
90th percentile latency desc_sort_with_after_timestamp 130.283 113.798 -16.4856 ms
99th percentile latency desc_sort_with_after_timestamp 141.242 126.464 -14.7783 ms
100th percentile latency desc_sort_with_after_timestamp 144.521 131.266 -13.2554 ms
50th percentile service time desc_sort_with_after_timestamp 124.641 109.752 -14.8895 ms
90th percentile service time desc_sort_with_after_timestamp 129.138 112.503 -16.6347 ms
99th percentile service time desc_sort_with_after_timestamp 140.041 125.604 -14.4366 ms
100th percentile service time desc_sort_with_after_timestamp 143.071 130.515 -12.5564 ms
error rate desc_sort_with_after_timestamp 0 0 0 %
Min Throughput asc_sort_with_after_timestamp 2.00331 2.00338 7e-05 ops/s
Mean Throughput asc_sort_with_after_timestamp 2.00402 2.00411 9e-05 ops/s
Median Throughput asc_sort_with_after_timestamp 2.00397 2.00405 8e-05 ops/s
Max Throughput asc_sort_with_after_timestamp 2.00493 2.00504 0.00012 ops/s
50th percentile latency asc_sort_with_after_timestamp 235.804 200.014 -35.79 ms
90th percentile latency asc_sort_with_after_timestamp 239.87 203.174 -36.6957 ms
99th percentile latency asc_sort_with_after_timestamp 257.497 211.942 -45.5548 ms
100th percentile latency asc_sort_with_after_timestamp 266.039 212.914 -53.1256 ms
50th percentile service time asc_sort_with_after_timestamp 234.633 198.897 -35.7363 ms
90th percentile service time asc_sort_with_after_timestamp 238.959 202.037 -36.922 ms
99th percentile service time asc_sort_with_after_timestamp 256.185 210.886 -45.2984 ms
100th percentile service time asc_sort_with_after_timestamp 264.824 212.056 -52.7686 ms
error rate asc_sort_with_after_timestamp 0 0 0 %
Min Throughput desc_sort_timestamp_can_match_shortcut 2.00544 2.00544 0 ops/s
Mean Throughput desc_sort_timestamp_can_match_shortcut 2.00659 2.00661 1e-05 ops/s
Median Throughput desc_sort_timestamp_can_match_shortcut 2.0065 2.00652 2e-05 ops/s
Max Throughput desc_sort_timestamp_can_match_shortcut 2.00809 2.00812 2e-05 ops/s
50th percentile latency desc_sort_timestamp_can_match_shortcut 7.0394 7.2852 0.24579 ms
90th percentile latency desc_sort_timestamp_can_match_shortcut 7.55967 7.73059 0.17091 ms
99th percentile latency desc_sort_timestamp_can_match_shortcut 8.47103 8.61452 0.14349 ms
100th percentile latency desc_sort_timestamp_can_match_shortcut 8.49553 8.71086 0.21533 ms
50th percentile service time desc_sort_timestamp_can_match_shortcut 5.75561 5.8784 0.12279 ms
90th percentile service time desc_sort_timestamp_can_match_shortcut 6.12135 6.13228 0.01093 ms
99th percentile service time desc_sort_timestamp_can_match_shortcut 6.84595 7.10261 0.25666 ms
100th percentile service time desc_sort_timestamp_can_match_shortcut 6.86315 7.21554 0.35239 ms
error rate desc_sort_timestamp_can_match_shortcut 0 0 0 %
Min Throughput desc_sort_timestamp_no_can_match_shortcut 2.00655 2.00654 -1e-05 ops/s
Mean Throughput desc_sort_timestamp_no_can_match_shortcut 2.00794 2.00794 0 ops/s
Median Throughput desc_sort_timestamp_no_can_match_shortcut 2.00783 2.00783 -1e-05 ops/s
Max Throughput desc_sort_timestamp_no_can_match_shortcut 2.00975 2.00975 1e-05 ops/s
50th percentile latency desc_sort_timestamp_no_can_match_shortcut 7.1389 7.0086 -0.1303 ms
90th percentile latency desc_sort_timestamp_no_can_match_shortcut 7.59053 7.56746 -0.02308 ms
99th percentile latency desc_sort_timestamp_no_can_match_shortcut 8.74539 8.42138 -0.324 ms
100th percentile latency desc_sort_timestamp_no_can_match_shortcut 8.81644 8.54952 -0.26692 ms
50th percentile service time desc_sort_timestamp_no_can_match_shortcut 5.91818 5.70989 -0.20829 ms
90th percentile service time desc_sort_timestamp_no_can_match_shortcut 6.04418 5.99009 -0.05409 ms
99th percentile service time desc_sort_timestamp_no_can_match_shortcut 7.32108 6.68966 -0.63142 ms
100th percentile service time desc_sort_timestamp_no_can_match_shortcut 7.37011 6.83297 -0.53714 ms
error rate desc_sort_timestamp_no_can_match_shortcut 0 0 0 %
Min Throughput asc_sort_timestamp_can_match_shortcut 2.0065 2.0065 0 ops/s
Mean Throughput asc_sort_timestamp_can_match_shortcut 2.00789 2.00788 -1e-05 ops/s
Median Throughput asc_sort_timestamp_can_match_shortcut 2.00778 2.00777 -1e-05 ops/s
Max Throughput asc_sort_timestamp_can_match_shortcut 2.00968 2.00968 -1e-05 ops/s
50th percentile latency asc_sort_timestamp_can_match_shortcut 9.65671 9.90482 0.24811 ms
90th percentile latency asc_sort_timestamp_can_match_shortcut 10.0805 10.4804 0.39993 ms
99th percentile latency asc_sort_timestamp_can_match_shortcut 17.7593 11.5058 -6.25356 ms
100th percentile latency asc_sort_timestamp_can_match_shortcut 25.1067 11.9845 -13.1222 ms
50th percentile service time asc_sort_timestamp_can_match_shortcut 8.35034 8.64259 0.29225 ms
90th percentile service time asc_sort_timestamp_can_match_shortcut 8.48576 9.04865 0.56288 ms
99th percentile service time asc_sort_timestamp_can_match_shortcut 16.1771 10.483 -5.69403 ms
100th percentile service time asc_sort_timestamp_can_match_shortcut 23.654 11.0824 -12.5716 ms
error rate asc_sort_timestamp_can_match_shortcut 0 0 0 %
Min Throughput asc_sort_timestamp_no_can_match_shortcut 2.00651 2.00648 -2e-05 ops/s
Mean Throughput asc_sort_timestamp_no_can_match_shortcut 2.0079 2.00787 -3e-05 ops/s
Median Throughput asc_sort_timestamp_no_can_match_shortcut 2.00779 2.00777 -2e-05 ops/s
Max Throughput asc_sort_timestamp_no_can_match_shortcut 2.0097 2.00966 -5e-05 ops/s
50th percentile latency asc_sort_timestamp_no_can_match_shortcut 9.4259 9.40631 -0.01959 ms
90th percentile latency asc_sort_timestamp_no_can_match_shortcut 9.83749 10.0472 0.20968 ms
99th percentile latency asc_sort_timestamp_no_can_match_shortcut 9.99619 12.3623 2.36616 ms
100th percentile latency asc_sort_timestamp_no_can_match_shortcut 10.0553 12.6591 2.60375 ms
50th percentile service time asc_sort_timestamp_no_can_match_shortcut 8.09312 8.29697 0.20385 ms
90th percentile service time asc_sort_timestamp_no_can_match_shortcut 8.20038 8.48596 0.28557 ms
99th percentile service time asc_sort_timestamp_no_can_match_shortcut 8.70642 11.1286 2.42214 ms
100th percentile service time asc_sort_timestamp_no_can_match_shortcut 8.94869 11.1389 2.19019 ms
error rate asc_sort_timestamp_no_can_match_shortcut 0 0 0 %
Min Throughput term 2.00641 2.00643 2e-05 ops/s
Mean Throughput term 2.00777 2.00779 2e-05 ops/s
Median Throughput term 2.00766 2.00769 3e-05 ops/s
Max Throughput term 2.00953 2.00957 4e-05 ops/s
50th percentile latency term 5.97097 5.65785 -0.31312 ms
90th percentile latency term 6.355 6.22587 -0.12913 ms
99th percentile latency term 6.95468 6.63824 -0.31644 ms
100th percentile latency term 7.23421 6.69351 -0.5407 ms
50th percentile service time term 4.70346 4.4368 -0.26666 ms
90th percentile service time term 4.86507 4.64101 -0.22406 ms
99th percentile service time term 5.59869 5.55431 -0.04438 ms
100th percentile service time term 5.63018 5.59434 -0.03584 ms
error rate term 0 0 0 %
Min Throughput multi_terms-keyword 1.28358 1.3205 0.03692 ops/s
Mean Throughput multi_terms-keyword 1.28606 1.32272 0.03667 ops/s
Median Throughput multi_terms-keyword 1.28624 1.32289 0.03666 ops/s
Max Throughput multi_terms-keyword 1.28807 1.32416 0.03609 ops/s
50th percentile latency multi_terms-keyword 69629.3 64203 -5426.26 ms
90th percentile latency multi_terms-keyword 80455.3 74242.2 -6213.05 ms
99th percentile latency multi_terms-keyword 82890.8 76548.6 -6342.16 ms
100th percentile latency multi_terms-keyword 83025 76672 -6352.98 ms
50th percentile service time multi_terms-keyword 769.274 748.959 -20.3144 ms
90th percentile service time multi_terms-keyword 776.35 756.839 -19.5111 ms
99th percentile service time multi_terms-keyword 790.374 778.859 -11.5144 ms
100th percentile service time multi_terms-keyword 790.55 789.257 -1.29309 ms
error rate multi_terms-keyword 0 0 0 %
Min Throughput keyword-terms 2.00281 2.00454 0.00173 ops/s
Mean Throughput keyword-terms 2.0034 2.00552 0.00213 ops/s
Median Throughput keyword-terms 2.00334 2.00544 0.00209 ops/s
Max Throughput keyword-terms 2.00417 2.00678 0.00261 ops/s
50th percentile latency keyword-terms 25.6029 24.5869 -1.01596 ms
90th percentile latency keyword-terms 33.9622 32.1984 -1.76375 ms
99th percentile latency keyword-terms 34.5632 33.2909 -1.27231 ms
100th percentile latency keyword-terms 34.8196 33.6585 -1.16118 ms
50th percentile service time keyword-terms 23.2493 22.2504 -0.99898 ms
90th percentile service time keyword-terms 31.6621 29.893 -1.76908 ms
99th percentile service time keyword-terms 32.3067 31.0322 -1.2745 ms
100th percentile service time keyword-terms 32.5444 31.5096 -1.03482 ms
error rate keyword-terms 0 0 0 %
Min Throughput keyword-terms-low-cardinality 2.0063 2.00642 0.00012 ops/s
Mean Throughput keyword-terms-low-cardinality 2.00763 2.00777 0.00014 ops/s
Median Throughput keyword-terms-low-cardinality 2.00753 2.00766 0.00013 ops/s
Max Throughput keyword-terms-low-cardinality 2.00939 2.00955 0.00016 ops/s
50th percentile latency keyword-terms-low-cardinality 17.1439 16.8302 -0.31368 ms
90th percentile latency keyword-terms-low-cardinality 25.9198 24.8865 -1.03325 ms
99th percentile latency keyword-terms-low-cardinality 26.628 25.7246 -0.90342 ms
100th percentile latency keyword-terms-low-cardinality 26.6459 25.8344 -0.8115 ms
50th percentile service time keyword-terms-low-cardinality 15.3 14.6134 -0.68652 ms
90th percentile service time keyword-terms-low-cardinality 23.9258 23.0263 -0.89947 ms
99th percentile service time keyword-terms-low-cardinality 24.3842 23.5923 -0.79183 ms
100th percentile service time keyword-terms-low-cardinality 24.3993 23.7912 -0.60802 ms
error rate keyword-terms-low-cardinality 0 0 0 %
Min Throughput composite-terms 2.00156 2.00207 0.00051 ops/s
Mean Throughput composite-terms 2.0019 2.00252 0.00062 ops/s
Median Throughput composite-terms 2.00188 2.00248 0.0006 ops/s
Max Throughput composite-terms 2.00233 2.00308 0.00075 ops/s
50th percentile latency composite-terms 219.365 214.762 -4.60271 ms
90th percentile latency composite-terms 222.798 219.5 -3.29807 ms
99th percentile latency composite-terms 248.687 221.419 -27.2682 ms
100th percentile latency composite-terms 262.189 221.498 -40.6916 ms
50th percentile service time composite-terms 218.222 212.717 -5.5041 ms
90th percentile service time composite-terms 221.755 217.588 -4.16725 ms
99th percentile service time composite-terms 247.769 219.691 -28.0773 ms
100th percentile service time composite-terms 261.615 219.821 -41.7948 ms
error rate composite-terms 0 0 0 %
Min Throughput composite_terms-keyword 2.00066 2.00114 0.00048 ops/s
Mean Throughput composite_terms-keyword 2.0008 2.00139 0.00059 ops/s
Median Throughput composite_terms-keyword 2.00079 2.00138 0.00059 ops/s
Max Throughput composite_terms-keyword 2.00097 2.0017 0.00073 ops/s
50th percentile latency composite_terms-keyword 383.281 358.161 -25.1197 ms
90th percentile latency composite_terms-keyword 391.108 366.131 -24.9777 ms
99th percentile latency composite_terms-keyword 403.238 374.252 -28.9861 ms
100th percentile latency composite_terms-keyword 410.448 375.317 -35.1308 ms
50th percentile service time composite_terms-keyword 382.125 356.96 -25.1656 ms
90th percentile service time composite_terms-keyword 389.736 364.228 -25.5084 ms
99th percentile service time composite_terms-keyword 402.54 372.287 -30.253 ms
100th percentile service time composite_terms-keyword 410.05 373.008 -37.0414 ms
error rate composite_terms-keyword 0 0 0 %
Min Throughput composite-date_histogram-daily 2.00609 2.00616 7e-05 ops/s
Mean Throughput composite-date_histogram-daily 2.00738 2.00747 9e-05 ops/s
Median Throughput composite-date_histogram-daily 2.00728 2.00737 9e-05 ops/s
Max Throughput composite-date_histogram-daily 2.00905 2.00917 0.00011 ops/s
50th percentile latency composite-date_histogram-daily 4.64888 4.30889 -0.33998 ms
90th percentile latency composite-date_histogram-daily 5.11972 4.72591 -0.39381 ms
99th percentile latency composite-date_histogram-daily 5.35676 5.1801 -0.17666 ms
100th percentile latency composite-date_histogram-daily 5.41388 5.22442 -0.18946 ms
50th percentile service time composite-date_histogram-daily 3.40862 2.9839 -0.42472 ms
90th percentile service time composite-date_histogram-daily 3.52611 3.23776 -0.28835 ms
99th percentile service time composite-date_histogram-daily 3.97098 3.60546 -0.36552 ms
100th percentile service time composite-date_histogram-daily 4.17308 3.66133 -0.51175 ms
error rate composite-date_histogram-daily 0 0 0 %
Min Throughput range 2.00652 2.00655 3e-05 ops/s
Mean Throughput range 2.00792 2.00795 3e-05 ops/s
Median Throughput range 2.00781 2.00784 3e-05 ops/s
Max Throughput range 2.00972 2.00975 3e-05 ops/s
50th percentile latency range 5.90142 5.18958 -0.71184 ms
90th percentile latency range 6.3271 5.7201 -0.607 ms
99th percentile latency range 6.49916 5.89311 -0.60605 ms
100th percentile latency range 6.52763 5.90202 -0.62561 ms
50th percentile service time range 4.62006 3.96948 -0.65057 ms
90th percentile service time range 4.67947 4.14507 -0.5344 ms
99th percentile service time range 4.73699 4.23187 -0.50512 ms
100th percentile service time range 4.75182 4.2344 -0.51742 ms
error rate range 0 0 0 %
Min Throughput range-numeric 2.00654 2.00656 2e-05 ops/s
Mean Throughput range-numeric 2.00794 2.00795 1e-05 ops/s
Median Throughput range-numeric 2.00783 2.00784 1e-05 ops/s
Max Throughput range-numeric 2.00975 2.00977 2e-05 ops/s
50th percentile latency range-numeric 3.86954 3.37296 -0.49658 ms
90th percentile latency range-numeric 4.18453 3.67607 -0.50846 ms
99th percentile latency range-numeric 4.40396 3.90827 -0.49569 ms
100th percentile latency range-numeric 4.40707 3.91536 -0.49171 ms
50th percentile service time range-numeric 2.62912 1.99507 -0.63404 ms
90th percentile service time range-numeric 2.7248 2.1167 -0.60811 ms
99th percentile service time range-numeric 2.78524 2.25674 -0.5285 ms
100th percentile service time range-numeric 2.79628 2.30694 -0.48934 ms
error rate range-numeric 0 0 0 %
Min Throughput keyword-in-range 2.00555 2.00558 3e-05 ops/s
Mean Throughput keyword-in-range 2.00674 2.00678 4e-05 ops/s
Median Throughput keyword-in-range 2.00665 2.00669 4e-05 ops/s
Max Throughput keyword-in-range 2.00828 2.00832 5e-05 ops/s
50th percentile latency keyword-in-range 16.8191 16.0808 -0.73825 ms
90th percentile latency keyword-in-range 17.3231 16.5311 -0.79207 ms
99th percentile latency keyword-in-range 19.9764 20.0502 0.07377 ms
100th percentile latency keyword-in-range 22.0473 22.9209 0.87356 ms
50th percentile service time keyword-in-range 15.5276 14.8127 -0.71497 ms
90th percentile service time keyword-in-range 15.7337 14.9923 -0.74142 ms
99th percentile service time keyword-in-range 18.4878 18.8769 0.38918 ms
100th percentile service time keyword-in-range 20.7723 21.8158 1.04349 ms
error rate keyword-in-range 0 0 0 %
Min Throughput date_histogram_hourly_agg 2.00547 2.00546 -1e-05 ops/s
Mean Throughput date_histogram_hourly_agg 2.00664 2.00663 -1e-05 ops/s
Median Throughput date_histogram_hourly_agg 2.00655 2.00654 -0 ops/s
Max Throughput date_histogram_hourly_agg 2.00816 2.00813 -3e-05 ops/s
50th percentile latency date_histogram_hourly_agg 7.17551 6.54946 -0.62605 ms
90th percentile latency date_histogram_hourly_agg 8.64357 7.90694 -0.73663 ms
99th percentile latency date_histogram_hourly_agg 9.16469 8.58005 -0.58464 ms
100th percentile latency date_histogram_hourly_agg 9.27551 8.6206 -0.65491 ms
50th percentile service time date_histogram_hourly_agg 5.76985 5.13723 -0.63261 ms
90th percentile service time date_histogram_hourly_agg 7.25902 6.47519 -0.78384 ms
99th percentile service time date_histogram_hourly_agg 7.66214 7.01853 -0.64362 ms
100th percentile service time date_histogram_hourly_agg 7.66352 7.02597 -0.63755 ms
error rate date_histogram_hourly_agg 0 0 0 %
Min Throughput date_histogram_minute_agg 2.00584 2.00587 3e-05 ops/s
Mean Throughput date_histogram_minute_agg 2.00708 2.00712 4e-05 ops/s
Median Throughput date_histogram_minute_agg 2.00698 2.00701 3e-05 ops/s
Max Throughput date_histogram_minute_agg 2.00868 2.00874 6e-05 ops/s
50th percentile latency date_histogram_minute_agg 43.2558 41.1102 -2.14558 ms
90th percentile latency date_histogram_minute_agg 43.83 42.2746 -1.55539 ms
99th percentile latency date_histogram_minute_agg 45.0075 45.1121 0.10464 ms
100th percentile latency date_histogram_minute_agg 45.0103 45.3376 0.32739 ms
50th percentile service time date_histogram_minute_agg 41.967 39.7269 -2.24013 ms
90th percentile service time date_histogram_minute_agg 42.4245 40.9831 -1.4414 ms
99th percentile service time date_histogram_minute_agg 43.9709 43.8987 -0.07221 ms
100th percentile service time date_histogram_minute_agg 44.2103 43.9914 -0.21892 ms
error rate date_histogram_minute_agg 0 0 0 %
Min Throughput scroll 45.406 49.9562 4.55017 pages/s
Mean Throughput scroll 45.5061 49.9642 4.45809 pages/s
Median Throughput scroll 45.527 49.9645 4.4375 pages/s
Max Throughput scroll 45.5947 49.9704 4.37567 pages/s
50th percentile latency scroll 12642.4 468.007 -12174.4 ms
90th percentile latency scroll 14436.1 471.83 -13964.3 ms
99th percentile latency scroll 14800.5 491.834 -14308.7 ms
100th percentile latency scroll 14821.2 493.067 -14328.1 ms
50th percentile service time scroll 535.533 466.81 -68.7231 ms
90th percentile service time scroll 540.913 470.678 -70.2352 ms
99th percentile service time scroll 563.527 490.513 -73.0139 ms
100th percentile service time scroll 565.499 491.79 -73.7089 ms
error rate scroll 0 0 0 %
Min Throughput query-string-on-message 2.00601 2.00603 2e-05 ops/s
Mean Throughput query-string-on-message 2.0073 2.00732 2e-05 ops/s
Median Throughput query-string-on-message 2.0072 2.00722 2e-05 ops/s
Max Throughput query-string-on-message 2.00897 2.00898 1e-05 ops/s
50th percentile latency query-string-on-message 6.43291 5.91944 -0.51347 ms
90th percentile latency query-string-on-message 6.72164 6.34753 -0.37411 ms
99th percentile latency query-string-on-message 7.5257 6.96882 -0.55688 ms
100th percentile latency query-string-on-message 7.84972 7.01789 -0.83184 ms
50th percentile service time query-string-on-message 5.03655 4.60387 -0.43268 ms
90th percentile service time query-string-on-message 5.15691 4.72953 -0.42737 ms
99th percentile service time query-string-on-message 6.17912 5.64373 -0.5354 ms
100th percentile service time query-string-on-message 6.42779 5.70778 -0.72001 ms
error rate query-string-on-message 0 0 0 %
Min Throughput query-string-on-message-filtered 2.00596 2.00602 6e-05 ops/s
Mean Throughput query-string-on-message-filtered 2.00723 2.00732 8e-05 ops/s
Median Throughput query-string-on-message-filtered 2.00714 2.00722 8e-05 ops/s
Max Throughput query-string-on-message-filtered 2.00887 2.00899 0.00012 ops/s
50th percentile latency query-string-on-message-filtered 13.7109 12.1485 -1.56245 ms
90th percentile latency query-string-on-message-filtered 14.1827 12.7929 -1.3898 ms
99th percentile latency query-string-on-message-filtered 15.1864 16.0917 0.90529 ms
100th percentile latency query-string-on-message-filtered 15.2405 16.812 1.57149 ms
50th percentile service time query-string-on-message-filtered 12.4712 11.0653 -1.40586 ms
90th percentile service time query-string-on-message-filtered 12.6032 11.1886 -1.41461 ms
99th percentile service time query-string-on-message-filtered 13.5891 15.2238 1.6347 ms
100th percentile service time query-string-on-message-filtered 13.5995 15.8982 2.2987 ms
error rate query-string-on-message-filtered 0 0 0 %
Min Throughput query-string-on-message-filtered-sorted-num 2.00577 2.00584 7e-05 ops/s
Mean Throughput query-string-on-message-filtered-sorted-num 2.00699 2.00708 9e-05 ops/s
Median Throughput query-string-on-message-filtered-sorted-num 2.0069 2.00698 8e-05 ops/s
Max Throughput query-string-on-message-filtered-sorted-num 2.00859 2.00869 0.0001 ops/s
50th percentile latency query-string-on-message-filtered-sorted-num 32.8702 27.8255 -5.04472 ms
90th percentile latency query-string-on-message-filtered-sorted-num 33.237 28.2906 -4.94642 ms
99th percentile latency query-string-on-message-filtered-sorted-num 34.2475 30.8914 -3.35612 ms
100th percentile latency query-string-on-message-filtered-sorted-num 34.7354 32.7395 -1.99588 ms
50th percentile service time query-string-on-message-filtered-sorted-num 31.5406 25.5003 -6.04032 ms
90th percentile service time query-string-on-message-filtered-sorted-num 31.8876 25.8273 -6.0603 ms
99th percentile service time query-string-on-message-filtered-sorted-num 32.9906 28.4817 -4.5089 ms
100th percentile service time query-string-on-message-filtered-sorted-num 33.4277 30.1677 -3.25999 ms
error rate query-string-on-message-filtered-sorted-num 0 0 0 %
Min Throughput sort_keyword_can_match_shortcut 2.0064 2.00642 2e-05 ops/s
Mean Throughput sort_keyword_can_match_shortcut 2.00777 2.00779 2e-05 ops/s
Median Throughput sort_keyword_can_match_shortcut 2.00766 2.00768 2e-05 ops/s
Max Throughput sort_keyword_can_match_shortcut 2.00954 2.00957 3e-05 ops/s
50th percentile latency sort_keyword_can_match_shortcut 5.83543 5.23725 -0.59818 ms
90th percentile latency sort_keyword_can_match_shortcut 6.26707 5.6757 -0.59137 ms
99th percentile latency sort_keyword_can_match_shortcut 6.91308 5.95126 -0.96183 ms
100th percentile latency sort_keyword_can_match_shortcut 6.98746 6.12208 -0.86538 ms
50th percentile service time sort_keyword_can_match_shortcut 4.56162 4.00092 -0.56071 ms
90th percentile service time sort_keyword_can_match_shortcut 4.68383 4.12016 -0.56367 ms
99th percentile service time sort_keyword_can_match_shortcut 5.19609 4.67575 -0.52034 ms
100th percentile service time sort_keyword_can_match_shortcut 5.29117 4.81258 -0.47859 ms
error rate sort_keyword_can_match_shortcut 0 0 0 %
Min Throughput sort_keyword_no_can_match_shortcut 2.00657 2.00657 0 ops/s
Mean Throughput sort_keyword_no_can_match_shortcut 2.00797 2.00797 -1e-05 ops/s
Median Throughput sort_keyword_no_can_match_shortcut 2.00786 2.00786 -1e-05 ops/s
Max Throughput sort_keyword_no_can_match_shortcut 2.00978 2.00978 -0 ops/s
50th percentile latency sort_keyword_no_can_match_shortcut 5.69584 5.31462 -0.38122 ms
90th percentile latency sort_keyword_no_can_match_shortcut 6.14914 5.7026 -0.44653 ms
99th percentile latency sort_keyword_no_can_match_shortcut 6.29172 5.9283 -0.36342 ms
100th percentile latency sort_keyword_no_can_match_shortcut 6.29595 6.06583 -0.23011 ms
50th percentile service time sort_keyword_no_can_match_shortcut 4.42378 3.99179 -0.432 ms
90th percentile service time sort_keyword_no_can_match_shortcut 4.53525 4.09169 -0.44357 ms
99th percentile service time sort_keyword_no_can_match_shortcut 4.90576 4.59998 -0.30578 ms
100th percentile service time sort_keyword_no_can_match_shortcut 5.17069 4.66041 -0.51029 ms
error rate sort_keyword_no_can_match_shortcut 0 0 0 %
Min Throughput sort_numeric_desc 2.00633 2.00632 -1e-05 ops/s
Mean Throughput sort_numeric_desc 2.00768 2.00768 -0 ops/s
Median Throughput sort_numeric_desc 2.00757 2.00758 1e-05 ops/s
Max Throughput sort_numeric_desc 2.00945 2.00942 -3e-05 ops/s
50th percentile latency sort_numeric_desc 5.71568 4.97454 -0.74114 ms
90th percentile latency sort_numeric_desc 6.10122 5.36579 -0.73543 ms
99th percentile latency sort_numeric_desc 6.29359 5.61441 -0.67917 ms
100th percentile latency sort_numeric_desc 6.31478 5.67996 -0.63481 ms
50th percentile service time sort_numeric_desc 4.47029 3.67918 -0.7911 ms
90th percentile service time sort_numeric_desc 4.53038 3.7846 -0.74578 ms
99th percentile service time sort_numeric_desc 4.95775 3.89414 -1.06362 ms
100th percentile service time sort_numeric_desc 5.18073 3.91581 -1.26492 ms
error rate sort_numeric_desc 0 0 0 %
Min Throughput sort_numeric_asc 2.00654 2.00654 0 ops/s
Mean Throughput sort_numeric_asc 2.00794 2.00794 1e-05 ops/s
Median Throughput sort_numeric_asc 2.00783 2.00783 -0 ops/s
Max Throughput sort_numeric_asc 2.00974 2.00975 1e-05 ops/s
50th percentile latency sort_numeric_asc 5.08874 4.76871 -0.32003 ms
90th percentile latency sort_numeric_asc 5.51903 5.15499 -0.36404 ms
99th percentile latency sort_numeric_asc 5.84572 5.37682 -0.4689 ms
100th percentile latency sort_numeric_asc 5.94264 5.48262 -0.46002 ms
50th percentile service time sort_numeric_asc 3.75365 3.40418 -0.34947 ms
90th percentile service time sort_numeric_asc 3.84406 3.53255 -0.31151 ms
99th percentile service time sort_numeric_asc 4.58614 3.89634 -0.6898 ms
100th percentile service time sort_numeric_asc 4.60288 3.95472 -0.64816 ms
error rate sort_numeric_asc 0 0 0 %
Min Throughput sort_numeric_desc_with_match 2.00653 2.00656 3e-05 ops/s
Mean Throughput sort_numeric_desc_with_match 2.00792 2.00797 4e-05 ops/s
Median Throughput sort_numeric_desc_with_match 2.00781 2.00786 5e-05 ops/s
Max Throughput sort_numeric_desc_with_match 2.00974 2.00978 4e-05 ops/s
50th percentile latency sort_numeric_desc_with_match 3.50937 3.5471 0.03773 ms
90th percentile latency sort_numeric_desc_with_match 3.88767 3.96599 0.07832 ms
99th percentile latency sort_numeric_desc_with_match 4.01643 4.07088 0.05445 ms
100th percentile latency sort_numeric_desc_with_match 4.03753 4.07548 0.03794 ms
50th percentile service time sort_numeric_desc_with_match 2.19509 2.2703 0.07521 ms
90th percentile service time sort_numeric_desc_with_match 2.24708 2.34872 0.10164 ms
99th percentile service time sort_numeric_desc_with_match 2.34698 2.44603 0.09905 ms
100th percentile service time sort_numeric_desc_with_match 2.37682 2.46061 0.0838 ms
error rate sort_numeric_desc_with_match 0 0 0 %
Min Throughput sort_numeric_asc_with_match 2.00658 2.00659 1e-05 ops/s
Mean Throughput sort_numeric_asc_with_match 2.00799 2.008 1e-05 ops/s
Median Throughput sort_numeric_asc_with_match 2.00789 2.00789 0 ops/s
Max Throughput sort_numeric_asc_with_match 2.00981 2.00983 2e-05 ops/s
50th percentile latency sort_numeric_asc_with_match 3.64606 3.21407 -0.43199 ms
90th percentile latency sort_numeric_asc_with_match 4.02773 3.77218 -0.25555 ms
99th percentile latency sort_numeric_asc_with_match 4.26578 3.94341 -0.32237 ms
100th percentile latency sort_numeric_asc_with_match 4.37364 3.95531 -0.41833 ms
50th percentile service time sort_numeric_asc_with_match 2.32273 2.19774 -0.12499 ms
90th percentile service time sort_numeric_asc_with_match 2.37917 2.3163 -0.06286 ms
99th percentile service time sort_numeric_asc_with_match 2.46591 2.51312 0.04721 ms
100th percentile service time sort_numeric_asc_with_match 2.48087 2.51536 0.03448 ms
error rate sort_numeric_asc_with_match 0 0 0 %
Min Throughput range_field_conjunction_big_range_big_term_query 2.00657 2.00658 2e-05 ops/s
Mean Throughput range_field_conjunction_big_range_big_term_query 2.00796 2.00798 2e-05 ops/s
Median Throughput range_field_conjunction_big_range_big_term_query 2.00785 2.00788 2e-05 ops/s
Max Throughput range_field_conjunction_big_range_big_term_query 2.00979 2.00981 3e-05 ops/s
50th percentile latency range_field_conjunction_big_range_big_term_query 3.53692 3.69677 0.15985 ms
90th percentile latency range_field_conjunction_big_range_big_term_query 3.93909 4.10195 0.16286 ms
99th percentile latency range_field_conjunction_big_range_big_term_query 4.05137 4.21794 0.16658 ms
100th percentile latency range_field_conjunction_big_range_big_term_query 4.06354 4.22568 0.16214 ms
50th percentile service time range_field_conjunction_big_range_big_term_query 2.24114 2.41492 0.17378 ms
90th percentile service time range_field_conjunction_big_range_big_term_query 2.31131 2.49505 0.18374 ms
99th percentile service time range_field_conjunction_big_range_big_term_query 2.4313 2.5387 0.1074 ms
100th percentile service time range_field_conjunction_big_range_big_term_query 2.47589 2.53919 0.0633 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.00656 2.00654 -2e-05 ops/s
Mean Throughput range_field_disjunction_big_range_small_term_query 2.00796 2.00793 -3e-05 ops/s
Median Throughput range_field_disjunction_big_range_small_term_query 2.00785 2.00782 -3e-05 ops/s
Max Throughput range_field_disjunction_big_range_small_term_query 2.00978 2.00973 -5e-05 ops/s
50th percentile latency range_field_disjunction_big_range_small_term_query 3.65654 3.73877 0.08223 ms
90th percentile latency range_field_disjunction_big_range_small_term_query 4.06186 4.18159 0.11973 ms
99th percentile latency range_field_disjunction_big_range_small_term_query 4.14794 4.27515 0.1272 ms
100th percentile latency range_field_disjunction_big_range_small_term_query 4.15108 4.30241 0.15133 ms
50th percentile service time range_field_disjunction_big_range_small_term_query 2.35874 2.44897 0.09023 ms
90th percentile service time range_field_disjunction_big_range_small_term_query 2.41239 2.53083 0.11844 ms
99th percentile service time range_field_disjunction_big_range_small_term_query 2.4668 2.73687 0.27008 ms
100th percentile service time range_field_disjunction_big_range_small_term_query 2.48573 2.77666 0.29093 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.00659 2.0066 1e-05 ops/s
Mean Throughput range_field_conjunction_small_range_small_term_query 2.00801 2.00801 0 ops/s
Median Throughput range_field_conjunction_small_range_small_term_query 2.0079 2.0079 0 ops/s
Max Throughput range_field_conjunction_small_range_small_term_query 2.00984 2.00983 -1e-05 ops/s
50th percentile latency range_field_conjunction_small_range_small_term_query 3.48873 3.05794 -0.4308 ms
90th percentile latency range_field_conjunction_small_range_small_term_query 3.9174 3.85159 -0.06581 ms
99th percentile latency range_field_conjunction_small_range_small_term_query 4.08209 3.96722 -0.11486 ms
100th percentile latency range_field_conjunction_small_range_small_term_query 4.08923 4.00052 -0.08872 ms
50th percentile service time range_field_conjunction_small_range_small_term_query 2.2487 2.0713 -0.17741 ms
90th percentile service time range_field_conjunction_small_range_small_term_query 2.30502 2.13888 -0.16613 ms
99th percentile service time range_field_conjunction_small_range_small_term_query 2.34503 2.35621 0.01118 ms
100th percentile service time range_field_conjunction_small_range_small_term_query 2.3512 2.49854 0.14734 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.00659 2.0066 1e-05 ops/s
Mean Throughput range_field_conjunction_small_range_big_term_query 2.008 2.00801 1e-05 ops/s
Median Throughput range_field_conjunction_small_range_big_term_query 2.00789 2.0079 1e-05 ops/s
Max Throughput range_field_conjunction_small_range_big_term_query 2.00981 2.00983 1e-05 ops/s
50th percentile latency range_field_conjunction_small_range_big_term_query 3.48531 3.18168 -0.30363 ms
90th percentile latency range_field_conjunction_small_range_big_term_query 3.84923 3.60807 -0.24115 ms
99th percentile latency range_field_conjunction_small_range_big_term_query 3.99225 3.745 -0.24725 ms
100th percentile latency range_field_conjunction_small_range_big_term_query 4.0245 3.76353 -0.26097 ms
50th percentile service time range_field_conjunction_small_range_big_term_query 2.15999 1.94405 -0.21595 ms
90th percentile service time range_field_conjunction_small_range_big_term_query 2.20384 2.02572 -0.17812 ms
99th percentile service time range_field_conjunction_small_range_big_term_query 2.23366 2.18574 -0.04792 ms
100th percentile service time range_field_conjunction_small_range_big_term_query 2.24348 2.18889 -0.05459 ms
error rate range_field_conjunction_small_range_big_term_query 0 0 0 %
Min Throughput range-auto-date-histo 0.252522 0.260751 0.00823 ops/s
Mean Throughput range-auto-date-histo 0.252569 0.261042 0.00847 ops/s
Median Throughput range-auto-date-histo 0.25257 0.261055 0.00849 ops/s
Max Throughput range-auto-date-histo 0.252628 0.261308 0.00868 ops/s
50th percentile latency range-auto-date-histo 866475 834035 -32440.2 ms
90th percentile latency range-auto-date-histo 1.00474e+06 966346 -38394.3 ms
99th percentile latency range-auto-date-histo 1.03578e+06 996047 -39734.4 ms
100th percentile latency range-auto-date-histo 1.03749e+06 997694 -39792.1 ms
50th percentile service time range-auto-date-histo 3948.45 3796.95 -151.506 ms
90th percentile service time range-auto-date-histo 4005.63 3867.39 -138.239 ms
99th percentile service time range-auto-date-histo 4050.33 4034.64 -15.6876 ms
100th percentile service time range-auto-date-histo 4057 4062.9 5.89941 ms
error rate range-auto-date-histo 0 0 0 %
Min Throughput range-auto-date-histo-with-metrics 0.0979264 0.0969845 -0.00094 ops/s
Mean Throughput range-auto-date-histo-with-metrics 0.0980426 0.0970002 -0.00104 ops/s
Median Throughput range-auto-date-histo-with-metrics 0.0980559 0.0969987 -0.00106 ops/s
Max Throughput range-auto-date-histo-with-metrics 0.0981164 0.0970204 -0.0011 ops/s
50th percentile latency range-auto-date-histo-with-metrics 2.42644e+06 2.45733e+06 30895 ms
90th percentile latency range-auto-date-histo-with-metrics 2.81877e+06 2.84988e+06 31107 ms
99th percentile latency range-auto-date-histo-with-metrics 2.90707e+06 2.93848e+06 31410.5 ms
100th percentile latency range-auto-date-histo-with-metrics 2.91198e+06 2.94339e+06 31405.8 ms
50th percentile service time range-auto-date-histo-with-metrics 10246.5 10301.6 55.1045 ms
90th percentile service time range-auto-date-histo-with-metrics 10356.3 10430.6 74.2729 ms
99th percentile service time range-auto-date-histo-with-metrics 10415.3 10533.7 118.398 ms
100th percentile service time range-auto-date-histo-with-metrics 10417.5 10534.5 116.995 ms
error rate range-auto-date-histo-with-metrics 0 0 0 %
Min Throughput range-agg-1 2.00659 2.00659 0 ops/s
Mean Throughput range-agg-1 2.008 2.008 -0 ops/s
Median Throughput range-agg-1 2.00789 2.00789 -0 ops/s
Max Throughput range-agg-1 2.00982 2.00982 0 ops/s
50th percentile latency range-agg-1 3.82614 3.58486 -0.24128 ms
90th percentile latency range-agg-1 4.21744 3.95094 -0.2665 ms
99th percentile latency range-agg-1 4.34772 4.10526 -0.24245 ms
100th percentile latency range-agg-1 4.38338 4.15804 -0.22535 ms
50th percentile service time range-agg-1 2.53806 2.25875 -0.27931 ms
90th percentile service time range-agg-1 2.61587 2.38419 -0.23167 ms
99th percentile service time range-agg-1 2.71727 2.46149 -0.25577 ms
100th percentile service time range-agg-1 2.72758 2.47148 -0.25611 ms
error rate range-agg-1 0 0 0 %
Min Throughput range-agg-2 2.00659 2.0066 1e-05 ops/s
Mean Throughput range-agg-2 2.00798 2.008 2e-05 ops/s
Median Throughput range-agg-2 2.00788 2.0079 2e-05 ops/s
Max Throughput range-agg-2 2.0098 2.00983 3e-05 ops/s
50th percentile latency range-agg-2 4.21618 3.55107 -0.66511 ms
90th percentile latency range-agg-2 4.5971 3.96409 -0.63301 ms
99th percentile latency range-agg-2 5.49177 4.16161 -1.33016 ms
100th percentile latency range-agg-2 6.24758 4.25366 -1.99392 ms
50th percentile service time range-agg-2 2.86875 2.22191 -0.64685 ms
90th percentile service time range-agg-2 2.93294 2.32285 -0.61008 ms
99th percentile service time range-agg-2 3.85848 2.43525 -1.42323 ms
100th percentile service time range-agg-2 4.72362 2.44236 -2.28126 ms
error rate range-agg-2 0 0 0 %
Min Throughput cardinality-agg-low 2.00632 2.00625 -7e-05 ops/s
Mean Throughput cardinality-agg-low 2.00768 2.00758 -9e-05 ops/s
Median Throughput cardinality-agg-low 2.00758 2.00748 -9e-05 ops/s
Max Throughput cardinality-agg-low 2.00942 2.00932 -0.00011 ops/s
50th percentile latency cardinality-agg-low 4.86164 4.82295 -0.03869 ms
90th percentile latency cardinality-agg-low 5.28942 5.38565 0.09622 ms
99th percentile latency cardinality-agg-low 5.73761 5.6708 -0.06681 ms
100th percentile latency cardinality-agg-low 5.7551 5.67429 -0.0808 ms
50th percentile service time cardinality-agg-low 3.44757 3.39357 -0.054 ms
90th percentile service time cardinality-agg-low 4.00578 3.82308 -0.18271 ms
99th percentile service time cardinality-agg-low 4.12785 3.98889 -0.13895 ms
100th percentile service time cardinality-agg-low 4.14045 4.03498 -0.10547 ms
error rate cardinality-agg-low 0 0 0 %
Min Throughput cardinality-agg-high 0.829163 0.855589 0.02643 ops/s
Mean Throughput cardinality-agg-high 0.829904 0.856999 0.02709 ops/s
Median Throughput cardinality-agg-high 0.829887 0.857152 0.02727 ops/s
Max Throughput cardinality-agg-high 0.830576 0.8579 0.02732 ops/s
50th percentile latency cardinality-agg-high 176839 167476 -9363.34 ms
90th percentile latency cardinality-agg-high 205360 194026 -11334.1 ms
99th percentile latency cardinality-agg-high 211732 200088 -11644.8 ms
100th percentile latency cardinality-agg-high 212076 200432 -11643.8 ms
50th percentile service time cardinality-agg-high 1188.15 1147.79 -40.3509 ms
90th percentile service time cardinality-agg-high 1260.87 1203.22 -57.644 ms
99th percentile service time cardinality-agg-high 1382.18 1285.28 -96.8973 ms
100th percentile service time cardinality-agg-high 1444.37 1325.93 -118.446 ms
error rate cardinality-agg-high 0 0 0 %
Min Throughput cardinality-agg-very-high 0.0327387 0.0327474 1e-05 ops/s
Mean Throughput cardinality-agg-very-high 0.0327906 0.0328191 3e-05 ops/s
Median Throughput cardinality-agg-very-high 0.032797 0.0328022 1e-05 ops/s
Max Throughput cardinality-agg-very-high 0.0328129 0.0330534 0.00024 ops/s
50th percentile latency cardinality-agg-very-high 3.01697e+06 3.01589e+06 -1076.25 ms
90th percentile latency cardinality-agg-very-high 4.21474e+06 4.22127e+06 6532.25 ms
99th percentile latency cardinality-agg-very-high 4.4843e+06 4.49078e+06 6482.75 ms
100th percentile latency cardinality-agg-very-high 4.5003e+06 4.50577e+06 5470.5 ms
50th percentile service time cardinality-agg-very-high 30349.3 30524.3 175.027 ms
90th percentile service time cardinality-agg-very-high 30571.3 30850.6 279.325 ms
99th percentile service time cardinality-agg-very-high 33047.9 36124.3 3076.42 ms
100th percentile service time cardinality-agg-very-high 33142.6 37748.4 4605.82 ms
error rate cardinality-agg-very-high 0 0 0 %

@prudhvigodithi
Copy link
Member Author

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

Copy link
Contributor

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

@opensearch-ci-bot
Copy link
Collaborator

Benchmark Results

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

Metric Task Value Unit
Cumulative indexing time of primary shards 0 min
Min cumulative indexing time across primary shards 0 min
Median cumulative indexing time across primary shards 0 min
Max cumulative indexing time across primary shards 0 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 0 min
Cumulative merge count of primary shards 0
Min cumulative merge time across primary shards 0 min
Median cumulative merge time across primary shards 0 min
Max cumulative merge time across primary shards 0 min
Cumulative merge throttle time of primary shards 0 min
Min cumulative merge throttle time across primary shards 0 min
Median cumulative merge throttle time across primary shards 0 min
Max cumulative merge throttle time across primary shards 0 min
Cumulative refresh time of primary shards 0 min
Cumulative refresh count of primary shards 32
Min cumulative refresh time across primary shards 0 min
Median cumulative refresh time across primary shards 0 min
Max cumulative refresh time across primary shards 0 min
Cumulative flush time of primary shards 0 min
Cumulative flush count of primary shards 8
Min cumulative flush time across primary shards 0 min
Median cumulative flush time across primary shards 0 min
Max cumulative flush time across primary shards 0 min
Total Young Gen GC time 2.593 s
Total Young Gen GC count 68
Total Old Gen GC time 0 s
Total Old Gen GC count 0
Store size 15.3962 GB
Translog size 4.09782e-07 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 74
Min Throughput wait-for-snapshot-recovery 4.16831e+07 byte/s
Mean Throughput wait-for-snapshot-recovery 4.16831e+07 byte/s
Median Throughput wait-for-snapshot-recovery 4.16831e+07 byte/s
Max Throughput wait-for-snapshot-recovery 4.16831e+07 byte/s
100th percentile latency wait-for-snapshot-recovery 391883 ms
100th percentile service time wait-for-snapshot-recovery 391883 ms
error rate wait-for-snapshot-recovery 0 %
Min Throughput default 8 ops/s
Mean Throughput default 8 ops/s
Median Throughput default 8 ops/s
Max Throughput default 8 ops/s
50th percentile latency default 4.63655 ms
90th percentile latency default 5.11459 ms
99th percentile latency default 6.25291 ms
100th percentile latency default 7.04013 ms
50th percentile service time default 3.73221 ms
90th percentile service time default 3.92803 ms
99th percentile service time default 5.25649 ms
100th percentile service time default 5.73333 ms
error rate default 0 %
Min Throughput term 49.89 ops/s
Mean Throughput term 49.89 ops/s
Median Throughput term 49.89 ops/s
Max Throughput term 49.9 ops/s
50th percentile latency term 4.2368 ms
90th percentile latency term 4.76679 ms
99th percentile latency term 5.50804 ms
100th percentile latency term 5.64713 ms
50th percentile service time term 3.49166 ms
90th percentile service time term 3.93855 ms
99th percentile service time term 4.51218 ms
100th percentile service time term 4.53252 ms
error rate term 0 %
Min Throughput range 1 ops/s
Mean Throughput range 1.01 ops/s
Median Throughput range 1.01 ops/s
Max Throughput range 1.01 ops/s
50th percentile latency range 5.71619 ms
90th percentile latency range 6.24061 ms
99th percentile latency range 6.75257 ms
100th percentile latency range 7.03812 ms
50th percentile service time range 4.00832 ms
90th percentile service time range 4.21384 ms
99th percentile service time range 5.0051 ms
100th percentile service time range 5.30063 ms
error rate range 0 %
Min Throughput 200s-in-range 32.92 ops/s
Mean Throughput 200s-in-range 32.93 ops/s
Median Throughput 200s-in-range 32.93 ops/s
Max Throughput 200s-in-range 32.93 ops/s
50th percentile latency 200s-in-range 5.24395 ms
90th percentile latency 200s-in-range 6.28269 ms
99th percentile latency 200s-in-range 8.54527 ms
100th percentile latency 200s-in-range 10.3294 ms
50th percentile service time 200s-in-range 4.14462 ms
90th percentile service time 200s-in-range 4.54405 ms
99th percentile service time 200s-in-range 6.71515 ms
100th percentile service time 200s-in-range 8.37709 ms
error rate 200s-in-range 0 %
Min Throughput 400s-in-range 50.03 ops/s
Mean Throughput 400s-in-range 50.04 ops/s
Median Throughput 400s-in-range 50.04 ops/s
Max Throughput 400s-in-range 50.04 ops/s
50th percentile latency 400s-in-range 3.69709 ms
90th percentile latency 400s-in-range 4.12677 ms
99th percentile latency 400s-in-range 4.39887 ms
100th percentile latency 400s-in-range 4.43784 ms
50th percentile service time 400s-in-range 2.94163 ms
90th percentile service time 400s-in-range 3.22252 ms
99th percentile service time 400s-in-range 3.40074 ms
100th percentile service time 400s-in-range 3.4063 ms
error rate 400s-in-range 0 %
Min Throughput hourly_agg 0.2 ops/s
Mean Throughput hourly_agg 0.2 ops/s
Median Throughput hourly_agg 0.2 ops/s
Max Throughput hourly_agg 0.2 ops/s
50th percentile latency hourly_agg 18.0011 ms
90th percentile latency hourly_agg 19.3184 ms
99th percentile latency hourly_agg 20.8063 ms
100th percentile latency hourly_agg 20.9215 ms
50th percentile service time hourly_agg 12.4693 ms
90th percentile service time hourly_agg 13.3816 ms
99th percentile service time hourly_agg 15.1027 ms
100th percentile service time hourly_agg 15.1305 ms
error rate hourly_agg 0 %
Min Throughput multi_term_agg 0.15 ops/s
Mean Throughput multi_term_agg 0.15 ops/s
Median Throughput multi_term_agg 0.15 ops/s
Max Throughput multi_term_agg 0.15 ops/s
50th percentile latency multi_term_agg 182308 ms
90th percentile latency multi_term_agg 251006 ms
99th percentile latency multi_term_agg 266120 ms
100th percentile latency multi_term_agg 266998 ms
50th percentile service time multi_term_agg 6702.76 ms
90th percentile service time multi_term_agg 6786.39 ms
99th percentile service time multi_term_agg 7314.87 ms
100th percentile service time multi_term_agg 7374.11 ms
error rate multi_term_agg 0 %
Min Throughput scroll 25.04 pages/s
Mean Throughput scroll 25.07 pages/s
Median Throughput scroll 25.06 pages/s
Max Throughput scroll 25.12 pages/s
50th percentile latency scroll 231.841 ms
90th percentile latency scroll 236.795 ms
99th percentile latency scroll 261.808 ms
100th percentile latency scroll 330.123 ms
50th percentile service time scroll 230.022 ms
90th percentile service time scroll 234.795 ms
99th percentile service time scroll 260.394 ms
100th percentile service time scroll 328.196 ms
error rate scroll 0 %
Min Throughput desc_sort_size 0.5 ops/s
Mean Throughput desc_sort_size 0.5 ops/s
Median Throughput desc_sort_size 0.5 ops/s
Max Throughput desc_sort_size 0.5 ops/s
50th percentile latency desc_sort_size 12.9046 ms
90th percentile latency desc_sort_size 13.8499 ms
99th percentile latency desc_sort_size 15.8694 ms
100th percentile latency desc_sort_size 17.0824 ms
50th percentile service time desc_sort_size 10.0927 ms
90th percentile service time desc_sort_size 11.1563 ms
99th percentile service time desc_sort_size 13.1 ms
100th percentile service time desc_sort_size 14.3002 ms
error rate desc_sort_size 0 %
Min Throughput asc_sort_size 0.5 ops/s
Mean Throughput asc_sort_size 0.5 ops/s
Median Throughput asc_sort_size 0.5 ops/s
Max Throughput asc_sort_size 0.5 ops/s
50th percentile latency asc_sort_size 14.219 ms
90th percentile latency asc_sort_size 15.4164 ms
99th percentile latency asc_sort_size 33.9419 ms
100th percentile latency asc_sort_size 51.0634 ms
50th percentile service time asc_sort_size 11.6738 ms
90th percentile service time asc_sort_size 12.6365 ms
99th percentile service time asc_sort_size 31.5564 ms
100th percentile service time asc_sort_size 49.1591 ms
error rate asc_sort_size 0 %
Min Throughput desc_sort_timestamp 0.5 ops/s
Mean Throughput desc_sort_timestamp 0.5 ops/s
Median Throughput desc_sort_timestamp 0.5 ops/s
Max Throughput desc_sort_timestamp 0.5 ops/s
50th percentile latency desc_sort_timestamp 16.5879 ms
90th percentile latency desc_sort_timestamp 18.1848 ms
99th percentile latency desc_sort_timestamp 21.7049 ms
100th percentile latency desc_sort_timestamp 22.3462 ms
50th percentile service time desc_sort_timestamp 13.9636 ms
90th percentile service time desc_sort_timestamp 15.1804 ms
99th percentile service time desc_sort_timestamp 18.4898 ms
100th percentile service time desc_sort_timestamp 19.0431 ms
error rate desc_sort_timestamp 0 %
Min Throughput asc_sort_timestamp 0.5 ops/s
Mean Throughput asc_sort_timestamp 0.5 ops/s
Median Throughput asc_sort_timestamp 0.5 ops/s
Max Throughput asc_sort_timestamp 0.5 ops/s
50th percentile latency asc_sort_timestamp 11.8067 ms
90th percentile latency asc_sort_timestamp 12.624 ms
99th percentile latency asc_sort_timestamp 13.9055 ms
100th percentile latency asc_sort_timestamp 14.3298 ms
50th percentile service time asc_sort_timestamp 9.28655 ms
90th percentile service time asc_sort_timestamp 9.82399 ms
99th percentile service time asc_sort_timestamp 10.944 ms
100th percentile service time asc_sort_timestamp 11.3381 ms
error rate asc_sort_timestamp 0 %
Min Throughput desc_sort_with_after_timestamp 0.5 ops/s
Mean Throughput desc_sort_with_after_timestamp 0.51 ops/s
Median Throughput desc_sort_with_after_timestamp 0.5 ops/s
Max Throughput desc_sort_with_after_timestamp 0.53 ops/s
50th percentile latency desc_sort_with_after_timestamp 832.703 ms
90th percentile latency desc_sort_with_after_timestamp 860.078 ms
99th percentile latency desc_sort_with_after_timestamp 904.729 ms
100th percentile latency desc_sort_with_after_timestamp 911.392 ms
50th percentile service time desc_sort_with_after_timestamp 830.639 ms
90th percentile service time desc_sort_with_after_timestamp 858.232 ms
99th percentile service time desc_sort_with_after_timestamp 902.943 ms
100th percentile service time desc_sort_with_after_timestamp 909.817 ms
error rate desc_sort_with_after_timestamp 0 %
Min Throughput asc_sort_with_after_timestamp 0.5 ops/s
Mean Throughput asc_sort_with_after_timestamp 0.51 ops/s
Median Throughput asc_sort_with_after_timestamp 0.51 ops/s
Max Throughput asc_sort_with_after_timestamp 0.55 ops/s
50th percentile latency asc_sort_with_after_timestamp 97.2397 ms
90th percentile latency asc_sort_with_after_timestamp 99.3183 ms
99th percentile latency asc_sort_with_after_timestamp 103.339 ms
100th percentile latency asc_sort_with_after_timestamp 103.461 ms
50th percentile service time asc_sort_with_after_timestamp 94.0303 ms
90th percentile service time asc_sort_with_after_timestamp 96.6116 ms
99th percentile service time asc_sort_with_after_timestamp 99.7751 ms
100th percentile service time asc_sort_with_after_timestamp 100.344 ms
error rate asc_sort_with_after_timestamp 0 %

@opensearch-ci-bot
Copy link
Collaborator

Benchmark Baseline Comparison Results

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

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 1.66667e-05 0 -2e-05 min
Cumulative refresh count of primary shards 32 32 0
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 1.66667e-05 0 -2e-05 min
Cumulative flush time of primary shards 0 0 0 min
Cumulative flush count of primary shards 8 8 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 2.495 2.593 0.098 s
Total Young Gen GC count 69 68 -1
Total Old Gen GC time 0 0 0 s
Total Old Gen GC count 0 0 0
Store size 15.3962 15.3962 0 GB
Translog size 4.09782e-07 4.09782e-07 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 74 74 0
Min Throughput wait-for-snapshot-recovery 4.18407e+07 4.16831e+07 -157616 byte/s
Mean Throughput wait-for-snapshot-recovery 4.18407e+07 4.16831e+07 -157616 byte/s
Median Throughput wait-for-snapshot-recovery 4.18407e+07 4.16831e+07 -157616 byte/s
Max Throughput wait-for-snapshot-recovery 4.18407e+07 4.16831e+07 -157616 byte/s
100th percentile latency wait-for-snapshot-recovery 389859 391883 2024.12 ms
100th percentile service time wait-for-snapshot-recovery 389859 391883 2024.12 ms
error rate wait-for-snapshot-recovery 0 0 0 %
Min Throughput default 8.00073 8.00046 -0.00027 ops/s
Mean Throughput default 8.00083 8.00054 -0.0003 ops/s
Median Throughput default 8.00085 8.00052 -0.00033 ops/s
Max Throughput default 8.00094 8.00066 -0.00028 ops/s
50th percentile latency default 4.69121 4.63655 -0.05466 ms
90th percentile latency default 5.23479 5.11459 -0.1202 ms
99th percentile latency default 5.73873 6.25291 0.51417 ms
100th percentile latency default 5.86285 7.04013 1.17727 ms
50th percentile service time default 3.77805 3.73221 -0.04584 ms
90th percentile service time default 4.03675 3.92803 -0.10872 ms
99th percentile service time default 4.95584 5.25649 0.30065 ms
100th percentile service time default 4.96747 5.73333 0.76586 ms
error rate default 0 0 0 %
Min Throughput term 49.7882 49.8874 0.09917 ops/s
Mean Throughput term 49.7963 49.8921 0.09575 ops/s
Median Throughput term 49.7963 49.8921 0.09575 ops/s
Max Throughput term 49.8045 49.8968 0.09233 ops/s
50th percentile latency term 3.48234 4.2368 0.75445 ms
90th percentile latency term 4.03451 4.76679 0.73228 ms
99th percentile latency term 4.44135 5.50804 1.06669 ms
100th percentile latency term 4.49934 5.64713 1.14779 ms
50th percentile service time term 2.77313 3.49166 0.71853 ms
90th percentile service time term 3.01623 3.93855 0.92232 ms
99th percentile service time term 3.40012 4.51218 1.11206 ms
100th percentile service time term 3.43915 4.53252 1.09337 ms
error rate term 0 0 0 %
Min Throughput range 1.00476 1.0048 4e-05 ops/s
Mean Throughput range 1.00659 1.00665 6e-05 ops/s
Median Throughput range 1.00634 1.0064 6e-05 ops/s
Max Throughput range 1.00948 1.00957 9e-05 ops/s
50th percentile latency range 5.53648 5.71619 0.17971 ms
90th percentile latency range 6.11547 6.24061 0.12514 ms
99th percentile latency range 6.62131 6.75257 0.13126 ms
100th percentile latency range 6.71003 7.03812 0.32809 ms
50th percentile service time range 3.72815 4.00832 0.28016 ms
90th percentile service time range 4.06646 4.21384 0.14738 ms
99th percentile service time range 4.7526 5.0051 0.2525 ms
100th percentile service time range 4.82999 5.30063 0.47064 ms
error rate range 0 0 0 %
Min Throughput 200s-in-range 32.939 32.9241 -0.01488 ops/s
Mean Throughput 200s-in-range 32.9418 32.9276 -0.01423 ops/s
Median Throughput 200s-in-range 32.941 32.9277 -0.01322 ops/s
Max Throughput 200s-in-range 32.9454 32.9308 -0.0146 ops/s
50th percentile latency 200s-in-range 5.02571 5.24395 0.21824 ms
90th percentile latency 200s-in-range 5.8172 6.28269 0.46549 ms
99th percentile latency 200s-in-range 6.46812 8.54527 2.07715 ms
100th percentile latency 200s-in-range 6.74483 10.3294 3.58456 ms
50th percentile service time 200s-in-range 3.77981 4.14462 0.36482 ms
90th percentile service time 200s-in-range 4.04585 4.54405 0.4982 ms
99th percentile service time 200s-in-range 4.67006 6.71515 2.04509 ms
100th percentile service time 200s-in-range 4.80844 8.37709 3.56865 ms
error rate 200s-in-range 0 0 0 %
Min Throughput 400s-in-range 50.0087 50.0341 0.02539 ops/s
Mean Throughput 400s-in-range 50.0097 50.0351 0.02537 ops/s
Median Throughput 400s-in-range 50.0097 50.0351 0.02537 ops/s
Max Throughput 400s-in-range 50.0107 50.0361 0.02534 ops/s
50th percentile latency 400s-in-range 3.16579 3.69709 0.5313 ms
90th percentile latency 400s-in-range 4.04811 4.12677 0.07866 ms
99th percentile latency 400s-in-range 4.76707 4.39887 -0.3682 ms
100th percentile latency 400s-in-range 4.82926 4.43784 -0.39142 ms
50th percentile service time 400s-in-range 2.55263 2.94163 0.389 ms
90th percentile service time 400s-in-range 2.68072 3.22252 0.54181 ms
99th percentile service time 400s-in-range 2.85833 3.40074 0.54241 ms
100th percentile service time 400s-in-range 2.9359 3.4063 0.4704 ms
error rate 400s-in-range 0 0 0 %
Min Throughput hourly_agg 0.201303 0.201296 -1e-05 ops/s
Mean Throughput hourly_agg 0.202144 0.202134 -1e-05 ops/s
Median Throughput hourly_agg 0.20195 0.20194 -1e-05 ops/s
Max Throughput hourly_agg 0.203881 0.20386 -2e-05 ops/s
50th percentile latency hourly_agg 18.006 18.0011 -0.00489 ms
90th percentile latency hourly_agg 19.9437 19.3184 -0.62539 ms
99th percentile latency hourly_agg 21.1993 20.8063 -0.39294 ms
100th percentile latency hourly_agg 21.626 20.9215 -0.70451 ms
50th percentile service time hourly_agg 12.8554 12.4693 -0.38606 ms
90th percentile service time hourly_agg 14.3266 13.3816 -0.94498 ms
99th percentile service time hourly_agg 15.2552 15.1027 -0.15252 ms
100th percentile service time hourly_agg 15.5427 15.1305 -0.4122 ms
error rate hourly_agg 0 0 0 %
Min Throughput multi_term_agg 0.155354 0.146913 -0.00844 ops/s
Mean Throughput multi_term_agg 0.155858 0.1477 -0.00816 ops/s
Median Throughput multi_term_agg 0.155922 0.147737 -0.00818 ops/s
Max Throughput multi_term_agg 0.156131 0.148162 -0.00797 ops/s
50th percentile latency multi_term_agg 146286 182308 36021.3 ms
90th percentile latency multi_term_agg 201860 251006 49146.3 ms
99th percentile latency multi_term_agg 214313 266120 51806.6 ms
100th percentile latency multi_term_agg 214993 266998 52005.5 ms
50th percentile service time multi_term_agg 6379.16 6702.76 323.604 ms
90th percentile service time multi_term_agg 6445.65 6786.39 340.745 ms
99th percentile service time multi_term_agg 6561.38 7314.87 753.499 ms
100th percentile service time multi_term_agg 6617.04 7374.11 757.064 ms
error rate multi_term_agg 0 0 0 %
Min Throughput scroll 25.0411 25.042 0.00087 pages/s
Mean Throughput scroll 25.0677 25.0691 0.00138 pages/s
Median Throughput scroll 25.0616 25.0629 0.00128 pages/s
Max Throughput scroll 25.1225 25.125 0.00251 pages/s
50th percentile latency scroll 237.607 231.841 -5.76528 ms
90th percentile latency scroll 243.385 236.795 -6.59042 ms
99th percentile latency scroll 299.459 261.808 -37.6514 ms
100th percentile latency scroll 329.893 330.123 0.23001 ms
50th percentile service time scroll 235.841 230.022 -5.81895 ms
90th percentile service time scroll 241.454 234.795 -6.65929 ms
99th percentile service time scroll 297.362 260.394 -36.9674 ms
100th percentile service time scroll 328.052 328.196 0.14417 ms
error rate scroll 0 0 0 %
Min Throughput desc_sort_size 0.501572 0.501537 -4e-05 ops/s
Mean Throughput desc_sort_size 0.501911 0.501868 -4e-05 ops/s
Median Throughput desc_sort_size 0.501884 0.501842 -4e-05 ops/s
Max Throughput desc_sort_size 0.502353 0.502301 -5e-05 ops/s
50th percentile latency desc_sort_size 9.08849 12.9046 3.81608 ms
90th percentile latency desc_sort_size 9.81241 13.8499 4.03746 ms
99th percentile latency desc_sort_size 13.3585 15.8694 2.51094 ms
100th percentile latency desc_sort_size 13.4087 17.0824 3.67366 ms
50th percentile service time desc_sort_size 6.308 10.0927 3.78466 ms
90th percentile service time desc_sort_size 6.86708 11.1563 4.28926 ms
99th percentile service time desc_sort_size 11.4776 13.1 1.62238 ms
100th percentile service time desc_sort_size 12.0384 14.3002 2.26188 ms
error rate desc_sort_size 0 0 0 %
Min Throughput asc_sort_size 0.501662 0.501624 -4e-05 ops/s
Mean Throughput asc_sort_size 0.502019 0.501973 -5e-05 ops/s
Median Throughput asc_sort_size 0.501992 0.501946 -5e-05 ops/s
Max Throughput asc_sort_size 0.502486 0.502429 -6e-05 ops/s
50th percentile latency asc_sort_size 6.19589 14.219 8.02313 ms
90th percentile latency asc_sort_size 6.85055 15.4164 8.56583 ms
99th percentile latency asc_sort_size 7.17948 33.9419 26.7624 ms
100th percentile latency asc_sort_size 7.2495 51.0634 43.8139 ms
50th percentile service time asc_sort_size 3.52331 11.6738 8.1505 ms
90th percentile service time asc_sort_size 3.80143 12.6365 8.83504 ms
99th percentile service time asc_sort_size 4.02365 31.5564 27.5328 ms
100th percentile service time asc_sort_size 4.0677 49.1591 45.0914 ms
error rate asc_sort_size 0 0 0 %
Min Throughput desc_sort_timestamp 0.501602 0.501583 -2e-05 ops/s
Mean Throughput desc_sort_timestamp 0.501946 0.501923 -2e-05 ops/s
Median Throughput desc_sort_timestamp 0.50192 0.501897 -2e-05 ops/s
Max Throughput desc_sort_timestamp 0.502397 0.502369 -3e-05 ops/s
50th percentile latency desc_sort_timestamp 15.9401 16.5879 0.64785 ms
90th percentile latency desc_sort_timestamp 17.102 18.1848 1.08285 ms
99th percentile latency desc_sort_timestamp 18.6891 21.7049 3.01583 ms
100th percentile latency desc_sort_timestamp 18.7297 22.3462 3.61652 ms
50th percentile service time desc_sort_timestamp 13.3388 13.9636 0.62474 ms
90th percentile service time desc_sort_timestamp 14.3075 15.1804 0.87295 ms
99th percentile service time desc_sort_timestamp 15.7957 18.4898 2.69409 ms
100th percentile service time desc_sort_timestamp 16.1675 19.0431 2.87557 ms
error rate desc_sort_timestamp 0 0 0 %
Min Throughput asc_sort_timestamp 0.501636 0.501649 1e-05 ops/s
Mean Throughput asc_sort_timestamp 0.501987 0.502004 2e-05 ops/s
Median Throughput asc_sort_timestamp 0.501961 0.501977 2e-05 ops/s
Max Throughput asc_sort_timestamp 0.502447 0.502468 2e-05 ops/s
50th percentile latency asc_sort_timestamp 28.9025 11.8067 -17.0957 ms
90th percentile latency asc_sort_timestamp 32.2737 12.624 -19.6498 ms
99th percentile latency asc_sort_timestamp 32.6775 13.9055 -18.772 ms
100th percentile latency asc_sort_timestamp 32.6844 14.3298 -18.3546 ms
50th percentile service time asc_sort_timestamp 26.5206 9.28655 -17.234 ms
90th percentile service time asc_sort_timestamp 29.7526 9.82399 -19.9287 ms
99th percentile service time asc_sort_timestamp 30.0171 10.944 -19.073 ms
100th percentile service time asc_sort_timestamp 30.1213 11.3381 -18.7831 ms
error rate asc_sort_timestamp 0 0 0 %
Min Throughput desc_sort_with_after_timestamp 0.502223 0.502398 0.00017 ops/s
Mean Throughput desc_sort_with_after_timestamp 0.505835 0.506301 0.00047 ops/s
Median Throughput desc_sort_with_after_timestamp 0.504058 0.504378 0.00032 ops/s
Max Throughput desc_sort_with_after_timestamp 0.523151 0.525064 0.00191 ops/s
50th percentile latency desc_sort_with_after_timestamp 946.066 832.703 -113.363 ms
90th percentile latency desc_sort_with_after_timestamp 985.519 860.078 -125.441 ms
99th percentile latency desc_sort_with_after_timestamp 1024 904.729 -119.268 ms
100th percentile latency desc_sort_with_after_timestamp 1038.93 911.392 -127.535 ms
50th percentile service time desc_sort_with_after_timestamp 944.186 830.639 -113.547 ms
90th percentile service time desc_sort_with_after_timestamp 983.893 858.232 -125.661 ms
99th percentile service time desc_sort_with_after_timestamp 1022.45 902.943 -119.511 ms
100th percentile service time desc_sort_with_after_timestamp 1037.32 909.817 -127.505 ms
error rate desc_sort_with_after_timestamp 0 0 0 %
Min Throughput asc_sort_with_after_timestamp 0.504356 0.504349 -1e-05 ops/s
Mean Throughput asc_sort_with_after_timestamp 0.511586 0.511571 -2e-05 ops/s
Median Throughput asc_sort_with_after_timestamp 0.507977 0.507965 -1e-05 ops/s
Max Throughput asc_sort_with_after_timestamp 0.547229 0.547172 -6e-05 ops/s
50th percentile latency asc_sort_with_after_timestamp 93.9884 97.2397 3.25129 ms
90th percentile latency asc_sort_with_after_timestamp 95.2102 99.3183 4.10809 ms
99th percentile latency asc_sort_with_after_timestamp 98.8298 103.339 4.50931 ms
100th percentile latency asc_sort_with_after_timestamp 99.7197 103.461 3.74133 ms
50th percentile service time asc_sort_with_after_timestamp 90.8892 94.0303 3.14111 ms
90th percentile service time asc_sort_with_after_timestamp 91.5722 96.6116 5.03944 ms
99th percentile service time asc_sort_with_after_timestamp 95.2589 99.7751 4.5162 ms
100th percentile service time asc_sort_with_after_timestamp 95.6811 100.344 4.66341 ms
error rate asc_sort_with_after_timestamp 0 0 0 %

@prudhvigodithi
Copy link
Member Author

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

Copy link
Contributor

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

Signed-off-by: Prudhvi Godithi <[email protected]>
@prudhvigodithi
Copy link
Member Author

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

Copy link
Contributor

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

Copy link
Contributor

❌ Gradle check result for afc509f: 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?

@opensearch-ci-bot
Copy link
Collaborator

Benchmark Results

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

Metric Task Value Unit
Cumulative indexing time of primary shards 0 min
Min cumulative indexing time across primary shards 0 min
Median cumulative indexing time across primary shards 0 min
Max cumulative indexing time across primary shards 0 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 0 min
Cumulative merge count of primary shards 0
Min cumulative merge time across primary shards 0 min
Median cumulative merge time across primary shards 0 min
Max cumulative merge time across primary shards 0 min
Cumulative merge throttle time of primary shards 0 min
Min cumulative merge throttle time across primary shards 0 min
Median cumulative merge throttle time across primary shards 0 min
Max cumulative merge throttle time across primary shards 0 min
Cumulative refresh time of primary shards 0 min
Cumulative refresh count of primary shards 32
Min cumulative refresh time across primary shards 0 min
Median cumulative refresh time across primary shards 0 min
Max cumulative refresh time across primary shards 0 min
Cumulative flush time of primary shards 0 min
Cumulative flush count of primary shards 8
Min cumulative flush time across primary shards 0 min
Median cumulative flush time across primary shards 0 min
Max cumulative flush time across primary shards 0 min
Total Young Gen GC time 2.173 s
Total Young Gen GC count 68
Total Old Gen GC time 0 s
Total Old Gen GC count 0
Store size 15.3962 GB
Translog size 4.09782e-07 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 74
Min Throughput wait-for-snapshot-recovery 4.17805e+07 byte/s
Mean Throughput wait-for-snapshot-recovery 4.17805e+07 byte/s
Median Throughput wait-for-snapshot-recovery 4.17805e+07 byte/s
Max Throughput wait-for-snapshot-recovery 4.17805e+07 byte/s
100th percentile latency wait-for-snapshot-recovery 390854 ms
100th percentile service time wait-for-snapshot-recovery 390854 ms
error rate wait-for-snapshot-recovery 0 %
Min Throughput default 8 ops/s
Mean Throughput default 8 ops/s
Median Throughput default 8 ops/s
Max Throughput default 8 ops/s
50th percentile latency default 4.33206 ms
90th percentile latency default 4.91533 ms
99th percentile latency default 5.63723 ms
100th percentile latency default 5.64014 ms
50th percentile service time default 3.44695 ms
90th percentile service time default 3.8099 ms
99th percentile service time default 4.76008 ms
100th percentile service time default 5.02666 ms
error rate default 0 %
Min Throughput term 49.89 ops/s
Mean Throughput term 49.9 ops/s
Median Throughput term 49.9 ops/s
Max Throughput term 49.9 ops/s
50th percentile latency term 3.97262 ms
90th percentile latency term 4.36614 ms
99th percentile latency term 4.84798 ms
100th percentile latency term 5.08123 ms
50th percentile service time term 3.20517 ms
90th percentile service time term 3.42555 ms
99th percentile service time term 3.99132 ms
100th percentile service time term 4.23352 ms
error rate term 0 %
Min Throughput range 1 ops/s
Mean Throughput range 1.01 ops/s
Median Throughput range 1.01 ops/s
Max Throughput range 1.01 ops/s
50th percentile latency range 5.89213 ms
90th percentile latency range 6.38056 ms
99th percentile latency range 6.70141 ms
100th percentile latency range 6.84979 ms
50th percentile service time range 4.11778 ms
90th percentile service time range 4.34782 ms
99th percentile service time range 4.89291 ms
100th percentile service time range 4.98928 ms
error rate range 0 %
Min Throughput 200s-in-range 32.93 ops/s
Mean Throughput 200s-in-range 32.94 ops/s
Median Throughput 200s-in-range 32.94 ops/s
Max Throughput 200s-in-range 32.94 ops/s
50th percentile latency 200s-in-range 4.85396 ms
90th percentile latency 200s-in-range 5.67698 ms
99th percentile latency 200s-in-range 6.21828 ms
100th percentile latency 200s-in-range 6.3429 ms
50th percentile service time 200s-in-range 3.47105 ms
90th percentile service time 200s-in-range 3.81383 ms
99th percentile service time 200s-in-range 4.19628 ms
100th percentile service time 200s-in-range 4.29975 ms
error rate 200s-in-range 0 %
Min Throughput 400s-in-range 50.03 ops/s
Mean Throughput 400s-in-range 50.04 ops/s
Median Throughput 400s-in-range 50.04 ops/s
Max Throughput 400s-in-range 50.04 ops/s
50th percentile latency 400s-in-range 3.78753 ms
90th percentile latency 400s-in-range 4.21783 ms
99th percentile latency 400s-in-range 5.00492 ms
100th percentile latency 400s-in-range 5.11548 ms
50th percentile service time 400s-in-range 2.98638 ms
90th percentile service time 400s-in-range 3.46371 ms
99th percentile service time 400s-in-range 3.92607 ms
100th percentile service time 400s-in-range 4.01549 ms
error rate 400s-in-range 0 %
Min Throughput hourly_agg 0.2 ops/s
Mean Throughput hourly_agg 0.2 ops/s
Median Throughput hourly_agg 0.2 ops/s
Max Throughput hourly_agg 0.2 ops/s
50th percentile latency hourly_agg 17.8623 ms
90th percentile latency hourly_agg 19.4999 ms
99th percentile latency hourly_agg 21.314 ms
100th percentile latency hourly_agg 22.0056 ms
50th percentile service time hourly_agg 12.2658 ms
90th percentile service time hourly_agg 13.3673 ms
99th percentile service time hourly_agg 15.7561 ms
100th percentile service time hourly_agg 16.1522 ms
error rate hourly_agg 0 %
Min Throughput multi_term_agg 0.12 ops/s
Mean Throughput multi_term_agg 0.12 ops/s
Median Throughput multi_term_agg 0.12 ops/s
Max Throughput multi_term_agg 0.13 ops/s
50th percentile latency multi_term_agg 304549 ms
90th percentile latency multi_term_agg 423245 ms
99th percentile latency multi_term_agg 452853 ms
100th percentile latency multi_term_agg 454686 ms
50th percentile service time multi_term_agg 8064.97 ms
90th percentile service time multi_term_agg 8610.98 ms
99th percentile service time multi_term_agg 8734.01 ms
100th percentile service time multi_term_agg 8736.58 ms
error rate multi_term_agg 0 %
Min Throughput scroll 25.04 pages/s
Mean Throughput scroll 25.06 pages/s
Median Throughput scroll 25.05 pages/s
Max Throughput scroll 25.11 pages/s
50th percentile latency scroll 230.835 ms
90th percentile latency scroll 236.908 ms
99th percentile latency scroll 268.731 ms
100th percentile latency scroll 334.864 ms
50th percentile service time scroll 228.971 ms
90th percentile service time scroll 234.694 ms
99th percentile service time scroll 267.293 ms
100th percentile service time scroll 332.47 ms
error rate scroll 0 %
Min Throughput desc_sort_size 0.5 ops/s
Mean Throughput desc_sort_size 0.5 ops/s
Median Throughput desc_sort_size 0.5 ops/s
Max Throughput desc_sort_size 0.5 ops/s
50th percentile latency desc_sort_size 13.233 ms
90th percentile latency desc_sort_size 14.8333 ms
99th percentile latency desc_sort_size 16.6803 ms
100th percentile latency desc_sort_size 16.7835 ms
50th percentile service time desc_sort_size 10.6705 ms
90th percentile service time desc_sort_size 12.029 ms
99th percentile service time desc_sort_size 13.94 ms
100th percentile service time desc_sort_size 14.0429 ms
error rate desc_sort_size 0 %
Min Throughput asc_sort_size 0.5 ops/s
Mean Throughput asc_sort_size 0.5 ops/s
Median Throughput asc_sort_size 0.5 ops/s
Max Throughput asc_sort_size 0.5 ops/s
50th percentile latency asc_sort_size 15.3152 ms
90th percentile latency asc_sort_size 16.6259 ms
99th percentile latency asc_sort_size 35.2941 ms
100th percentile latency asc_sort_size 50.9158 ms
50th percentile service time asc_sort_size 12.9551 ms
90th percentile service time asc_sort_size 13.7096 ms
99th percentile service time asc_sort_size 32.6572 ms
100th percentile service time asc_sort_size 48.5727 ms
error rate asc_sort_size 0 %
Min Throughput desc_sort_timestamp 0.5 ops/s
Mean Throughput desc_sort_timestamp 0.5 ops/s
Median Throughput desc_sort_timestamp 0.5 ops/s
Max Throughput desc_sort_timestamp 0.5 ops/s
50th percentile latency desc_sort_timestamp 16.7332 ms
90th percentile latency desc_sort_timestamp 18.4158 ms
99th percentile latency desc_sort_timestamp 19.6688 ms
100th percentile latency desc_sort_timestamp 20.2092 ms
50th percentile service time desc_sort_timestamp 14.0236 ms
90th percentile service time desc_sort_timestamp 15.5905 ms
99th percentile service time desc_sort_timestamp 16.8307 ms
100th percentile service time desc_sort_timestamp 17.253 ms
error rate desc_sort_timestamp 0 %
Min Throughput asc_sort_timestamp 0.5 ops/s
Mean Throughput asc_sort_timestamp 0.5 ops/s
Median Throughput asc_sort_timestamp 0.5 ops/s
Max Throughput asc_sort_timestamp 0.5 ops/s
50th percentile latency asc_sort_timestamp 12.4455 ms
90th percentile latency asc_sort_timestamp 13.5583 ms
99th percentile latency asc_sort_timestamp 15.2232 ms
100th percentile latency asc_sort_timestamp 15.7106 ms
50th percentile service time asc_sort_timestamp 9.81578 ms
90th percentile service time asc_sort_timestamp 10.6462 ms
99th percentile service time asc_sort_timestamp 12.6447 ms
100th percentile service time asc_sort_timestamp 13.1994 ms
error rate asc_sort_timestamp 0 %
Min Throughput desc_sort_with_after_timestamp 0.5 ops/s
Mean Throughput desc_sort_with_after_timestamp 0.51 ops/s
Median Throughput desc_sort_with_after_timestamp 0.5 ops/s
Max Throughput desc_sort_with_after_timestamp 0.52 ops/s
50th percentile latency desc_sort_with_after_timestamp 910.391 ms
90th percentile latency desc_sort_with_after_timestamp 994.161 ms
99th percentile latency desc_sort_with_after_timestamp 1046.92 ms
100th percentile latency desc_sort_with_after_timestamp 1055.65 ms
50th percentile service time desc_sort_with_after_timestamp 909.16 ms
90th percentile service time desc_sort_with_after_timestamp 992.68 ms
99th percentile service time desc_sort_with_after_timestamp 1045.21 ms
100th percentile service time desc_sort_with_after_timestamp 1053.86 ms
error rate desc_sort_with_after_timestamp 0 %
Min Throughput asc_sort_with_after_timestamp 0.5 ops/s
Mean Throughput asc_sort_with_after_timestamp 0.51 ops/s
Median Throughput asc_sort_with_after_timestamp 0.51 ops/s
Max Throughput asc_sort_with_after_timestamp 0.55 ops/s
50th percentile latency asc_sort_with_after_timestamp 97.4206 ms
90th percentile latency asc_sort_with_after_timestamp 108.359 ms
99th percentile latency asc_sort_with_after_timestamp 115.604 ms
100th percentile latency asc_sort_with_after_timestamp 117.381 ms
50th percentile service time asc_sort_with_after_timestamp 94.4755 ms
90th percentile service time asc_sort_with_after_timestamp 104.963 ms
99th percentile service time asc_sort_with_after_timestamp 112.626 ms
100th percentile service time asc_sort_with_after_timestamp 114.733 ms
error rate asc_sort_with_after_timestamp 0 %

@opensearch-ci-bot
Copy link
Collaborator

Benchmark Baseline Comparison Results

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

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 1.66667e-05 0 -2e-05 min
Cumulative refresh count of primary shards 32 32 0
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 1.66667e-05 0 -2e-05 min
Cumulative flush time of primary shards 0 0 0 min
Cumulative flush count of primary shards 8 8 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 2.495 2.173 -0.322 s
Total Young Gen GC count 69 68 -1
Total Old Gen GC time 0 0 0 s
Total Old Gen GC count 0 0 0
Store size 15.3962 15.3962 0 GB
Translog size 4.09782e-07 4.09782e-07 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 74 74 0
Min Throughput wait-for-snapshot-recovery 4.18407e+07 4.17805e+07 -60168 byte/s
Mean Throughput wait-for-snapshot-recovery 4.18407e+07 4.17805e+07 -60168 byte/s
Median Throughput wait-for-snapshot-recovery 4.18407e+07 4.17805e+07 -60168 byte/s
Max Throughput wait-for-snapshot-recovery 4.18407e+07 4.17805e+07 -60168 byte/s
100th percentile latency wait-for-snapshot-recovery 389859 390854 995.344 ms
100th percentile service time wait-for-snapshot-recovery 389859 390854 995.344 ms
error rate wait-for-snapshot-recovery 0 0 0 %
Min Throughput default 8.00073 8.00079 6e-05 ops/s
Mean Throughput default 8.00083 8.00089 6e-05 ops/s
Median Throughput default 8.00085 8.0009 5e-05 ops/s
Max Throughput default 8.00094 8.00096 2e-05 ops/s
50th percentile latency default 4.69121 4.33206 -0.35915 ms
90th percentile latency default 5.23479 4.91533 -0.31945 ms
99th percentile latency default 5.73873 5.63723 -0.1015 ms
100th percentile latency default 5.86285 5.64014 -0.22271 ms
50th percentile service time default 3.77805 3.44695 -0.3311 ms
90th percentile service time default 4.03675 3.8099 -0.22685 ms
99th percentile service time default 4.95584 4.76008 -0.19575 ms
100th percentile service time default 4.96747 5.02666 0.05919 ms
error rate default 0 0 0 %
Min Throughput term 49.7882 49.8911 0.10291 ops/s
Mean Throughput term 49.7963 49.896 0.09968 ops/s
Median Throughput term 49.7963 49.896 0.09968 ops/s
Max Throughput term 49.8045 49.9009 0.09644 ops/s
50th percentile latency term 3.48234 3.97262 0.49027 ms
90th percentile latency term 4.03451 4.36614 0.33163 ms
99th percentile latency term 4.44135 4.84798 0.40663 ms
100th percentile latency term 4.49934 5.08123 0.5819 ms
50th percentile service time term 2.77313 3.20517 0.43204 ms
90th percentile service time term 3.01623 3.42555 0.40932 ms
99th percentile service time term 3.40012 3.99132 0.5912 ms
100th percentile service time term 3.43915 4.23352 0.79437 ms
error rate term 0 0 0 %
Min Throughput range 1.00476 1.00482 5e-05 ops/s
Mean Throughput range 1.00659 1.00666 7e-05 ops/s
Median Throughput range 1.00634 1.00641 7e-05 ops/s
Max Throughput range 1.00948 1.00958 0.0001 ops/s
50th percentile latency range 5.53648 5.89213 0.35564 ms
90th percentile latency range 6.11547 6.38056 0.26508 ms
99th percentile latency range 6.62131 6.70141 0.0801 ms
100th percentile latency range 6.71003 6.84979 0.13976 ms
50th percentile service time range 3.72815 4.11778 0.38963 ms
90th percentile service time range 4.06646 4.34782 0.28136 ms
99th percentile service time range 4.7526 4.89291 0.14031 ms
100th percentile service time range 4.82999 4.98928 0.15929 ms
error rate range 0 0 0 %
Min Throughput 200s-in-range 32.939 32.932 -0.00706 ops/s
Mean Throughput 200s-in-range 32.9418 32.9354 -0.00643 ops/s
Median Throughput 200s-in-range 32.941 32.9354 -0.00555 ops/s
Max Throughput 200s-in-range 32.9454 32.9388 -0.00666 ops/s
50th percentile latency 200s-in-range 5.02571 4.85396 -0.17175 ms
90th percentile latency 200s-in-range 5.8172 5.67698 -0.14023 ms
99th percentile latency 200s-in-range 6.46812 6.21828 -0.24984 ms
100th percentile latency 200s-in-range 6.74483 6.3429 -0.40194 ms
50th percentile service time 200s-in-range 3.77981 3.47105 -0.30875 ms
90th percentile service time 200s-in-range 4.04585 3.81383 -0.23202 ms
99th percentile service time 200s-in-range 4.67006 4.19628 -0.47379 ms
100th percentile service time 200s-in-range 4.80844 4.29975 -0.50869 ms
error rate 200s-in-range 0 0 0 %
Min Throughput 400s-in-range 50.0087 50.0342 0.02541 ops/s
Mean Throughput 400s-in-range 50.0097 50.0359 0.02621 ops/s
Median Throughput 400s-in-range 50.0097 50.0359 0.02621 ops/s
Max Throughput 400s-in-range 50.0107 50.0377 0.02701 ops/s
50th percentile latency 400s-in-range 3.16579 3.78753 0.62174 ms
90th percentile latency 400s-in-range 4.04811 4.21783 0.16972 ms
99th percentile latency 400s-in-range 4.76707 5.00492 0.23785 ms
100th percentile latency 400s-in-range 4.82926 5.11548 0.28622 ms
50th percentile service time 400s-in-range 2.55263 2.98638 0.43375 ms
90th percentile service time 400s-in-range 2.68072 3.46371 0.78299 ms
99th percentile service time 400s-in-range 2.85833 3.92607 1.06774 ms
100th percentile service time 400s-in-range 2.9359 4.01549 1.07959 ms
error rate 400s-in-range 0 0 0 %
Min Throughput hourly_agg 0.201303 0.201302 -0 ops/s
Mean Throughput hourly_agg 0.202144 0.202144 -0 ops/s
Median Throughput hourly_agg 0.20195 0.20195 0 ops/s
Max Throughput hourly_agg 0.203881 0.203878 -0 ops/s
50th percentile latency hourly_agg 18.006 17.8623 -0.14368 ms
90th percentile latency hourly_agg 19.9437 19.4999 -0.44385 ms
99th percentile latency hourly_agg 21.1993 21.314 0.11473 ms
100th percentile latency hourly_agg 21.626 22.0056 0.37963 ms
50th percentile service time hourly_agg 12.8554 12.2658 -0.58958 ms
90th percentile service time hourly_agg 14.3266 13.3673 -0.95929 ms
99th percentile service time hourly_agg 15.2552 15.7561 0.50086 ms
100th percentile service time hourly_agg 15.5427 16.1522 0.60954 ms
error rate hourly_agg 0 0 0 %
Min Throughput multi_term_agg 0.155354 0.122765 -0.03259 ops/s
Mean Throughput multi_term_agg 0.155858 0.124669 -0.03119 ops/s
Median Throughput multi_term_agg 0.155922 0.124966 -0.03096 ops/s
Max Throughput multi_term_agg 0.156131 0.125466 -0.03066 ops/s
50th percentile latency multi_term_agg 146286 304549 158263 ms
90th percentile latency multi_term_agg 201860 423245 221385 ms
99th percentile latency multi_term_agg 214313 452853 238540 ms
100th percentile latency multi_term_agg 214993 454686 239693 ms
50th percentile service time multi_term_agg 6379.16 8064.97 1685.81 ms
90th percentile service time multi_term_agg 6445.65 8610.98 2165.34 ms
99th percentile service time multi_term_agg 6561.38 8734.01 2172.63 ms
100th percentile service time multi_term_agg 6617.04 8736.58 2119.53 ms
error rate multi_term_agg 0 0 0 %
Min Throughput scroll 25.0411 25.0354 -0.00571 pages/s
Mean Throughput scroll 25.0677 25.0582 -0.00952 pages/s
Median Throughput scroll 25.0616 25.053 -0.00861 pages/s
Max Throughput scroll 25.1225 25.1054 -0.01706 pages/s
50th percentile latency scroll 237.607 230.835 -6.77194 ms
90th percentile latency scroll 243.385 236.908 -6.47776 ms
99th percentile latency scroll 299.459 268.731 -30.7286 ms
100th percentile latency scroll 329.893 334.864 4.97144 ms
50th percentile service time scroll 235.841 228.971 -6.87029 ms
90th percentile service time scroll 241.454 234.694 -6.76026 ms
99th percentile service time scroll 297.362 267.293 -30.0689 ms
100th percentile service time scroll 328.052 332.47 4.41794 ms
error rate scroll 0 0 0 %
Min Throughput desc_sort_size 0.501572 0.5016 3e-05 ops/s
Mean Throughput desc_sort_size 0.501911 0.501944 3e-05 ops/s
Median Throughput desc_sort_size 0.501884 0.501917 3e-05 ops/s
Max Throughput desc_sort_size 0.502353 0.502393 4e-05 ops/s
50th percentile latency desc_sort_size 9.08849 13.233 4.14452 ms
90th percentile latency desc_sort_size 9.81241 14.8333 5.02091 ms
99th percentile latency desc_sort_size 13.3585 16.6803 3.32182 ms
100th percentile latency desc_sort_size 13.4087 16.7835 3.37481 ms
50th percentile service time desc_sort_size 6.308 10.6705 4.36248 ms
90th percentile service time desc_sort_size 6.86708 12.029 5.16194 ms
99th percentile service time desc_sort_size 11.4776 13.94 2.46239 ms
100th percentile service time desc_sort_size 12.0384 14.0429 2.00457 ms
error rate desc_sort_size 0 0 0 %
Min Throughput asc_sort_size 0.501662 0.501624 -4e-05 ops/s
Mean Throughput asc_sort_size 0.502019 0.501973 -5e-05 ops/s
Median Throughput asc_sort_size 0.501992 0.501946 -5e-05 ops/s
Max Throughput asc_sort_size 0.502486 0.50243 -6e-05 ops/s
50th percentile latency asc_sort_size 6.19589 15.3152 9.11935 ms
90th percentile latency asc_sort_size 6.85055 16.6259 9.77533 ms
99th percentile latency asc_sort_size 7.17948 35.2941 28.1147 ms
100th percentile latency asc_sort_size 7.2495 50.9158 43.6663 ms
50th percentile service time asc_sort_size 3.52331 12.9551 9.43182 ms
90th percentile service time asc_sort_size 3.80143 13.7096 9.9082 ms
99th percentile service time asc_sort_size 4.02365 32.6572 28.6335 ms
100th percentile service time asc_sort_size 4.0677 48.5727 44.505 ms
error rate asc_sort_size 0 0 0 %
Min Throughput desc_sort_timestamp 0.501602 0.501584 -2e-05 ops/s
Mean Throughput desc_sort_timestamp 0.501946 0.501925 -2e-05 ops/s
Median Throughput desc_sort_timestamp 0.50192 0.501898 -2e-05 ops/s
Max Throughput desc_sort_timestamp 0.502397 0.502369 -3e-05 ops/s
50th percentile latency desc_sort_timestamp 15.9401 16.7332 0.79311 ms
90th percentile latency desc_sort_timestamp 17.102 18.4158 1.31384 ms
99th percentile latency desc_sort_timestamp 18.6891 19.6688 0.97968 ms
100th percentile latency desc_sort_timestamp 18.7297 20.2092 1.47945 ms
50th percentile service time desc_sort_timestamp 13.3388 14.0236 0.68478 ms
90th percentile service time desc_sort_timestamp 14.3075 15.5905 1.28304 ms
99th percentile service time desc_sort_timestamp 15.7957 16.8307 1.03498 ms
100th percentile service time desc_sort_timestamp 16.1675 17.253 1.08547 ms
error rate desc_sort_timestamp 0 0 0 %
Min Throughput asc_sort_timestamp 0.501636 0.501649 1e-05 ops/s
Mean Throughput asc_sort_timestamp 0.501987 0.502003 2e-05 ops/s
Median Throughput asc_sort_timestamp 0.501961 0.501976 2e-05 ops/s
Max Throughput asc_sort_timestamp 0.502447 0.502467 2e-05 ops/s
50th percentile latency asc_sort_timestamp 28.9025 12.4455 -16.457 ms
90th percentile latency asc_sort_timestamp 32.2737 13.5583 -18.7154 ms
99th percentile latency asc_sort_timestamp 32.6775 15.2232 -17.4543 ms
100th percentile latency asc_sort_timestamp 32.6844 15.7106 -16.9738 ms
50th percentile service time asc_sort_timestamp 26.5206 9.81578 -16.7048 ms
90th percentile service time asc_sort_timestamp 29.7526 10.6462 -19.1064 ms
99th percentile service time asc_sort_timestamp 30.0171 12.6447 -17.3724 ms
100th percentile service time asc_sort_timestamp 30.1213 13.1994 -16.9219 ms
error rate asc_sort_timestamp 0 0 0 %
Min Throughput desc_sort_with_after_timestamp 0.502223 0.502388 0.00016 ops/s
Mean Throughput desc_sort_with_after_timestamp 0.505835 0.506274 0.00044 ops/s
Median Throughput desc_sort_with_after_timestamp 0.504058 0.504357 0.0003 ops/s
Max Throughput desc_sort_with_after_timestamp 0.523151 0.524965 0.00181 ops/s
50th percentile latency desc_sort_with_after_timestamp 946.066 910.391 -35.6747 ms
90th percentile latency desc_sort_with_after_timestamp 985.519 994.161 8.64203 ms
99th percentile latency desc_sort_with_after_timestamp 1024 1046.92 22.921 ms
100th percentile latency desc_sort_with_after_timestamp 1038.93 1055.65 16.7266 ms
50th percentile service time desc_sort_with_after_timestamp 944.186 909.16 -35.0262 ms
90th percentile service time desc_sort_with_after_timestamp 983.893 992.68 8.78693 ms
99th percentile service time desc_sort_with_after_timestamp 1022.45 1045.21 22.7541 ms
100th percentile service time desc_sort_with_after_timestamp 1037.32 1053.86 16.5383 ms
error rate desc_sort_with_after_timestamp 0 0 0 %
Min Throughput asc_sort_with_after_timestamp 0.504356 0.504311 -5e-05 ops/s
Mean Throughput asc_sort_with_after_timestamp 0.511586 0.511466 -0.00012 ops/s
Median Throughput asc_sort_with_after_timestamp 0.507977 0.507895 -8e-05 ops/s
Max Throughput asc_sort_with_after_timestamp 0.547229 0.546743 -0.00049 ops/s
50th percentile latency asc_sort_with_after_timestamp 93.9884 97.4206 3.43211 ms
90th percentile latency asc_sort_with_after_timestamp 95.2102 108.359 13.1484 ms
99th percentile latency asc_sort_with_after_timestamp 98.8298 115.604 16.7744 ms
100th percentile latency asc_sort_with_after_timestamp 99.7197 117.381 17.6609 ms
50th percentile service time asc_sort_with_after_timestamp 90.8892 94.4755 3.58628 ms
90th percentile service time asc_sort_with_after_timestamp 91.5722 104.963 13.3913 ms
99th percentile service time asc_sort_with_after_timestamp 95.2589 112.626 17.3675 ms
100th percentile service time asc_sort_with_after_timestamp 95.6811 114.733 19.052 ms
error rate asc_sort_with_after_timestamp 0 0 0 %

return;
}
// Fast path for dense nodes
if (pointTree.size() > size && docCount[0] < size) {
Copy link
Member

Choose a reason for hiding this comment

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

What if the relation is cross? Why we don't need to check that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

5 participants