Skip to content

Conversation

@jainankitk
Copy link
Contributor

@jainankitk jainankitk commented Nov 8, 2025

Description

Filter rewrite optimization for numeric bucket aggregation is able to multi range traverse over BKD, and provide matching documents bitset for each top level bucket. Individually invoking sub collectors for each docId for same bucket is wasteful, and can be done more efficient using bulk collection API. This PR adds such an API to BucketLeafCollector and invokes the same from few places

Related Issues

Related #19324

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.

@jainankitk
Copy link
Contributor Author

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

@jainankitk jainankitk changed the title Adding bulk collection logic for top level aggregation (WIP) Adding bulk collection logic for top level aggregation Nov 8, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Nov 8, 2025

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

@github-actions
Copy link
Contributor

github-actions bot commented Nov 8, 2025

❌ Gradle check result for 1263c1d: 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/4977/

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.427 s
Total Young Gen GC count 28
Total Old Gen GC time 0 s
Total Old Gen GC count 0
Store size 22.0998 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 16
100th percentile latency wait-for-snapshot-recovery 300002 ms
100th percentile service time wait-for-snapshot-recovery 300002 ms
error rate wait-for-snapshot-recovery 100 %
Min Throughput wait-until-merges-finish 124.35 ops/s
Mean Throughput wait-until-merges-finish 124.35 ops/s
Median Throughput wait-until-merges-finish 124.35 ops/s
Max Throughput wait-until-merges-finish 124.35 ops/s
100th percentile latency wait-until-merges-finish 7.7293 ms
100th percentile service time wait-until-merges-finish 7.7293 ms
error rate wait-until-merges-finish 0 %
Min Throughput default 2.01 ops/s
Mean Throughput default 2.02 ops/s
Median Throughput default 2.01 ops/s
Max Throughput default 2.03 ops/s
50th percentile latency default 7.1366 ms
90th percentile latency default 7.72679 ms
99th percentile latency default 9.48338 ms
100th percentile latency default 10.0518 ms
50th percentile service time default 5.76115 ms
90th percentile service time default 6.25208 ms
99th percentile service time default 8.24247 ms
100th percentile service time default 8.8329 ms
error rate default 0 %
Min Throughput desc_sort_timestamp 2.01 ops/s
Mean Throughput desc_sort_timestamp 2.02 ops/s
Median Throughput desc_sort_timestamp 2.02 ops/s
Max Throughput desc_sort_timestamp 2.03 ops/s
50th percentile latency desc_sort_timestamp 9.4198 ms
90th percentile latency desc_sort_timestamp 10.383 ms
99th percentile latency desc_sort_timestamp 12.1223 ms
100th percentile latency desc_sort_timestamp 12.4431 ms
50th percentile service time desc_sort_timestamp 7.92707 ms
90th percentile service time desc_sort_timestamp 9.39566 ms
99th percentile service time desc_sort_timestamp 10.4144 ms
100th percentile service time desc_sort_timestamp 10.5991 ms
error rate desc_sort_timestamp 0 %
Min Throughput asc_sort_timestamp 2.01 ops/s
Mean Throughput asc_sort_timestamp 2.02 ops/s
Median Throughput asc_sort_timestamp 2.02 ops/s
Max Throughput asc_sort_timestamp 2.04 ops/s
50th percentile latency asc_sort_timestamp 8.43365 ms
90th percentile latency asc_sort_timestamp 9.07676 ms
99th percentile latency asc_sort_timestamp 11.9053 ms
100th percentile latency asc_sort_timestamp 13.4575 ms
50th percentile service time asc_sort_timestamp 7.02824 ms
90th percentile service time asc_sort_timestamp 7.61443 ms
99th percentile service time asc_sort_timestamp 10.522 ms
100th percentile service time asc_sort_timestamp 12.1055 ms
error rate asc_sort_timestamp 0 %
Min Throughput desc_sort_with_after_timestamp 2.01 ops/s
Mean Throughput desc_sort_with_after_timestamp 2.02 ops/s
Median Throughput desc_sort_with_after_timestamp 2.02 ops/s
Max Throughput desc_sort_with_after_timestamp 2.04 ops/s
50th percentile latency desc_sort_with_after_timestamp 6.94105 ms
90th percentile latency desc_sort_with_after_timestamp 7.5025 ms
99th percentile latency desc_sort_with_after_timestamp 11.0346 ms
100th percentile latency desc_sort_with_after_timestamp 13.2487 ms
50th percentile service time desc_sort_with_after_timestamp 5.55168 ms
90th percentile service time desc_sort_with_after_timestamp 5.93717 ms
99th percentile service time desc_sort_with_after_timestamp 9.55545 ms
100th percentile service time desc_sort_with_after_timestamp 11.636 ms
error rate desc_sort_with_after_timestamp 0 %
Min Throughput asc_sort_with_after_timestamp 2.01 ops/s
Mean Throughput asc_sort_with_after_timestamp 2.02 ops/s
Median Throughput asc_sort_with_after_timestamp 2.02 ops/s
Max Throughput asc_sort_with_after_timestamp 2.04 ops/s
50th percentile latency asc_sort_with_after_timestamp 6.79534 ms
90th percentile latency asc_sort_with_after_timestamp 7.16952 ms
99th percentile latency asc_sort_with_after_timestamp 8.10861 ms
100th percentile latency asc_sort_with_after_timestamp 8.30073 ms
50th percentile service time asc_sort_with_after_timestamp 5.44222 ms
90th percentile service time asc_sort_with_after_timestamp 5.64255 ms
99th percentile service time asc_sort_with_after_timestamp 6.33296 ms
100th percentile service time asc_sort_with_after_timestamp 6.50424 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.02 ops/s
Median Throughput desc_sort_timestamp_can_match_shortcut 2.02 ops/s
Max Throughput desc_sort_timestamp_can_match_shortcut 2.03 ops/s
50th percentile latency desc_sort_timestamp_can_match_shortcut 8.23747 ms
90th percentile latency desc_sort_timestamp_can_match_shortcut 8.65503 ms
99th percentile latency desc_sort_timestamp_can_match_shortcut 9.81282 ms
100th percentile latency desc_sort_timestamp_can_match_shortcut 9.88786 ms
50th percentile service time desc_sort_timestamp_can_match_shortcut 6.8033 ms
90th percentile service time desc_sort_timestamp_can_match_shortcut 7.23079 ms
99th percentile service time desc_sort_timestamp_can_match_shortcut 8.5367 ms
100th percentile service time desc_sort_timestamp_can_match_shortcut 8.55068 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.02 ops/s
Median Throughput desc_sort_timestamp_no_can_match_shortcut 2.02 ops/s
Max Throughput desc_sort_timestamp_no_can_match_shortcut 2.04 ops/s
50th percentile latency desc_sort_timestamp_no_can_match_shortcut 7.79509 ms
90th percentile latency desc_sort_timestamp_no_can_match_shortcut 8.24269 ms
99th percentile latency desc_sort_timestamp_no_can_match_shortcut 9.24938 ms
100th percentile latency desc_sort_timestamp_no_can_match_shortcut 9.47958 ms
50th percentile service time desc_sort_timestamp_no_can_match_shortcut 6.44196 ms
90th percentile service time desc_sort_timestamp_no_can_match_shortcut 6.64928 ms
99th percentile service time desc_sort_timestamp_no_can_match_shortcut 7.67952 ms
100th percentile service time desc_sort_timestamp_no_can_match_shortcut 7.72019 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.02 ops/s
Median Throughput asc_sort_timestamp_can_match_shortcut 2.02 ops/s
Max Throughput asc_sort_timestamp_can_match_shortcut 2.04 ops/s
50th percentile latency asc_sort_timestamp_can_match_shortcut 8.50303 ms
90th percentile latency asc_sort_timestamp_can_match_shortcut 8.92969 ms
99th percentile latency asc_sort_timestamp_can_match_shortcut 10.6956 ms
100th percentile latency asc_sort_timestamp_can_match_shortcut 10.7727 ms
50th percentile service time asc_sort_timestamp_can_match_shortcut 7.17723 ms
90th percentile service time asc_sort_timestamp_can_match_shortcut 7.37849 ms
99th percentile service time asc_sort_timestamp_can_match_shortcut 9.12985 ms
100th percentile service time asc_sort_timestamp_can_match_shortcut 9.17906 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.02 ops/s
Median Throughput asc_sort_timestamp_no_can_match_shortcut 2.02 ops/s
Max Throughput asc_sort_timestamp_no_can_match_shortcut 2.04 ops/s
50th percentile latency asc_sort_timestamp_no_can_match_shortcut 8.53589 ms
90th percentile latency asc_sort_timestamp_no_can_match_shortcut 8.98614 ms
99th percentile latency asc_sort_timestamp_no_can_match_shortcut 10.6698 ms
100th percentile latency asc_sort_timestamp_no_can_match_shortcut 11.3681 ms
50th percentile service time asc_sort_timestamp_no_can_match_shortcut 7.22696 ms
90th percentile service time asc_sort_timestamp_no_can_match_shortcut 7.43905 ms
99th percentile service time asc_sort_timestamp_no_can_match_shortcut 9.13316 ms
100th percentile service time asc_sort_timestamp_no_can_match_shortcut 9.64333 ms
error rate asc_sort_timestamp_no_can_match_shortcut 0 %
Min Throughput term 2.01 ops/s
Mean Throughput term 2.02 ops/s
Median Throughput term 2.02 ops/s
Max Throughput term 2.04 ops/s
50th percentile latency term 4.19156 ms
90th percentile latency term 4.57457 ms
99th percentile latency term 4.80318 ms
100th percentile latency term 4.82038 ms
50th percentile service time term 2.81926 ms
90th percentile service time term 3.01142 ms
99th percentile service time term 3.22336 ms
100th percentile service time term 3.30461 ms
error rate term 0 %
Min Throughput multi_terms-keyword 1.12 ops/s
Mean Throughput multi_terms-keyword 1.13 ops/s
Median Throughput multi_terms-keyword 1.13 ops/s
Max Throughput multi_terms-keyword 1.13 ops/s
50th percentile latency multi_terms-keyword 38997.5 ms
90th percentile latency multi_terms-keyword 54170.2 ms
99th percentile latency multi_terms-keyword 57554.3 ms
100th percentile latency multi_terms-keyword 57737 ms
50th percentile service time multi_terms-keyword 871.765 ms
90th percentile service time multi_terms-keyword 911.635 ms
99th percentile service time multi_terms-keyword 953.176 ms
100th percentile service time multi_terms-keyword 973.371 ms
error rate multi_terms-keyword 0 %
Min Throughput keyword-terms 2.01 ops/s
Mean Throughput keyword-terms 2.01 ops/s
Median Throughput keyword-terms 2.01 ops/s
Max Throughput keyword-terms 2.02 ops/s
50th percentile latency keyword-terms 37.8658 ms
90th percentile latency keyword-terms 49.9154 ms
99th percentile latency keyword-terms 51.4614 ms
100th percentile latency keyword-terms 51.6129 ms
50th percentile service time keyword-terms 36.3715 ms
90th percentile service time keyword-terms 48.5499 ms
99th percentile service time keyword-terms 49.8139 ms
100th percentile service time keyword-terms 49.8778 ms
error rate keyword-terms 0 %
Min Throughput keyword-terms-low-cardinality 2.01 ops/s
Mean Throughput keyword-terms-low-cardinality 2.02 ops/s
Median Throughput keyword-terms-low-cardinality 2.02 ops/s
Max Throughput keyword-terms-low-cardinality 2.04 ops/s
50th percentile latency keyword-terms-low-cardinality 33.9425 ms
90th percentile latency keyword-terms-low-cardinality 45.487 ms
99th percentile latency keyword-terms-low-cardinality 45.9719 ms
100th percentile latency keyword-terms-low-cardinality 46.0947 ms
50th percentile service time keyword-terms-low-cardinality 32.6185 ms
90th percentile service time keyword-terms-low-cardinality 44.0612 ms
99th percentile service time keyword-terms-low-cardinality 44.346 ms
100th percentile service time keyword-terms-low-cardinality 44.4058 ms
error rate keyword-terms-low-cardinality 0 %
Min Throughput composite-terms 2 ops/s
Mean Throughput composite-terms 2.01 ops/s
Median Throughput composite-terms 2.01 ops/s
Max Throughput composite-terms 2.01 ops/s
50th percentile latency composite-terms 193.753 ms
90th percentile latency composite-terms 199.053 ms
99th percentile latency composite-terms 206.74 ms
100th percentile latency composite-terms 208.881 ms
50th percentile service time composite-terms 192.552 ms
90th percentile service time composite-terms 198.139 ms
99th percentile service time composite-terms 205.2 ms
100th percentile service time composite-terms 207.246 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.01 ops/s
50th percentile latency composite_terms-keyword 347.973 ms
90th percentile latency composite_terms-keyword 358.048 ms
99th percentile latency composite_terms-keyword 370.623 ms
100th percentile latency composite_terms-keyword 373.136 ms
50th percentile service time composite_terms-keyword 347.202 ms
90th percentile service time composite_terms-keyword 356.781 ms
99th percentile service time composite_terms-keyword 368.725 ms
100th percentile service time composite_terms-keyword 371.499 ms
error rate composite_terms-keyword 0 %
Min Throughput composite-date_histogram-daily 2.01 ops/s
Mean Throughput composite-date_histogram-daily 2.02 ops/s
Median Throughput composite-date_histogram-daily 2.02 ops/s
Max Throughput composite-date_histogram-daily 2.04 ops/s
50th percentile latency composite-date_histogram-daily 5.21802 ms
90th percentile latency composite-date_histogram-daily 5.69315 ms
99th percentile latency composite-date_histogram-daily 6.05769 ms
100th percentile latency composite-date_histogram-daily 6.16486 ms
50th percentile service time composite-date_histogram-daily 3.83935 ms
90th percentile service time composite-date_histogram-daily 4.11604 ms
99th percentile service time composite-date_histogram-daily 4.4386 ms
100th percentile service time composite-date_histogram-daily 4.44356 ms
error rate composite-date_histogram-daily 0 %
Min Throughput range 2.01 ops/s
Mean Throughput range 2.02 ops/s
Median Throughput range 2.02 ops/s
Max Throughput range 2.04 ops/s
50th percentile latency range 6.10653 ms
90th percentile latency range 6.49413 ms
99th percentile latency range 6.7124 ms
100th percentile latency range 6.71269 ms
50th percentile service time range 4.74449 ms
90th percentile service time range 4.85547 ms
99th percentile service time range 5.02585 ms
100th percentile service time range 5.06261 ms
error rate range 0 %
Min Throughput range-numeric 2.01 ops/s
Mean Throughput range-numeric 2.02 ops/s
Median Throughput range-numeric 2.02 ops/s
Max Throughput range-numeric 2.04 ops/s
50th percentile latency range-numeric 4.03623 ms
90th percentile latency range-numeric 4.48535 ms
99th percentile latency range-numeric 4.72017 ms
100th percentile latency range-numeric 4.72132 ms
50th percentile service time range-numeric 2.74651 ms
90th percentile service time range-numeric 2.8943 ms
99th percentile service time range-numeric 2.97929 ms
100th percentile service time range-numeric 2.98183 ms
error rate range-numeric 0 %
Min Throughput keyword-in-range 2.01 ops/s
Mean Throughput keyword-in-range 2.02 ops/s
Median Throughput keyword-in-range 2.02 ops/s
Max Throughput keyword-in-range 2.03 ops/s
50th percentile latency keyword-in-range 14.7897 ms
90th percentile latency keyword-in-range 15.2658 ms
99th percentile latency keyword-in-range 21.011 ms
100th percentile latency keyword-in-range 21.4259 ms
50th percentile service time keyword-in-range 13.4124 ms
90th percentile service time keyword-in-range 13.726 ms
99th percentile service time keyword-in-range 19.3741 ms
100th percentile service time keyword-in-range 19.7521 ms
error rate keyword-in-range 0 %
Min Throughput date_histogram_hourly_agg 2.01 ops/s
Mean Throughput date_histogram_hourly_agg 2.02 ops/s
Median Throughput date_histogram_hourly_agg 2.02 ops/s
Max Throughput date_histogram_hourly_agg 2.03 ops/s
50th percentile latency date_histogram_hourly_agg 7.07013 ms
90th percentile latency date_histogram_hourly_agg 8.864 ms
99th percentile latency date_histogram_hourly_agg 9.11857 ms
100th percentile latency date_histogram_hourly_agg 9.13727 ms
50th percentile service time date_histogram_hourly_agg 5.72664 ms
90th percentile service time date_histogram_hourly_agg 7.33461 ms
99th percentile service time date_histogram_hourly_agg 7.78129 ms
100th percentile service time date_histogram_hourly_agg 7.83754 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.02 ops/s
Median Throughput date_histogram_minute_agg 2.02 ops/s
Max Throughput date_histogram_minute_agg 2.04 ops/s
50th percentile latency date_histogram_minute_agg 40.743 ms
90th percentile latency date_histogram_minute_agg 41.5996 ms
99th percentile latency date_histogram_minute_agg 51.2639 ms
100th percentile latency date_histogram_minute_agg 52.5309 ms
50th percentile service time date_histogram_minute_agg 39.4218 ms
90th percentile service time date_histogram_minute_agg 40.4127 ms
99th percentile service time date_histogram_minute_agg 49.7581 ms
100th percentile service time date_histogram_minute_agg 50.8909 ms
error rate date_histogram_minute_agg 0 %
Min Throughput scroll 49.85 pages/s
Mean Throughput scroll 49.92 pages/s
Median Throughput scroll 49.93 pages/s
Max Throughput scroll 49.95 pages/s
50th percentile latency scroll 476.104 ms
90th percentile latency scroll 488.011 ms
99th percentile latency scroll 516.651 ms
100th percentile latency scroll 521.851 ms
50th percentile service time scroll 475.018 ms
90th percentile service time scroll 485.4 ms
99th percentile service time scroll 515.652 ms
100th percentile service time scroll 520.972 ms
error rate scroll 0 %
Min Throughput query-string-on-message 2.01 ops/s
Mean Throughput query-string-on-message 2.02 ops/s
Median Throughput query-string-on-message 2.02 ops/s
Max Throughput query-string-on-message 2.03 ops/s
50th percentile latency query-string-on-message 6.95884 ms
90th percentile latency query-string-on-message 7.37591 ms
99th percentile latency query-string-on-message 8.40129 ms
100th percentile latency query-string-on-message 8.74605 ms
50th percentile service time query-string-on-message 5.61972 ms
90th percentile service time query-string-on-message 5.97643 ms
99th percentile service time query-string-on-message 7.22804 ms
100th percentile service time query-string-on-message 7.49665 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.02 ops/s
Median Throughput query-string-on-message-filtered 2.02 ops/s
Max Throughput query-string-on-message-filtered 2.04 ops/s
50th percentile latency query-string-on-message-filtered 13.5532 ms
90th percentile latency query-string-on-message-filtered 14.3984 ms
99th percentile latency query-string-on-message-filtered 18.7406 ms
100th percentile latency query-string-on-message-filtered 19.3327 ms
50th percentile service time query-string-on-message-filtered 12.1936 ms
90th percentile service time query-string-on-message-filtered 12.5253 ms
99th percentile service time query-string-on-message-filtered 17.2759 ms
100th percentile service time query-string-on-message-filtered 17.6771 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.02 ops/s
Median Throughput query-string-on-message-filtered-sorted-num 2.02 ops/s
Max Throughput query-string-on-message-filtered-sorted-num 2.04 ops/s
50th percentile latency query-string-on-message-filtered-sorted-num 21.9248 ms
90th percentile latency query-string-on-message-filtered-sorted-num 22.4491 ms
99th percentile latency query-string-on-message-filtered-sorted-num 26.5467 ms
100th percentile latency query-string-on-message-filtered-sorted-num 28.2946 ms
50th percentile service time query-string-on-message-filtered-sorted-num 19.6043 ms
90th percentile service time query-string-on-message-filtered-sorted-num 20.1172 ms
99th percentile service time query-string-on-message-filtered-sorted-num 24.0327 ms
100th percentile service time query-string-on-message-filtered-sorted-num 25.8049 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.02 ops/s
Median Throughput sort_keyword_can_match_shortcut 2.02 ops/s
Max Throughput sort_keyword_can_match_shortcut 2.04 ops/s
50th percentile latency sort_keyword_can_match_shortcut 6.09451 ms
90th percentile latency sort_keyword_can_match_shortcut 6.53016 ms
99th percentile latency sort_keyword_can_match_shortcut 6.84846 ms
100th percentile latency sort_keyword_can_match_shortcut 6.91779 ms
50th percentile service time sort_keyword_can_match_shortcut 4.71184 ms
90th percentile service time sort_keyword_can_match_shortcut 4.89167 ms
99th percentile service time sort_keyword_can_match_shortcut 5.49303 ms
100th percentile service time sort_keyword_can_match_shortcut 5.56516 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.02 ops/s
Median Throughput sort_keyword_no_can_match_shortcut 2.02 ops/s
Max Throughput sort_keyword_no_can_match_shortcut 2.04 ops/s
50th percentile latency sort_keyword_no_can_match_shortcut 6.05588 ms
90th percentile latency sort_keyword_no_can_match_shortcut 6.4347 ms
99th percentile latency sort_keyword_no_can_match_shortcut 6.70955 ms
100th percentile latency sort_keyword_no_can_match_shortcut 6.83074 ms
50th percentile service time sort_keyword_no_can_match_shortcut 4.6782 ms
90th percentile service time sort_keyword_no_can_match_shortcut 4.7621 ms
99th percentile service time sort_keyword_no_can_match_shortcut 5.28618 ms
100th percentile service time sort_keyword_no_can_match_shortcut 5.3089 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.02 ops/s
Median Throughput sort_numeric_desc 2.02 ops/s
Max Throughput sort_numeric_desc 2.03 ops/s
50th percentile latency sort_numeric_desc 5.67018 ms
90th percentile latency sort_numeric_desc 6.01368 ms
99th percentile latency sort_numeric_desc 6.46073 ms
100th percentile latency sort_numeric_desc 6.70253 ms
50th percentile service time sort_numeric_desc 4.35356 ms
90th percentile service time sort_numeric_desc 4.48807 ms
99th percentile service time sort_numeric_desc 5.03327 ms
100th percentile service time sort_numeric_desc 5.39966 ms
error rate sort_numeric_desc 0 %
Min Throughput sort_numeric_asc 2.01 ops/s
Mean Throughput sort_numeric_asc 2.02 ops/s
Median Throughput sort_numeric_asc 2.02 ops/s
Max Throughput sort_numeric_asc 2.04 ops/s
50th percentile latency sort_numeric_asc 5.48829 ms
90th percentile latency sort_numeric_asc 5.8926 ms
99th percentile latency sort_numeric_asc 6.59593 ms
100th percentile latency sort_numeric_asc 6.8445 ms
50th percentile service time sort_numeric_asc 4.16975 ms
90th percentile service time sort_numeric_asc 4.26938 ms
99th percentile service time sort_numeric_asc 5.27932 ms
100th percentile service time sort_numeric_asc 5.55331 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.02 ops/s
Median Throughput sort_numeric_desc_with_match 2.02 ops/s
Max Throughput sort_numeric_desc_with_match 2.04 ops/s
50th percentile latency sort_numeric_desc_with_match 3.97429 ms
90th percentile latency sort_numeric_desc_with_match 4.43357 ms
99th percentile latency sort_numeric_desc_with_match 4.64084 ms
100th percentile latency sort_numeric_desc_with_match 4.71927 ms
50th percentile service time sort_numeric_desc_with_match 2.68039 ms
90th percentile service time sort_numeric_desc_with_match 2.74162 ms
99th percentile service time sort_numeric_desc_with_match 2.9172 ms
100th percentile service time sort_numeric_desc_with_match 2.9431 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.02 ops/s
Median Throughput sort_numeric_asc_with_match 2.02 ops/s
Max Throughput sort_numeric_asc_with_match 2.04 ops/s
50th percentile latency sort_numeric_asc_with_match 3.64298 ms
90th percentile latency sort_numeric_asc_with_match 4.01467 ms
99th percentile latency sort_numeric_asc_with_match 4.22567 ms
100th percentile latency sort_numeric_asc_with_match 4.30054 ms
50th percentile service time sort_numeric_asc_with_match 2.27532 ms
90th percentile service time sort_numeric_asc_with_match 2.33451 ms
99th percentile service time sort_numeric_asc_with_match 2.45215 ms
100th percentile service time sort_numeric_asc_with_match 2.4942 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.02 ops/s
Median Throughput range_field_conjunction_big_range_big_term_query 2.02 ops/s
Max Throughput range_field_conjunction_big_range_big_term_query 2.04 ops/s
50th percentile latency range_field_conjunction_big_range_big_term_query 3.90936 ms
90th percentile latency range_field_conjunction_big_range_big_term_query 4.35597 ms
99th percentile latency range_field_conjunction_big_range_big_term_query 4.44035 ms
100th percentile latency range_field_conjunction_big_range_big_term_query 4.44325 ms
50th percentile service time range_field_conjunction_big_range_big_term_query 2.61493 ms
90th percentile service time range_field_conjunction_big_range_big_term_query 2.7471 ms
99th percentile service time range_field_conjunction_big_range_big_term_query 2.93729 ms
100th percentile service time range_field_conjunction_big_range_big_term_query 3.00939 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.02 ops/s
Median Throughput range_field_disjunction_big_range_small_term_query 2.02 ops/s
Max Throughput range_field_disjunction_big_range_small_term_query 2.04 ops/s
50th percentile latency range_field_disjunction_big_range_small_term_query 3.72806 ms
90th percentile latency range_field_disjunction_big_range_small_term_query 4.17537 ms
99th percentile latency range_field_disjunction_big_range_small_term_query 4.32603 ms
100th percentile latency range_field_disjunction_big_range_small_term_query 4.38752 ms
50th percentile service time range_field_disjunction_big_range_small_term_query 2.44135 ms
90th percentile service time range_field_disjunction_big_range_small_term_query 2.55818 ms
99th percentile service time range_field_disjunction_big_range_small_term_query 2.62945 ms
100th percentile service time range_field_disjunction_big_range_small_term_query 2.6413 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.02 ops/s
Median Throughput range_field_conjunction_small_range_small_term_query 2.02 ops/s
Max Throughput range_field_conjunction_small_range_small_term_query 2.04 ops/s
50th percentile latency range_field_conjunction_small_range_small_term_query 4.0615 ms
90th percentile latency range_field_conjunction_small_range_small_term_query 4.45729 ms
99th percentile latency range_field_conjunction_small_range_small_term_query 4.62025 ms
100th percentile latency range_field_conjunction_small_range_small_term_query 4.67128 ms
50th percentile service time range_field_conjunction_small_range_small_term_query 2.70048 ms
90th percentile service time range_field_conjunction_small_range_small_term_query 2.77087 ms
99th percentile service time range_field_conjunction_small_range_small_term_query 2.91914 ms
100th percentile service time range_field_conjunction_small_range_small_term_query 2.93087 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.02 ops/s
Median Throughput range_field_conjunction_small_range_big_term_query 2.02 ops/s
Max Throughput range_field_conjunction_small_range_big_term_query 2.04 ops/s
50th percentile latency range_field_conjunction_small_range_big_term_query 3.63946 ms
90th percentile latency range_field_conjunction_small_range_big_term_query 4.05774 ms
99th percentile latency range_field_conjunction_small_range_big_term_query 4.43754 ms
100th percentile latency range_field_conjunction_small_range_big_term_query 4.67945 ms
50th percentile service time range_field_conjunction_small_range_big_term_query 2.32818 ms
90th percentile service time range_field_conjunction_small_range_big_term_query 2.39783 ms
99th percentile service time range_field_conjunction_small_range_big_term_query 2.4663 ms
100th percentile service time range_field_conjunction_small_range_big_term_query 2.48868 ms
error rate range_field_conjunction_small_range_big_term_query 0 %
Min Throughput range-auto-date-histo 0.3 ops/s
Mean Throughput range-auto-date-histo 0.31 ops/s
Median Throughput range-auto-date-histo 0.31 ops/s
Max Throughput range-auto-date-histo 0.31 ops/s
50th percentile latency range-auto-date-histo 277821 ms
90th percentile latency range-auto-date-histo 386288 ms
99th percentile latency range-auto-date-histo 410501 ms
100th percentile latency range-auto-date-histo 411830 ms
50th percentile service time range-auto-date-histo 3194.07 ms
90th percentile service time range-auto-date-histo 3339.25 ms
99th percentile service time range-auto-date-histo 3595.07 ms
100th percentile service time range-auto-date-histo 3632.58 ms
error rate range-auto-date-histo 0 %
Min Throughput range-auto-date-histo-with-metrics 0.11 ops/s
Mean Throughput range-auto-date-histo-with-metrics 0.11 ops/s
Median Throughput range-auto-date-histo-with-metrics 0.11 ops/s
Max Throughput range-auto-date-histo-with-metrics 0.11 ops/s
50th percentile latency range-auto-date-histo-with-metrics 863614 ms
90th percentile latency range-auto-date-histo-with-metrics 1.20779e+06 ms
99th percentile latency range-auto-date-histo-with-metrics 1.28522e+06 ms
100th percentile latency range-auto-date-histo-with-metrics 1.28947e+06 ms
50th percentile service time range-auto-date-histo-with-metrics 9051.09 ms
90th percentile service time range-auto-date-histo-with-metrics 9265.85 ms
99th percentile service time range-auto-date-histo-with-metrics 9462.65 ms
100th percentile service time range-auto-date-histo-with-metrics 9473.48 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.02 ops/s
Median Throughput range-agg-1 2.02 ops/s
Max Throughput range-agg-1 2.04 ops/s
50th percentile latency range-agg-1 3.98257 ms
90th percentile latency range-agg-1 4.38035 ms
99th percentile latency range-agg-1 4.63418 ms
100th percentile latency range-agg-1 4.73204 ms
50th percentile service time range-agg-1 2.63614 ms
90th percentile service time range-agg-1 2.75036 ms
99th percentile service time range-agg-1 2.91229 ms
100th percentile service time range-agg-1 2.94059 ms
error rate range-agg-1 0 %
Min Throughput range-agg-2 2.01 ops/s
Mean Throughput range-agg-2 2.02 ops/s
Median Throughput range-agg-2 2.02 ops/s
Max Throughput range-agg-2 2.04 ops/s
50th percentile latency range-agg-2 4.1424 ms
90th percentile latency range-agg-2 4.61939 ms
99th percentile latency range-agg-2 6.65476 ms
100th percentile latency range-agg-2 8.58235 ms
50th percentile service time range-agg-2 2.90823 ms
90th percentile service time range-agg-2 3.0372 ms
99th percentile service time range-agg-2 5.31173 ms
100th percentile service time range-agg-2 7.48034 ms
error rate range-agg-2 0 %
Min Throughput cardinality-agg-low 2.01 ops/s
Mean Throughput cardinality-agg-low 2.02 ops/s
Median Throughput cardinality-agg-low 2.02 ops/s
Max Throughput cardinality-agg-low 2.04 ops/s
50th percentile latency cardinality-agg-low 6.66198 ms
90th percentile latency cardinality-agg-low 7.84716 ms
99th percentile latency cardinality-agg-low 8.32184 ms
100th percentile latency cardinality-agg-low 8.37527 ms
50th percentile service time cardinality-agg-low 5.13538 ms
90th percentile service time cardinality-agg-low 6.3029 ms
99th percentile service time cardinality-agg-low 6.78034 ms
100th percentile service time cardinality-agg-low 6.90029 ms
error rate cardinality-agg-low 0 %
Min Throughput cardinality-agg-high 0.81 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 72877.9 ms
90th percentile latency cardinality-agg-high 102297 ms
99th percentile latency cardinality-agg-high 108384 ms
100th percentile latency cardinality-agg-high 108728 ms
50th percentile service time cardinality-agg-high 1183.22 ms
90th percentile service time cardinality-agg-high 1336.82 ms
99th percentile service time cardinality-agg-high 1628.76 ms
100th percentile service time cardinality-agg-high 1701.76 ms
error rate cardinality-agg-high 0 %
Min Throughput cardinality-agg-very-high 0.67 ops/s
Mean Throughput cardinality-agg-very-high 0.67 ops/s
Median Throughput cardinality-agg-very-high 0.67 ops/s
Max Throughput cardinality-agg-very-high 0.68 ops/s
50th percentile latency cardinality-agg-very-high 98772.4 ms
90th percentile latency cardinality-agg-very-high 139527 ms
99th percentile latency cardinality-agg-very-high 148100 ms
100th percentile latency cardinality-agg-very-high 148565 ms
50th percentile service time cardinality-agg-very-high 1439.5 ms
90th percentile service time cardinality-agg-very-high 1619.44 ms
99th percentile service time cardinality-agg-very-high 2172.39 ms
100th percentile service time cardinality-agg-very-high 2198.05 ms
error rate cardinality-agg-very-high 0 %
Min Throughput range_with_asc_sort 2.01 ops/s
Mean Throughput range_with_asc_sort 2.02 ops/s
Median Throughput range_with_asc_sort 2.02 ops/s
Max Throughput range_with_asc_sort 2.04 ops/s
50th percentile latency range_with_asc_sort 7.33612 ms
90th percentile latency range_with_asc_sort 7.77632 ms
99th percentile latency range_with_asc_sort 8.24063 ms
100th percentile latency range_with_asc_sort 8.54897 ms
50th percentile service time range_with_asc_sort 6.02158 ms
90th percentile service time range_with_asc_sort 6.14247 ms
99th percentile service time range_with_asc_sort 6.33611 ms
100th percentile service time range_with_asc_sort 6.38741 ms
error rate range_with_asc_sort 0 %
Min Throughput range_with_desc_sort 2.01 ops/s
Mean Throughput range_with_desc_sort 2.02 ops/s
Median Throughput range_with_desc_sort 2.02 ops/s
Max Throughput range_with_desc_sort 2.04 ops/s
50th percentile latency range_with_desc_sort 7.06799 ms
90th percentile latency range_with_desc_sort 7.44868 ms
99th percentile latency range_with_desc_sort 7.94294 ms
100th percentile latency range_with_desc_sort 8.17604 ms
50th percentile service time range_with_desc_sort 5.75494 ms
90th percentile service time range_with_desc_sort 5.84024 ms
99th percentile service time range_with_desc_sort 6.44991 ms
100th percentile service time range_with_desc_sort 6.70532 ms
error rate range_with_desc_sort 0 %

@opensearch-ci-bot
Copy link
Collaborator

Benchmark Baseline Comparison Results

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

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 1.381 1.427 0.046 s
Total Young Gen GC count 28 28 0
Total Old Gen GC time 0 0 0 s
Total Old Gen GC count 0 0 0
Store size 22.0998 22.0998 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 16 16 0
100th percentile latency wait-for-snapshot-recovery 300001 300002 0.375 ms
100th percentile service time wait-for-snapshot-recovery 300001 300002 0.375 ms
error rate wait-for-snapshot-recovery 100 100 0 %
Min Throughput wait-until-merges-finish 121.768 124.349 2.58121 ops/s
Mean Throughput wait-until-merges-finish 121.768 124.349 2.58121 ops/s
Median Throughput wait-until-merges-finish 121.768 124.349 2.58121 ops/s
Max Throughput wait-until-merges-finish 121.768 124.349 2.58121 ops/s
100th percentile latency wait-until-merges-finish 7.837 7.7293 -0.1077 ms
100th percentile service time wait-until-merges-finish 7.837 7.7293 -0.1077 ms
error rate wait-until-merges-finish 0 0 0 %
Min Throughput default 2.00998 2.0094 -0.00058 ops/s
Mean Throughput default 2.01643 2.01546 -0.00096 ops/s
Median Throughput default 2.01493 2.01407 -0.00087 ops/s
Max Throughput default 2.02951 2.02772 -0.00179 ops/s
50th percentile latency default 7.08791 7.1366 0.0487 ms
90th percentile latency default 7.64972 7.72679 0.07707 ms
99th percentile latency default 8.59952 9.48338 0.88386 ms
100th percentile latency default 8.90665 10.0518 1.1451 ms
50th percentile service time default 5.72991 5.76115 0.03124 ms
90th percentile service time default 6.23694 6.25208 0.01515 ms
99th percentile service time default 7.4511 8.24247 0.79137 ms
100th percentile service time default 7.73841 8.8329 1.09449 ms
error rate default 0 0 0 %
Min Throughput desc_sort_timestamp 2.01051 2.01065 0.00014 ops/s
Mean Throughput desc_sort_timestamp 2.01726 2.01751 0.00025 ops/s
Median Throughput desc_sort_timestamp 2.01568 2.01591 0.00023 ops/s
Max Throughput desc_sort_timestamp 2.03099 2.03142 0.00043 ops/s
50th percentile latency desc_sort_timestamp 8.64071 9.4198 0.77908 ms
90th percentile latency desc_sort_timestamp 9.51806 10.383 0.86497 ms
99th percentile latency desc_sort_timestamp 11.5641 12.1223 0.55817 ms
100th percentile latency desc_sort_timestamp 12.1551 12.4431 0.28795 ms
50th percentile service time desc_sort_timestamp 7.30539 7.92707 0.62168 ms
90th percentile service time desc_sort_timestamp 8.07305 9.39566 1.32261 ms
99th percentile service time desc_sort_timestamp 10.2399 10.4144 0.17452 ms
100th percentile service time desc_sort_timestamp 10.8571 10.5991 -0.25791 ms
error rate desc_sort_timestamp 0 0 0 %
Min Throughput asc_sort_timestamp 2.01276 2.01265 -0.00011 ops/s
Mean Throughput asc_sort_timestamp 2.021 2.0208 -0.0002 ops/s
Median Throughput asc_sort_timestamp 2.01908 2.01889 -0.00019 ops/s
Max Throughput asc_sort_timestamp 2.03778 2.03741 -0.00037 ops/s
50th percentile latency asc_sort_timestamp 7.99579 8.43365 0.43786 ms
90th percentile latency asc_sort_timestamp 8.74346 9.07676 0.3333 ms
99th percentile latency asc_sort_timestamp 10.9648 11.9053 0.94053 ms
100th percentile latency asc_sort_timestamp 12.1748 13.4575 1.2827 ms
50th percentile service time asc_sort_timestamp 6.59973 7.02824 0.42851 ms
90th percentile service time asc_sort_timestamp 7.22012 7.61443 0.39431 ms
99th percentile service time asc_sort_timestamp 9.64031 10.522 0.88172 ms
100th percentile service time asc_sort_timestamp 10.8733 12.1055 1.23221 ms
error rate asc_sort_timestamp 0 0 0 %
Min Throughput desc_sort_with_after_timestamp 2.01277 2.0128 2e-05 ops/s
Mean Throughput desc_sort_with_after_timestamp 2.02102 2.02107 6e-05 ops/s
Median Throughput desc_sort_with_after_timestamp 2.01911 2.01914 3e-05 ops/s
Max Throughput desc_sort_with_after_timestamp 2.03782 2.03789 8e-05 ops/s
50th percentile latency desc_sort_with_after_timestamp 6.23326 6.94105 0.70779 ms
90th percentile latency desc_sort_with_after_timestamp 6.76616 7.5025 0.73634 ms
99th percentile latency desc_sort_with_after_timestamp 9.4834 11.0346 1.55116 ms
100th percentile latency desc_sort_with_after_timestamp 11.177 13.2487 2.07168 ms
50th percentile service time desc_sort_with_after_timestamp 4.89984 5.55168 0.65184 ms
90th percentile service time desc_sort_with_after_timestamp 5.42142 5.93717 0.51575 ms
99th percentile service time desc_sort_with_after_timestamp 8.24426 9.55545 1.3112 ms
100th percentile service time desc_sort_with_after_timestamp 10.0629 11.636 1.57311 ms
error rate desc_sort_with_after_timestamp 0 0 0 %
Min Throughput asc_sort_with_after_timestamp 2.01316 2.01314 -2e-05 ops/s
Mean Throughput asc_sort_with_after_timestamp 2.02167 2.02162 -5e-05 ops/s
Median Throughput asc_sort_with_after_timestamp 2.01969 2.01963 -7e-05 ops/s
Max Throughput asc_sort_with_after_timestamp 2.03899 2.03886 -0.00013 ops/s
50th percentile latency asc_sort_with_after_timestamp 5.75481 6.79534 1.04053 ms
90th percentile latency asc_sort_with_after_timestamp 6.36954 7.16952 0.79999 ms
99th percentile latency asc_sort_with_after_timestamp 6.77509 8.10861 1.33352 ms
100th percentile latency asc_sort_with_after_timestamp 6.78649 8.30073 1.51423 ms
50th percentile service time asc_sort_with_after_timestamp 4.39371 5.44222 1.0485 ms
90th percentile service time asc_sort_with_after_timestamp 4.79181 5.64255 0.85074 ms
99th percentile service time asc_sort_with_after_timestamp 5.69791 6.33296 0.63505 ms
100th percentile service time asc_sort_with_after_timestamp 5.79235 6.50424 0.71189 ms
error rate asc_sort_with_after_timestamp 0 0 0 %
Min Throughput desc_sort_timestamp_can_match_shortcut 2.01036 2.01028 -8e-05 ops/s
Mean Throughput desc_sort_timestamp_can_match_shortcut 2.01701 2.01689 -0.00012 ops/s
Median Throughput desc_sort_timestamp_can_match_shortcut 2.01546 2.01536 -0.0001 ops/s
Max Throughput desc_sort_timestamp_can_match_shortcut 2.0305 2.0303 -0.0002 ops/s
50th percentile latency desc_sort_timestamp_can_match_shortcut 7.16207 8.23747 1.0754 ms
90th percentile latency desc_sort_timestamp_can_match_shortcut 8.15365 8.65503 0.50138 ms
99th percentile latency desc_sort_timestamp_can_match_shortcut 9.69577 9.81282 0.11705 ms
100th percentile latency desc_sort_timestamp_can_match_shortcut 10.1144 9.88786 -0.22656 ms
50th percentile service time desc_sort_timestamp_can_match_shortcut 5.6897 6.8033 1.1136 ms
90th percentile service time desc_sort_timestamp_can_match_shortcut 6.64327 7.23079 0.58752 ms
99th percentile service time desc_sort_timestamp_can_match_shortcut 7.89098 8.5367 0.64571 ms
100th percentile service time desc_sort_timestamp_can_match_shortcut 8.3544 8.55068 0.19629 ms
error rate desc_sort_timestamp_can_match_shortcut 0 0 0 %
Min Throughput desc_sort_timestamp_no_can_match_shortcut 2.01314 2.01315 1e-05 ops/s
Mean Throughput desc_sort_timestamp_no_can_match_shortcut 2.02163 2.02163 0 ops/s
Median Throughput desc_sort_timestamp_no_can_match_shortcut 2.01965 2.01964 -1e-05 ops/s
Max Throughput desc_sort_timestamp_no_can_match_shortcut 2.03893 2.03886 -7e-05 ops/s
50th percentile latency desc_sort_timestamp_no_can_match_shortcut 7.76345 7.79509 0.03164 ms
90th percentile latency desc_sort_timestamp_no_can_match_shortcut 8.32979 8.24269 -0.08711 ms
99th percentile latency desc_sort_timestamp_no_can_match_shortcut 9.10076 9.24938 0.14863 ms
100th percentile latency desc_sort_timestamp_no_can_match_shortcut 9.10347 9.47958 0.37611 ms
50th percentile service time desc_sort_timestamp_no_can_match_shortcut 6.40622 6.44196 0.03574 ms
90th percentile service time desc_sort_timestamp_no_can_match_shortcut 6.77718 6.64928 -0.12791 ms
99th percentile service time desc_sort_timestamp_no_can_match_shortcut 8.24288 7.67952 -0.56336 ms
100th percentile service time desc_sort_timestamp_no_can_match_shortcut 8.25218 7.72019 -0.53199 ms
error rate desc_sort_timestamp_no_can_match_shortcut 0 0 0 %
Min Throughput asc_sort_timestamp_can_match_shortcut 2.01309 2.01311 2e-05 ops/s
Mean Throughput asc_sort_timestamp_can_match_shortcut 2.02156 2.02156 -0 ops/s
Median Throughput asc_sort_timestamp_can_match_shortcut 2.01959 2.01958 -0 ops/s
Max Throughput asc_sort_timestamp_can_match_shortcut 2.03875 2.03873 -2e-05 ops/s
50th percentile latency asc_sort_timestamp_can_match_shortcut 8.52657 8.50303 -0.02354 ms
90th percentile latency asc_sort_timestamp_can_match_shortcut 8.94737 8.92969 -0.01768 ms
99th percentile latency asc_sort_timestamp_can_match_shortcut 10.163 10.6956 0.53261 ms
100th percentile latency asc_sort_timestamp_can_match_shortcut 10.4869 10.7727 0.28581 ms
50th percentile service time asc_sort_timestamp_can_match_shortcut 7.13405 7.17723 0.04318 ms
90th percentile service time asc_sort_timestamp_can_match_shortcut 7.33962 7.37849 0.03888 ms
99th percentile service time asc_sort_timestamp_can_match_shortcut 8.65715 9.12985 0.4727 ms
100th percentile service time asc_sort_timestamp_can_match_shortcut 9.1154 9.17906 0.06366 ms
error rate asc_sort_timestamp_can_match_shortcut 0 0 0 %
Min Throughput asc_sort_timestamp_no_can_match_shortcut 2.01311 2.01313 2e-05 ops/s
Mean Throughput asc_sort_timestamp_no_can_match_shortcut 2.02159 2.02161 2e-05 ops/s
Median Throughput asc_sort_timestamp_no_can_match_shortcut 2.01961 2.01962 0 ops/s
Max Throughput asc_sort_timestamp_no_can_match_shortcut 2.03884 2.03883 -0 ops/s
50th percentile latency asc_sort_timestamp_no_can_match_shortcut 8.26938 8.53589 0.26651 ms
90th percentile latency asc_sort_timestamp_no_can_match_shortcut 8.83093 8.98614 0.15521 ms
99th percentile latency asc_sort_timestamp_no_can_match_shortcut 10.1892 10.6698 0.48057 ms
100th percentile latency asc_sort_timestamp_no_can_match_shortcut 10.7563 11.3681 0.61184 ms
50th percentile service time asc_sort_timestamp_no_can_match_shortcut 7.01353 7.22696 0.21343 ms
90th percentile service time asc_sort_timestamp_no_can_match_shortcut 7.21728 7.43905 0.22178 ms
99th percentile service time asc_sort_timestamp_no_can_match_shortcut 8.92659 9.13316 0.20656 ms
100th percentile service time asc_sort_timestamp_no_can_match_shortcut 9.07947 9.64333 0.56387 ms
error rate asc_sort_timestamp_no_can_match_shortcut 0 0 0 %
Min Throughput term 2.01281 2.01276 -5e-05 ops/s
Mean Throughput term 2.02107 2.021 -7e-05 ops/s
Median Throughput term 2.01916 2.01909 -7e-05 ops/s
Max Throughput term 2.03791 2.03773 -0.00019 ops/s
50th percentile latency term 4.15148 4.19156 0.04008 ms
90th percentile latency term 4.69951 4.57457 -0.12494 ms
99th percentile latency term 4.98734 4.80318 -0.18416 ms
100th percentile latency term 5.0044 4.82038 -0.18402 ms
50th percentile service time term 2.9035 2.81926 -0.08423 ms
90th percentile service time term 3.09234 3.01142 -0.08092 ms
99th percentile service time term 3.26893 3.22336 -0.04557 ms
100th percentile service time term 3.32012 3.30461 -0.01551 ms
error rate term 0 0 0 %
Min Throughput multi_terms-keyword 1.1239 1.11675 -0.00715 ops/s
Mean Throughput multi_terms-keyword 1.13288 1.12666 -0.00622 ops/s
Median Throughput multi_terms-keyword 1.1333 1.12847 -0.00483 ops/s
Max Throughput multi_terms-keyword 1.13912 1.13162 -0.0075 ops/s
50th percentile latency multi_terms-keyword 38593.9 38997.5 403.623 ms
90th percentile latency multi_terms-keyword 53362.6 54170.2 807.625 ms
99th percentile latency multi_terms-keyword 56675.8 57554.3 878.533 ms
100th percentile latency multi_terms-keyword 56856.1 57737 880.93 ms
50th percentile service time multi_terms-keyword 865.929 871.765 5.83548 ms
90th percentile service time multi_terms-keyword 872.152 911.635 39.4828 ms
99th percentile service time multi_terms-keyword 1005.5 953.176 -52.3195 ms
100th percentile service time multi_terms-keyword 1019.94 973.371 -46.5679 ms
error rate multi_terms-keyword 0 0 0 %
Min Throughput keyword-terms 2.0085 2.00817 -0.00033 ops/s
Mean Throughput keyword-terms 2.01397 2.01342 -0.00055 ops/s
Median Throughput keyword-terms 2.0127 2.01219 -0.00051 ops/s
Max Throughput keyword-terms 2.02503 2.02407 -0.00096 ops/s
50th percentile latency keyword-terms 37.5414 37.8658 0.32439 ms
90th percentile latency keyword-terms 49.8132 49.9154 0.10215 ms
99th percentile latency keyword-terms 53.5857 51.4614 -2.12432 ms
100th percentile latency keyword-terms 56.654 51.6129 -5.04104 ms
50th percentile service time keyword-terms 36.281 36.3715 0.0905 ms
90th percentile service time keyword-terms 48.4774 48.5499 0.07245 ms
99th percentile service time keyword-terms 52.0575 49.8139 -2.2436 ms
100th percentile service time keyword-terms 54.9823 49.8778 -5.10444 ms
error rate keyword-terms 0 0 0 %
Min Throughput keyword-terms-low-cardinality 2.01209 2.01241 0.00032 ops/s
Mean Throughput keyword-terms-low-cardinality 2.01988 2.02041 0.00053 ops/s
Median Throughput keyword-terms-low-cardinality 2.01807 2.01855 0.00048 ops/s
Max Throughput keyword-terms-low-cardinality 2.0357 2.03669 0.00099 ops/s
50th percentile latency keyword-terms-low-cardinality 34.5857 33.9425 -0.64319 ms
90th percentile latency keyword-terms-low-cardinality 46.1858 45.487 -0.69879 ms
99th percentile latency keyword-terms-low-cardinality 47.4128 45.9719 -1.44094 ms
100th percentile latency keyword-terms-low-cardinality 48.2741 46.0947 -2.17943 ms
50th percentile service time keyword-terms-low-cardinality 33.1786 32.6185 -0.56012 ms
90th percentile service time keyword-terms-low-cardinality 44.745 44.0612 -0.68371 ms
99th percentile service time keyword-terms-low-cardinality 46.1534 44.346 -1.80744 ms
100th percentile service time keyword-terms-low-cardinality 47.3362 44.4058 -2.93034 ms
error rate keyword-terms-low-cardinality 0 0 0 %
Min Throughput composite-terms 2.00516 2.0048 -0.00036 ops/s
Mean Throughput composite-terms 2.00845 2.00788 -0.00056 ops/s
Median Throughput composite-terms 2.00768 2.00718 -0.00051 ops/s
Max Throughput composite-terms 2.01511 2.01408 -0.00103 ops/s
50th percentile latency composite-terms 190.468 193.753 3.28448 ms
90th percentile latency composite-terms 197.373 199.053 1.67944 ms
99th percentile latency composite-terms 205.196 206.74 1.54372 ms
100th percentile latency composite-terms 208.355 208.881 0.52621 ms
50th percentile service time composite-terms 189.349 192.552 3.20264 ms
90th percentile service time composite-terms 196.12 198.139 2.01864 ms
99th percentile service time composite-terms 204.139 205.2 1.0616 ms
100th percentile service time composite-terms 207.281 207.246 -0.03558 ms
error rate composite-terms 0 0 0 %
Min Throughput composite_terms-keyword 2.00383 2.00301 -0.00082 ops/s
Mean Throughput composite_terms-keyword 2.00629 2.00493 -0.00136 ops/s
Median Throughput composite_terms-keyword 2.00573 2.00448 -0.00125 ops/s
Max Throughput composite_terms-keyword 2.01122 2.00878 -0.00244 ops/s
50th percentile latency composite_terms-keyword 347.328 347.973 0.64445 ms
90th percentile latency composite_terms-keyword 354.17 358.048 3.87767 ms
99th percentile latency composite_terms-keyword 361.725 370.623 8.89865 ms
100th percentile latency composite_terms-keyword 361.952 373.136 11.1847 ms
50th percentile service time composite_terms-keyword 346.511 347.202 0.69139 ms
90th percentile service time composite_terms-keyword 353.255 356.781 3.52516 ms
99th percentile service time composite_terms-keyword 360.991 368.725 7.73378 ms
100th percentile service time composite_terms-keyword 361.058 371.499 10.4413 ms
error rate composite_terms-keyword 0 0 0 %
Min Throughput composite-date_histogram-daily 2.01225 2.01236 0.00011 ops/s
Mean Throughput composite-date_histogram-daily 2.02016 2.02035 0.00019 ops/s
Median Throughput composite-date_histogram-daily 2.01831 2.01848 0.00018 ops/s
Max Throughput composite-date_histogram-daily 2.03621 2.03657 0.00036 ops/s
50th percentile latency composite-date_histogram-daily 4.69332 5.21802 0.5247 ms
90th percentile latency composite-date_histogram-daily 5.23895 5.69315 0.4542 ms
99th percentile latency composite-date_histogram-daily 5.66727 6.05769 0.39042 ms
100th percentile latency composite-date_histogram-daily 5.69859 6.16486 0.46627 ms
50th percentile service time composite-date_histogram-daily 3.28091 3.83935 0.55843 ms
90th percentile service time composite-date_histogram-daily 3.56325 4.11604 0.55279 ms
99th percentile service time composite-date_histogram-daily 4.18244 4.4386 0.25616 ms
100th percentile service time composite-date_histogram-daily 4.34654 4.44356 0.09702 ms
error rate composite-date_histogram-daily 0 0 0 %
Min Throughput range 2.01312 2.01312 1e-05 ops/s
Mean Throughput range 2.02159 2.0216 0 ops/s
Median Throughput range 2.0196 2.01964 4e-05 ops/s
Max Throughput range 2.03885 2.0388 -5e-05 ops/s
50th percentile latency range 5.18858 6.10653 0.91795 ms
90th percentile latency range 5.50231 6.49413 0.99181 ms
99th percentile latency range 10.496 6.7124 -3.78357 ms
100th percentile latency range 15.3662 6.71269 -8.65349 ms
50th percentile service time range 3.75716 4.74449 0.98734 ms
90th percentile service time range 3.9085 4.85547 0.94697 ms
99th percentile service time range 9.09475 5.02585 -4.0689 ms
100th percentile service time range 14.0033 5.06261 -8.94066 ms
error rate range 0 0 0 %
Min Throughput range-numeric 2.01317 2.01313 -4e-05 ops/s
Mean Throughput range-numeric 2.02169 2.02161 -8e-05 ops/s
Median Throughput range-numeric 2.0197 2.01962 -8e-05 ops/s
Max Throughput range-numeric 2.03901 2.03888 -0.00012 ops/s
50th percentile latency range-numeric 3.19485 4.03623 0.84138 ms
90th percentile latency range-numeric 3.62608 4.48535 0.85927 ms
99th percentile latency range-numeric 3.85803 4.72017 0.86214 ms
100th percentile latency range-numeric 3.93223 4.72132 0.78909 ms
50th percentile service time range-numeric 1.88658 2.74651 0.85993 ms
90th percentile service time range-numeric 2.01907 2.8943 0.87523 ms
99th percentile service time range-numeric 2.21876 2.97929 0.76053 ms
100th percentile service time range-numeric 2.33405 2.98183 0.64778 ms
error rate range-numeric 0 0 0 %
Min Throughput keyword-in-range 2.01184 2.01143 -0.00041 ops/s
Mean Throughput keyword-in-range 2.01947 2.0188 -0.00067 ops/s
Median Throughput keyword-in-range 2.01771 2.01709 -0.00062 ops/s
Max Throughput keyword-in-range 2.035 2.03378 -0.00122 ops/s
50th percentile latency keyword-in-range 13.1188 14.7897 1.6709 ms
90th percentile latency keyword-in-range 13.7469 15.2658 1.51887 ms
99th percentile latency keyword-in-range 17.93 21.011 3.08096 ms
100th percentile latency keyword-in-range 20.0329 21.4259 1.39307 ms
50th percentile service time keyword-in-range 11.8096 13.4124 1.60277 ms
90th percentile service time keyword-in-range 12.3565 13.726 1.36952 ms
99th percentile service time keyword-in-range 16.5991 19.3741 2.775 ms
100th percentile service time keyword-in-range 18.2944 19.7521 1.45762 ms
error rate keyword-in-range 0 0 0 %
Min Throughput date_histogram_hourly_agg 2.01134 2.01086 -0.00049 ops/s
Mean Throughput date_histogram_hourly_agg 2.01866 2.01785 -0.00081 ops/s
Median Throughput date_histogram_hourly_agg 2.01696 2.01622 -0.00074 ops/s
Max Throughput date_histogram_hourly_agg 2.03355 2.03207 -0.00147 ops/s
50th percentile latency date_histogram_hourly_agg 6.55176 7.07013 0.51837 ms
90th percentile latency date_histogram_hourly_agg 8.65628 8.864 0.20772 ms
99th percentile latency date_histogram_hourly_agg 9.07048 9.11857 0.04809 ms
100th percentile latency date_histogram_hourly_agg 9.10351 9.13727 0.03376 ms
50th percentile service time date_histogram_hourly_agg 5.01102 5.72664 0.71562 ms
90th percentile service time date_histogram_hourly_agg 7.24198 7.33461 0.09263 ms
99th percentile service time date_histogram_hourly_agg 7.60189 7.78129 0.1794 ms
100th percentile service time date_histogram_hourly_agg 7.61459 7.83754 0.22295 ms
error rate date_histogram_hourly_agg 0 0 0 %
Min Throughput date_histogram_minute_agg 2.01179 2.01192 0.00013 ops/s
Mean Throughput date_histogram_minute_agg 2.01938 2.01961 0.00023 ops/s
Median Throughput date_histogram_minute_agg 2.01762 2.01782 0.00021 ops/s
Max Throughput date_histogram_minute_agg 2.03479 2.03524 0.00045 ops/s
50th percentile latency date_histogram_minute_agg 39.1711 40.743 1.57192 ms
90th percentile latency date_histogram_minute_agg 40.3261 41.5996 1.27355 ms
99th percentile latency date_histogram_minute_agg 46.7628 51.2639 4.50116 ms
100th percentile latency date_histogram_minute_agg 47.3666 52.5309 5.16435 ms
50th percentile service time date_histogram_minute_agg 37.7829 39.4218 1.63888 ms
90th percentile service time date_histogram_minute_agg 38.8683 40.4127 1.54441 ms
99th percentile service time date_histogram_minute_agg 45.5257 49.7581 4.23237 ms
100th percentile service time date_histogram_minute_agg 46.1126 50.8909 4.77833 ms
error rate date_histogram_minute_agg 0 0 0 %
Min Throughput scroll 49.8802 49.8548 -0.02546 pages/s
Mean Throughput scroll 49.9318 49.919 -0.01276 pages/s
Median Throughput scroll 49.9372 49.9262 -0.01099 pages/s
Max Throughput scroll 49.9582 49.9506 -0.00753 pages/s
50th percentile latency scroll 468.7 476.104 7.40349 ms
90th percentile latency scroll 482.388 488.011 5.62338 ms
99th percentile latency scroll 518.56 516.651 -1.90932 ms
100th percentile latency scroll 520.196 521.851 1.65576 ms
50th percentile service time scroll 467.096 475.018 7.92227 ms
90th percentile service time scroll 478.72 485.4 6.68001 ms
99th percentile service time scroll 516.713 515.652 -1.0616 ms
100th percentile service time scroll 517.372 520.972 3.59949 ms
error rate scroll 0 0 0 %
Min Throughput query-string-on-message 2.0111 2.0108 -0.0003 ops/s
Mean Throughput query-string-on-message 2.01824 2.01777 -0.00047 ops/s
Median Throughput query-string-on-message 2.01659 2.01615 -0.00044 ops/s
Max Throughput query-string-on-message 2.03277 2.03191 -0.00086 ops/s
50th percentile latency query-string-on-message 6.2563 6.95884 0.70255 ms
90th percentile latency query-string-on-message 6.81599 7.37591 0.55992 ms
99th percentile latency query-string-on-message 7.78701 8.40129 0.61428 ms
100th percentile latency query-string-on-message 7.81135 8.74605 0.9347 ms
50th percentile service time query-string-on-message 4.95977 5.61972 0.65995 ms
90th percentile service time query-string-on-message 5.47211 5.97643 0.50433 ms
99th percentile service time query-string-on-message 6.07786 7.22804 1.15018 ms
100th percentile service time query-string-on-message 6.19586 7.49665 1.30079 ms
error rate query-string-on-message 0 0 0 %
Min Throughput query-string-on-message-filtered 2.01275 2.01269 -5e-05 ops/s
Mean Throughput query-string-on-message-filtered 2.02096 2.02088 -8e-05 ops/s
Median Throughput query-string-on-message-filtered 2.01903 2.01897 -6e-05 ops/s
Max Throughput query-string-on-message-filtered 2.03768 2.03754 -0.00014 ops/s
50th percentile latency query-string-on-message-filtered 13.3226 13.5532 0.23058 ms
90th percentile latency query-string-on-message-filtered 13.9495 14.3984 0.44888 ms
99th percentile latency query-string-on-message-filtered 18.6442 18.7406 0.0964 ms
100th percentile latency query-string-on-message-filtered 18.7129 19.3327 0.61981 ms
50th percentile service time query-string-on-message-filtered 12.069 12.1936 0.12461 ms
90th percentile service time query-string-on-message-filtered 12.4007 12.5253 0.12459 ms
99th percentile service time query-string-on-message-filtered 17.6583 17.2759 -0.38242 ms
100th percentile service time query-string-on-message-filtered 17.848 17.6771 -0.17083 ms
error rate query-string-on-message-filtered 0 0 0 %
Min Throughput query-string-on-message-filtered-sorted-num 2.01239 2.01238 -1e-05 ops/s
Mean Throughput query-string-on-message-filtered-sorted-num 2.0204 2.02037 -3e-05 ops/s
Median Throughput query-string-on-message-filtered-sorted-num 2.01853 2.01851 -2e-05 ops/s
Max Throughput query-string-on-message-filtered-sorted-num 2.03669 2.03657 -0.00013 ops/s
50th percentile latency query-string-on-message-filtered-sorted-num 22.178 21.9248 -0.25323 ms
90th percentile latency query-string-on-message-filtered-sorted-num 22.8096 22.4491 -0.36051 ms
99th percentile latency query-string-on-message-filtered-sorted-num 29.2052 26.5467 -2.65846 ms
100th percentile latency query-string-on-message-filtered-sorted-num 29.8296 28.2946 -1.53496 ms
50th percentile service time query-string-on-message-filtered-sorted-num 19.9052 19.6043 -0.30088 ms
90th percentile service time query-string-on-message-filtered-sorted-num 20.3319 20.1172 -0.21469 ms
99th percentile service time query-string-on-message-filtered-sorted-num 27.1677 24.0327 -3.13502 ms
100th percentile service time query-string-on-message-filtered-sorted-num 28.2447 25.8049 -2.43977 ms
error rate query-string-on-message-filtered-sorted-num 0 0 0 %
Min Throughput sort_keyword_can_match_shortcut 2.01289 2.01285 -4e-05 ops/s
Mean Throughput sort_keyword_can_match_shortcut 2.02121 2.02115 -6e-05 ops/s
Median Throughput sort_keyword_can_match_shortcut 2.01927 2.01922 -5e-05 ops/s
Max Throughput sort_keyword_can_match_shortcut 2.03809 2.03799 -0.0001 ops/s
50th percentile latency sort_keyword_can_match_shortcut 5.97363 6.09451 0.12088 ms
90th percentile latency sort_keyword_can_match_shortcut 6.34977 6.53016 0.1804 ms
99th percentile latency sort_keyword_can_match_shortcut 7.135 6.84846 -0.28654 ms
100th percentile latency sort_keyword_can_match_shortcut 7.15446 6.91779 -0.23667 ms
50th percentile service time sort_keyword_can_match_shortcut 4.56128 4.71184 0.15056 ms
90th percentile service time sort_keyword_can_match_shortcut 4.67504 4.89167 0.21663 ms
99th percentile service time sort_keyword_can_match_shortcut 5.6576 5.49303 -0.16457 ms
100th percentile service time sort_keyword_can_match_shortcut 5.94378 5.56516 -0.37862 ms
error rate sort_keyword_can_match_shortcut 0 0 0 %
Min Throughput sort_keyword_no_can_match_shortcut 2.01321 2.01319 -2e-05 ops/s
Mean Throughput sort_keyword_no_can_match_shortcut 2.02173 2.02169 -3e-05 ops/s
Median Throughput sort_keyword_no_can_match_shortcut 2.01975 2.0197 -5e-05 ops/s
Max Throughput sort_keyword_no_can_match_shortcut 2.03907 2.03902 -5e-05 ops/s
50th percentile latency sort_keyword_no_can_match_shortcut 5.84246 6.05588 0.21342 ms
90th percentile latency sort_keyword_no_can_match_shortcut 6.23117 6.4347 0.20353 ms
99th percentile latency sort_keyword_no_can_match_shortcut 6.47383 6.70955 0.23572 ms
100th percentile latency sort_keyword_no_can_match_shortcut 6.48 6.83074 0.35073 ms
50th percentile service time sort_keyword_no_can_match_shortcut 4.42542 4.6782 0.25278 ms
90th percentile service time sort_keyword_no_can_match_shortcut 4.69161 4.7621 0.0705 ms
99th percentile service time sort_keyword_no_can_match_shortcut 5.09365 5.28618 0.19253 ms
100th percentile service time sort_keyword_no_can_match_shortcut 5.22614 5.3089 0.08276 ms
error rate sort_keyword_no_can_match_shortcut 0 0 0 %
Min Throughput sort_numeric_desc 2.01195 2.01122 -0.00073 ops/s
Mean Throughput sort_numeric_desc 2.01967 2.01845 -0.00122 ops/s
Median Throughput sort_numeric_desc 2.01786 2.01678 -0.00108 ops/s
Max Throughput sort_numeric_desc 2.03531 2.03309 -0.00222 ops/s
50th percentile latency sort_numeric_desc 5.76549 5.67018 -0.09531 ms
90th percentile latency sort_numeric_desc 6.1569 6.01368 -0.14322 ms
99th percentile latency sort_numeric_desc 6.87163 6.46073 -0.4109 ms
100th percentile latency sort_numeric_desc 7.35064 6.70253 -0.64811 ms
50th percentile service time sort_numeric_desc 4.40206 4.35356 -0.04849 ms
90th percentile service time sort_numeric_desc 4.58185 4.48807 -0.09378 ms
99th percentile service time sort_numeric_desc 5.43042 5.03327 -0.39714 ms
100th percentile service time sort_numeric_desc 5.51589 5.39966 -0.11623 ms
error rate sort_numeric_desc 0 0 0 %
Min Throughput sort_numeric_asc 2.01296 2.01298 2e-05 ops/s
Mean Throughput sort_numeric_asc 2.02135 2.02139 4e-05 ops/s
Median Throughput sort_numeric_asc 2.01939 2.01943 5e-05 ops/s
Max Throughput sort_numeric_asc 2.0384 2.03844 4e-05 ops/s
50th percentile latency sort_numeric_asc 5.40537 5.48829 0.08292 ms
90th percentile latency sort_numeric_asc 5.80884 5.8926 0.08376 ms
99th percentile latency sort_numeric_asc 6.3119 6.59593 0.28403 ms
100th percentile latency sort_numeric_asc 6.44206 6.8445 0.40244 ms
50th percentile service time sort_numeric_asc 4.0721 4.16975 0.09764 ms
90th percentile service time sort_numeric_asc 4.24739 4.26938 0.02199 ms
99th percentile service time sort_numeric_asc 4.51019 5.27932 0.76913 ms
100th percentile service time sort_numeric_asc 4.64064 5.55331 0.91267 ms
error rate sort_numeric_asc 0 0 0 %
Min Throughput sort_numeric_desc_with_match 2.01325 2.01325 -0 ops/s
Mean Throughput sort_numeric_desc_with_match 2.02182 2.02178 -4e-05 ops/s
Median Throughput sort_numeric_desc_with_match 2.01982 2.01979 -3e-05 ops/s
Max Throughput sort_numeric_desc_with_match 2.03923 2.03913 -0.0001 ops/s
50th percentile latency sort_numeric_desc_with_match 3.69867 3.97429 0.27562 ms
90th percentile latency sort_numeric_desc_with_match 4.10224 4.43357 0.33133 ms
99th percentile latency sort_numeric_desc_with_match 4.29226 4.64084 0.34858 ms
100th percentile latency sort_numeric_desc_with_match 4.31004 4.71927 0.40923 ms
50th percentile service time sort_numeric_desc_with_match 2.36971 2.68039 0.31068 ms
90th percentile service time sort_numeric_desc_with_match 2.53879 2.74162 0.20283 ms
99th percentile service time sort_numeric_desc_with_match 2.63094 2.9172 0.28626 ms
100th percentile service time sort_numeric_desc_with_match 2.64356 2.9431 0.29954 ms
error rate sort_numeric_desc_with_match 0 0 0 %
Min Throughput sort_numeric_asc_with_match 2.01326 2.01327 1e-05 ops/s
Mean Throughput sort_numeric_asc_with_match 2.02182 2.02184 2e-05 ops/s
Median Throughput sort_numeric_asc_with_match 2.01983 2.01984 1e-05 ops/s
Max Throughput sort_numeric_asc_with_match 2.03927 2.03928 1e-05 ops/s
50th percentile latency sort_numeric_asc_with_match 3.63476 3.64298 0.00821 ms
90th percentile latency sort_numeric_asc_with_match 4.08794 4.01467 -0.07328 ms
99th percentile latency sort_numeric_asc_with_match 4.31916 4.22567 -0.09349 ms
100th percentile latency sort_numeric_asc_with_match 4.36666 4.30054 -0.06611 ms
50th percentile service time sort_numeric_asc_with_match 2.33544 2.27532 -0.06012 ms
90th percentile service time sort_numeric_asc_with_match 2.42678 2.33451 -0.09227 ms
99th percentile service time sort_numeric_asc_with_match 2.5987 2.45215 -0.14655 ms
100th percentile service time sort_numeric_asc_with_match 2.66284 2.4942 -0.16863 ms
error rate sort_numeric_asc_with_match 0 0 0 %
Min Throughput range_field_conjunction_big_range_big_term_query 2.01325 2.0132 -4e-05 ops/s
Mean Throughput range_field_conjunction_big_range_big_term_query 2.0218 2.02173 -7e-05 ops/s
Median Throughput range_field_conjunction_big_range_big_term_query 2.0198 2.01973 -7e-05 ops/s
Max Throughput range_field_conjunction_big_range_big_term_query 2.03923 2.0391 -0.00013 ops/s
50th percentile latency range_field_conjunction_big_range_big_term_query 3.71208 3.90936 0.19728 ms
90th percentile latency range_field_conjunction_big_range_big_term_query 4.1423 4.35597 0.21368 ms
99th percentile latency range_field_conjunction_big_range_big_term_query 4.4785 4.44035 -0.03815 ms
100th percentile latency range_field_conjunction_big_range_big_term_query 4.52255 4.44325 -0.0793 ms
50th percentile service time range_field_conjunction_big_range_big_term_query 2.33464 2.61493 0.2803 ms
90th percentile service time range_field_conjunction_big_range_big_term_query 2.50781 2.7471 0.23929 ms
99th percentile service time range_field_conjunction_big_range_big_term_query 3.29512 2.93729 -0.35784 ms
100th percentile service time range_field_conjunction_big_range_big_term_query 3.48548 3.00939 -0.47609 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.01324 2.01325 1e-05 ops/s
Mean Throughput range_field_disjunction_big_range_small_term_query 2.02178 2.02182 4e-05 ops/s
Median Throughput range_field_disjunction_big_range_small_term_query 2.01978 2.01981 3e-05 ops/s
Max Throughput range_field_disjunction_big_range_small_term_query 2.03917 2.03924 8e-05 ops/s
50th percentile latency range_field_disjunction_big_range_small_term_query 3.99601 3.72806 -0.26795 ms
90th percentile latency range_field_disjunction_big_range_small_term_query 4.43558 4.17537 -0.26021 ms
99th percentile latency range_field_disjunction_big_range_small_term_query 4.60502 4.32603 -0.279 ms
100th percentile latency range_field_disjunction_big_range_small_term_query 4.62074 4.38752 -0.23323 ms
50th percentile service time range_field_disjunction_big_range_small_term_query 2.67582 2.44135 -0.23447 ms
90th percentile service time range_field_disjunction_big_range_small_term_query 2.81765 2.55818 -0.25947 ms
99th percentile service time range_field_disjunction_big_range_small_term_query 2.89446 2.62945 -0.265 ms
100th percentile service time range_field_disjunction_big_range_small_term_query 2.92627 2.6413 -0.28497 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.01326 2.01323 -2e-05 ops/s
Mean Throughput range_field_conjunction_small_range_small_term_query 2.02182 2.02176 -5e-05 ops/s
Median Throughput range_field_conjunction_small_range_small_term_query 2.01982 2.01978 -4e-05 ops/s
Max Throughput range_field_conjunction_small_range_small_term_query 2.03925 2.0391 -0.00014 ops/s
50th percentile latency range_field_conjunction_small_range_small_term_query 3.93824 4.0615 0.12326 ms
90th percentile latency range_field_conjunction_small_range_small_term_query 4.37409 4.45729 0.0832 ms
99th percentile latency range_field_conjunction_small_range_small_term_query 4.47683 4.62025 0.14343 ms
100th percentile latency range_field_conjunction_small_range_small_term_query 4.50671 4.67128 0.16457 ms
50th percentile service time range_field_conjunction_small_range_small_term_query 2.60049 2.70048 0.09999 ms
90th percentile service time range_field_conjunction_small_range_small_term_query 2.70023 2.77087 0.07064 ms
99th percentile service time range_field_conjunction_small_range_small_term_query 2.90421 2.91914 0.01493 ms
100th percentile service time range_field_conjunction_small_range_small_term_query 2.9075 2.93087 0.02337 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.01329 2.01326 -3e-05 ops/s
Mean Throughput range_field_conjunction_small_range_big_term_query 2.02186 2.02181 -4e-05 ops/s
Median Throughput range_field_conjunction_small_range_big_term_query 2.01986 2.01983 -3e-05 ops/s
Max Throughput range_field_conjunction_small_range_big_term_query 2.03931 2.0392 -0.0001 ops/s
50th percentile latency range_field_conjunction_small_range_big_term_query 3.66805 3.63946 -0.0286 ms
90th percentile latency range_field_conjunction_small_range_big_term_query 4.10083 4.05774 -0.04308 ms
99th percentile latency range_field_conjunction_small_range_big_term_query 4.39604 4.43754 0.0415 ms
100th percentile latency range_field_conjunction_small_range_big_term_query 4.39835 4.67945 0.2811 ms
50th percentile service time range_field_conjunction_small_range_big_term_query 2.30594 2.32818 0.02224 ms
90th percentile service time range_field_conjunction_small_range_big_term_query 2.44046 2.39783 -0.04263 ms
99th percentile service time range_field_conjunction_small_range_big_term_query 2.86499 2.4663 -0.39869 ms
100th percentile service time range_field_conjunction_small_range_big_term_query 2.8744 2.48868 -0.38572 ms
error rate range_field_conjunction_small_range_big_term_query 0 0 0 %
Min Throughput range-auto-date-histo 0.305997 0.303146 -0.00285 ops/s
Mean Throughput range-auto-date-histo 0.308829 0.305946 -0.00288 ops/s
Median Throughput range-auto-date-histo 0.309398 0.305902 -0.0035 ops/s
Max Throughput range-auto-date-histo 0.310036 0.30764 -0.0024 ops/s
50th percentile latency range-auto-date-histo 273876 277821 3944.56 ms
90th percentile latency range-auto-date-histo 382718 386288 3570.84 ms
99th percentile latency range-auto-date-histo 406877 410501 3624.03 ms
100th percentile latency range-auto-date-histo 408210 411830 3620.03 ms
50th percentile service time range-auto-date-histo 3175.15 3194.07 18.9177 ms
90th percentile service time range-auto-date-histo 3296.56 3339.25 42.6918 ms
99th percentile service time range-auto-date-histo 3544.73 3595.07 50.3477 ms
100th percentile service time range-auto-date-histo 3545.27 3632.58 87.303 ms
error rate range-auto-date-histo 0 0 0 %
Min Throughput range-auto-date-histo-with-metrics 0.109547 0.10935 -0.0002 ops/s
Mean Throughput range-auto-date-histo-with-metrics 0.110136 0.109818 -0.00032 ops/s
Median Throughput range-auto-date-histo-with-metrics 0.11025 0.10989 -0.00036 ops/s
Max Throughput range-auto-date-histo-with-metrics 0.110388 0.109958 -0.00043 ops/s
50th percentile latency range-auto-date-histo-with-metrics 860539 863614 3075.38 ms
90th percentile latency range-auto-date-histo-with-metrics 1.20254e+06 1.20779e+06 5245.75 ms
99th percentile latency range-auto-date-histo-with-metrics 1.27944e+06 1.28522e+06 5774.56 ms
100th percentile latency range-auto-date-histo-with-metrics 1.28366e+06 1.28947e+06 5813.25 ms
50th percentile service time range-auto-date-histo-with-metrics 9010.72 9051.09 40.3667 ms
90th percentile service time range-auto-date-histo-with-metrics 9164.82 9265.85 101.029 ms
99th percentile service time range-auto-date-histo-with-metrics 9382.07 9462.65 80.5767 ms
100th percentile service time range-auto-date-histo-with-metrics 9405.3 9473.48 68.1836 ms
error rate range-auto-date-histo-with-metrics 0 0 0 %
Min Throughput range-agg-1 2.01319 2.01322 3e-05 ops/s
Mean Throughput range-agg-1 2.02172 2.02176 4e-05 ops/s
Median Throughput range-agg-1 2.01974 2.01976 3e-05 ops/s
Max Throughput range-agg-1 2.03905 2.03915 0.0001 ops/s
50th percentile latency range-agg-1 4.03442 3.98257 -0.05185 ms
90th percentile latency range-agg-1 4.52571 4.38035 -0.14536 ms
99th percentile latency range-agg-1 5.03726 4.63418 -0.40309 ms
100th percentile latency range-agg-1 5.33226 4.73204 -0.60022 ms
50th percentile service time range-agg-1 2.66782 2.63614 -0.03168 ms
90th percentile service time range-agg-1 2.91149 2.75036 -0.16113 ms
99th percentile service time range-agg-1 3.44103 2.91229 -0.52874 ms
100th percentile service time range-agg-1 3.73886 2.94059 -0.79826 ms
error rate range-agg-1 0 0 0 %
Min Throughput range-agg-2 2.01326 2.01326 -0 ops/s
Mean Throughput range-agg-2 2.02181 2.02182 1e-05 ops/s
Median Throughput range-agg-2 2.01981 2.01984 3e-05 ops/s
Max Throughput range-agg-2 2.03918 2.03925 7e-05 ops/s
50th percentile latency range-agg-2 3.92501 4.1424 0.21739 ms
90th percentile latency range-agg-2 4.37852 4.61939 0.24087 ms
99th percentile latency range-agg-2 4.71792 6.65476 1.93684 ms
100th percentile latency range-agg-2 4.74231 8.58235 3.84003 ms
50th percentile service time range-agg-2 2.60133 2.90823 0.30691 ms
90th percentile service time range-agg-2 2.84174 3.0372 0.19546 ms
99th percentile service time range-agg-2 3.01794 5.31173 2.2938 ms
100th percentile service time range-agg-2 3.05577 7.48034 4.42457 ms
error rate range-agg-2 0 0 0 %
Min Throughput cardinality-agg-low 2.01252 2.01211 -0.00041 ops/s
Mean Throughput cardinality-agg-low 2.02057 2.01992 -0.00065 ops/s
Median Throughput cardinality-agg-low 2.01869 2.01811 -0.00058 ops/s
Max Throughput cardinality-agg-low 2.03702 2.03576 -0.00125 ops/s
50th percentile latency cardinality-agg-low 5.62525 6.66198 1.03673 ms
90th percentile latency cardinality-agg-low 6.45567 7.84716 1.39149 ms
99th percentile latency cardinality-agg-low 7.14456 8.32184 1.17728 ms
100th percentile latency cardinality-agg-low 7.15682 8.37527 1.21845 ms
50th percentile service time cardinality-agg-low 4.18358 5.13538 0.9518 ms
90th percentile service time cardinality-agg-low 4.809 6.3029 1.4939 ms
99th percentile service time cardinality-agg-low 5.27815 6.78034 1.5022 ms
100th percentile service time cardinality-agg-low 5.30684 6.90029 1.59345 ms
error rate cardinality-agg-low 0 0 0 %
Min Throughput cardinality-agg-high 0.781137 0.811924 0.03079 ops/s
Mean Throughput cardinality-agg-high 0.787882 0.816414 0.02853 ops/s
Median Throughput cardinality-agg-high 0.7882 0.81633 0.02813 ops/s
Max Throughput cardinality-agg-high 0.79265 0.820352 0.0277 ops/s
50th percentile latency cardinality-agg-high 77720.1 72877.9 -4842.19 ms
90th percentile latency cardinality-agg-high 108815 102297 -6518.1 ms
99th percentile latency cardinality-agg-high 115544 108384 -7160.5 ms
100th percentile latency cardinality-agg-high 115918 108728 -7189.89 ms
50th percentile service time cardinality-agg-high 1246.29 1183.22 -63.0727 ms
90th percentile service time cardinality-agg-high 1345.19 1336.82 -8.36713 ms
99th percentile service time cardinality-agg-high 1785.87 1628.76 -157.111 ms
100th percentile service time cardinality-agg-high 1865.4 1701.76 -163.638 ms
error rate cardinality-agg-high 0 0 0 %
Min Throughput cardinality-agg-very-high 0.610461 0.668417 0.05796 ops/s
Mean Throughput cardinality-agg-very-high 0.618037 0.672076 0.05404 ops/s
Median Throughput cardinality-agg-very-high 0.619655 0.672056 0.0524 ops/s
Max Throughput cardinality-agg-very-high 0.622716 0.676481 0.05377 ops/s
50th percentile latency cardinality-agg-very-high 112188 98772.4 -13415.5 ms
90th percentile latency cardinality-agg-very-high 156013 139527 -16486.1 ms
99th percentile latency cardinality-agg-very-high 166041 148100 -17941.6 ms
100th percentile latency cardinality-agg-very-high 166566 148565 -18001.2 ms
50th percentile service time cardinality-agg-very-high 1558.11 1439.5 -118.604 ms
90th percentile service time cardinality-agg-very-high 1730.1 1619.44 -110.657 ms
99th percentile service time cardinality-agg-very-high 2190.16 2172.39 -17.7696 ms
100th percentile service time cardinality-agg-very-high 2273.2 2198.05 -75.1448 ms
error rate cardinality-agg-very-high 0 0 0 %
Min Throughput range_with_asc_sort 2.01316 2.01313 -3e-05 ops/s
Mean Throughput range_with_asc_sort 2.02164 2.02162 -2e-05 ops/s
Median Throughput range_with_asc_sort 2.01967 2.01964 -3e-05 ops/s
Max Throughput range_with_asc_sort 2.03894 2.0389 -4e-05 ops/s
50th percentile latency range_with_asc_sort 7.23157 7.33612 0.10455 ms
90th percentile latency range_with_asc_sort 7.64118 7.77632 0.13514 ms
99th percentile latency range_with_asc_sort 7.89307 8.24063 0.34757 ms
100th percentile latency range_with_asc_sort 7.93175 8.54897 0.61721 ms
50th percentile service time range_with_asc_sort 5.76903 6.02158 0.25255 ms
90th percentile service time range_with_asc_sort 6.03977 6.14247 0.1027 ms
99th percentile service time range_with_asc_sort 6.21108 6.33611 0.12503 ms
100th percentile service time range_with_asc_sort 6.24763 6.38741 0.13977 ms
error rate range_with_asc_sort 0 0 0 %
Min Throughput range_with_desc_sort 2.01316 2.01317 1e-05 ops/s
Mean Throughput range_with_desc_sort 2.02165 2.02168 3e-05 ops/s
Median Throughput range_with_desc_sort 2.01968 2.0197 2e-05 ops/s
Max Throughput range_with_desc_sort 2.0389 2.03899 8e-05 ops/s
50th percentile latency range_with_desc_sort 7.36491 7.06799 -0.29693 ms
90th percentile latency range_with_desc_sort 7.9064 7.44868 -0.45771 ms
99th percentile latency range_with_desc_sort 8.46823 7.94294 -0.52528 ms
100th percentile latency range_with_desc_sort 8.60593 8.17604 -0.42989 ms
50th percentile service time range_with_desc_sort 6.04987 5.75494 -0.29493 ms
90th percentile service time range_with_desc_sort 6.33702 5.84024 -0.49678 ms
99th percentile service time range_with_desc_sort 7.19746 6.44991 -0.74756 ms
100th percentile service time range_with_desc_sort 7.49873 6.70532 -0.79341 ms
error rate range_with_desc_sort 0 0 0 %

@jainankitk
Copy link
Contributor Author

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

@jainankitk
Copy link
Contributor Author

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

@jainankitk
Copy link
Contributor Author

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

@jainankitk
Copy link
Contributor Author

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

@github-actions
Copy link
Contributor

The Jenkins job url is https://build.ci.opensearch.org/job/benchmark-pull-request/5025/ . 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/5025/

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 2
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 0.318 s
Total Young Gen GC count 5
Total Old Gen GC time 0 s
Total Old Gen GC count 0
Store size 21.1662 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 22
100th percentile latency wait-for-snapshot-recovery 300001 ms
100th percentile service time wait-for-snapshot-recovery 300001 ms
error rate wait-for-snapshot-recovery 100 %
Min Throughput default 3.01 ops/s
Mean Throughput default 3.02 ops/s
Median Throughput default 3.02 ops/s
Max Throughput default 3.03 ops/s
50th percentile latency default 7.11322 ms
90th percentile latency default 7.79355 ms
99th percentile latency default 9.02423 ms
100th percentile latency default 9.4757 ms
50th percentile service time default 5.90345 ms
90th percentile service time default 6.42211 ms
99th percentile service time default 7.75437 ms
100th percentile service time default 8.51548 ms
error rate default 0 %
Min Throughput range 1.01 ops/s
Mean Throughput range 1.01 ops/s
Median Throughput range 1.01 ops/s
Max Throughput range 1.02 ops/s
50th percentile latency range 9.91742 ms
90th percentile latency range 10.6209 ms
99th percentile latency range 13.1673 ms
100th percentile latency range 13.5452 ms
50th percentile service time range 8.11636 ms
90th percentile service time range 8.61789 ms
99th percentile service time range 11.2355 ms
100th percentile service time range 11.912 ms
error rate range 0 %
Min Throughput distance_amount_agg 0.15 ops/s
Mean Throughput distance_amount_agg 0.15 ops/s
Median Throughput distance_amount_agg 0.15 ops/s
Max Throughput distance_amount_agg 0.15 ops/s
50th percentile latency distance_amount_agg 620537 ms
90th percentile latency distance_amount_agg 866049 ms
99th percentile latency distance_amount_agg 921515 ms
100th percentile latency distance_amount_agg 924561 ms
50th percentile service time distance_amount_agg 6632.99 ms
90th percentile service time distance_amount_agg 6740 ms
99th percentile service time distance_amount_agg 6946.48 ms
100th percentile service time distance_amount_agg 7018.23 ms
error rate distance_amount_agg 0 %
Min Throughput autohisto_agg 1.51 ops/s
Mean Throughput autohisto_agg 1.51 ops/s
Median Throughput autohisto_agg 1.51 ops/s
Max Throughput autohisto_agg 1.53 ops/s
50th percentile latency autohisto_agg 7.17701 ms
90th percentile latency autohisto_agg 8.15403 ms
99th percentile latency autohisto_agg 11.3148 ms
100th percentile latency autohisto_agg 11.573 ms
50th percentile service time autohisto_agg 5.65729 ms
90th percentile service time autohisto_agg 6.61607 ms
99th percentile service time autohisto_agg 8.87718 ms
100th percentile service time autohisto_agg 9.45639 ms
error rate autohisto_agg 0 %
Min Throughput date_histogram_agg 1.51 ops/s
Mean Throughput date_histogram_agg 1.52 ops/s
Median Throughput date_histogram_agg 1.51 ops/s
Max Throughput date_histogram_agg 1.53 ops/s
50th percentile latency date_histogram_agg 6.82604 ms
90th percentile latency date_histogram_agg 7.404 ms
99th percentile latency date_histogram_agg 7.75994 ms
100th percentile latency date_histogram_agg 7.76805 ms
50th percentile service time date_histogram_agg 5.10706 ms
90th percentile service time date_histogram_agg 5.72709 ms
99th percentile service time date_histogram_agg 6.04515 ms
100th percentile service time date_histogram_agg 6.06967 ms
error rate date_histogram_agg 0 %
Min Throughput desc_sort_tip_amount 1.01 ops/s
Mean Throughput desc_sort_tip_amount 1.01 ops/s
Median Throughput desc_sort_tip_amount 1.01 ops/s
Max Throughput desc_sort_tip_amount 1.02 ops/s
50th percentile latency desc_sort_tip_amount 9.44881 ms
90th percentile latency desc_sort_tip_amount 10.3002 ms
99th percentile latency desc_sort_tip_amount 12.1814 ms
100th percentile latency desc_sort_tip_amount 12.2834 ms
50th percentile service time desc_sort_tip_amount 7.60581 ms
90th percentile service time desc_sort_tip_amount 8.31074 ms
99th percentile service time desc_sort_tip_amount 10.3473 ms
100th percentile service time desc_sort_tip_amount 10.3933 ms
error rate desc_sort_tip_amount 0 %
Min Throughput asc_sort_tip_amount 1 ops/s
Mean Throughput asc_sort_tip_amount 1.01 ops/s
Median Throughput asc_sort_tip_amount 1.01 ops/s
Max Throughput asc_sort_tip_amount 1.01 ops/s
50th percentile latency asc_sort_tip_amount 10.5573 ms
90th percentile latency asc_sort_tip_amount 11.0194 ms
99th percentile latency asc_sort_tip_amount 12.1619 ms
100th percentile latency asc_sort_tip_amount 12.4908 ms
50th percentile service time asc_sort_tip_amount 8.66622 ms
90th percentile service time asc_sort_tip_amount 8.92116 ms
99th percentile service time asc_sort_tip_amount 10.1688 ms
100th percentile service time asc_sort_tip_amount 10.815 ms
error rate asc_sort_tip_amount 0 %
Min Throughput desc_sort_passenger_count 2.01 ops/s
Mean Throughput desc_sort_passenger_count 2.02 ops/s
Median Throughput desc_sort_passenger_count 2.02 ops/s
Max Throughput desc_sort_passenger_count 2.03 ops/s
50th percentile latency desc_sort_passenger_count 7.99241 ms
90th percentile latency desc_sort_passenger_count 8.50789 ms
99th percentile latency desc_sort_passenger_count 43.4059 ms
100th percentile latency desc_sort_passenger_count 76.9333 ms
50th percentile service time desc_sort_passenger_count 6.65442 ms
90th percentile service time desc_sort_passenger_count 6.88522 ms
99th percentile service time desc_sort_passenger_count 42.2998 ms
100th percentile service time desc_sort_passenger_count 76.0006 ms
error rate desc_sort_passenger_count 0 %
Min Throughput asc_sort_passenger_count 2.01 ops/s
Mean Throughput asc_sort_passenger_count 2.02 ops/s
Median Throughput asc_sort_passenger_count 2.02 ops/s
Max Throughput asc_sort_passenger_count 2.04 ops/s
50th percentile latency asc_sort_passenger_count 9.215 ms
90th percentile latency asc_sort_passenger_count 9.61835 ms
99th percentile latency asc_sort_passenger_count 10.7825 ms
100th percentile latency asc_sort_passenger_count 11.5685 ms
50th percentile service time asc_sort_passenger_count 7.86006 ms
90th percentile service time asc_sort_passenger_count 8.00949 ms
99th percentile service time asc_sort_passenger_count 9.28693 ms
100th percentile service time asc_sort_passenger_count 9.7656 ms
error rate asc_sort_passenger_count 0 %

@github-actions
Copy link
Contributor

✅ Gradle check result for c967b02: SUCCESS

@opensearch-ci-bot
Copy link
Collaborator

Benchmark Baseline Comparison Results

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

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 2 2 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 0.282 0.318 0.036 s
Total Young Gen GC count 5 5 0
Total Old Gen GC time 0 0 0 s
Total Old Gen GC count 0 0 0
Store size 21.1662 21.1662 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 22 22 0
100th percentile latency wait-for-snapshot-recovery 300001 300001 -0.03125 ms
100th percentile service time wait-for-snapshot-recovery 300001 300001 -0.03125 ms
error rate wait-for-snapshot-recovery 100 100 0 %
Min Throughput default 3.01179 3.01161 -0.00019 ops/s
Mean Throughput default 3.01922 3.01885 -0.00038 ops/s
Median Throughput default 3.01748 3.01722 -0.00027 ops/s
Max Throughput default 3.03396 3.03321 -0.00075 ops/s
50th percentile latency default 7.15251 7.11322 -0.03929 ms
90th percentile latency default 7.90777 7.79355 -0.11422 ms
99th percentile latency default 8.87815 9.02423 0.14608 ms
100th percentile latency default 8.89217 9.4757 0.58353 ms
50th percentile service time default 5.98327 5.90345 -0.07982 ms
90th percentile service time default 6.71545 6.42211 -0.29334 ms
99th percentile service time default 7.59607 7.75437 0.1583 ms
100th percentile service time default 7.69375 8.51548 0.82173 ms
error rate default 0 0 0 %
Min Throughput range 1.00604 1.00612 8e-05 ops/s
Mean Throughput range 1.00995 1.01008 0.00013 ops/s
Median Throughput range 1.00905 1.00917 0.00012 ops/s
Max Throughput range 1.01799 1.01822 0.00024 ops/s
50th percentile latency range 9.53162 9.91742 0.38581 ms
90th percentile latency range 10.6924 10.6209 -0.07152 ms
99th percentile latency range 14.5884 13.1673 -1.42107 ms
100th percentile latency range 15.4167 13.5452 -1.87151 ms
50th percentile service time range 7.70676 8.11636 0.4096 ms
90th percentile service time range 8.84944 8.61789 -0.23155 ms
99th percentile service time range 12.4092 11.2355 -1.17374 ms
100th percentile service time range 13.0942 11.912 -1.18216 ms
error rate range 0 0 0 %
Min Throughput distance_amount_agg 0.155103 0.149939 -0.00516 ops/s
Mean Throughput distance_amount_agg 0.156089 0.150058 -0.00603 ops/s
Median Throughput distance_amount_agg 0.156201 0.150044 -0.00616 ops/s
Max Throughput distance_amount_agg 0.157213 0.150176 -0.00704 ops/s
50th percentile latency distance_amount_agg 593442 620537 27095.4 ms
90th percentile latency distance_amount_agg 824996 866049 41052.7 ms
99th percentile latency distance_amount_agg 876431 921515 45084 ms
100th percentile latency distance_amount_agg 879272 924561 45288.9 ms
50th percentile service time distance_amount_agg 6299.89 6632.99 333.097 ms
90th percentile service time distance_amount_agg 6480.63 6740 259.365 ms
99th percentile service time distance_amount_agg 6714.21 6946.48 232.27 ms
100th percentile service time distance_amount_agg 6754.21 7018.23 264.019 ms
error rate distance_amount_agg 0 0 0 %
Min Throughput autohisto_agg 1.50914 1.50907 -7e-05 ops/s
Mean Throughput autohisto_agg 1.5151 1.51499 -0.00011 ops/s
Median Throughput autohisto_agg 1.51376 1.51364 -0.00012 ops/s
Max Throughput autohisto_agg 1.52719 1.52699 -0.0002 ops/s
50th percentile latency autohisto_agg 7.38552 7.17701 -0.20851 ms
90th percentile latency autohisto_agg 8.25953 8.15403 -0.1055 ms
99th percentile latency autohisto_agg 10.2176 11.3148 1.0972 ms
100th percentile latency autohisto_agg 11.0798 11.573 0.49325 ms
50th percentile service time autohisto_agg 5.82426 5.65729 -0.16697 ms
90th percentile service time autohisto_agg 6.7028 6.61607 -0.08673 ms
99th percentile service time autohisto_agg 8.83234 8.87718 0.04484 ms
100th percentile service time autohisto_agg 9.96733 9.45639 -0.51094 ms
error rate autohisto_agg 0 0 0 %
Min Throughput date_histogram_agg 1.50977 1.50979 2e-05 ops/s
Mean Throughput date_histogram_agg 1.51616 1.51618 3e-05 ops/s
Median Throughput date_histogram_agg 1.51471 1.51474 3e-05 ops/s
Max Throughput date_histogram_agg 1.52911 1.52916 5e-05 ops/s
50th percentile latency date_histogram_agg 6.81906 6.82604 0.00698 ms
90th percentile latency date_histogram_agg 7.5099 7.404 -0.1059 ms
99th percentile latency date_histogram_agg 8.11901 7.75994 -0.35907 ms
100th percentile latency date_histogram_agg 8.28257 7.76805 -0.51452 ms
50th percentile service time date_histogram_agg 5.18182 5.10706 -0.07476 ms
90th percentile service time date_histogram_agg 5.88577 5.72709 -0.15868 ms
99th percentile service time date_histogram_agg 6.34875 6.04515 -0.3036 ms
100th percentile service time date_histogram_agg 6.38102 6.06967 -0.31135 ms
error rate date_histogram_agg 0 0 0 %
Min Throughput desc_sort_tip_amount 1.00572 1.0057 -2e-05 ops/s
Mean Throughput desc_sort_tip_amount 1.00942 1.00938 -3e-05 ops/s
Median Throughput desc_sort_tip_amount 1.00856 1.00854 -3e-05 ops/s
Max Throughput desc_sort_tip_amount 1.01701 1.01696 -5e-05 ops/s
50th percentile latency desc_sort_tip_amount 8.76086 9.44881 0.68795 ms
90th percentile latency desc_sort_tip_amount 9.83877 10.3002 0.46146 ms
99th percentile latency desc_sort_tip_amount 11.1222 12.1814 1.05923 ms
100th percentile latency desc_sort_tip_amount 11.1722 12.2834 1.11116 ms
50th percentile service time desc_sort_tip_amount 6.88925 7.60581 0.71656 ms
90th percentile service time desc_sort_tip_amount 7.78008 8.31074 0.53065 ms
99th percentile service time desc_sort_tip_amount 9.12494 10.3473 1.22239 ms
100th percentile service time desc_sort_tip_amount 9.23923 10.3933 1.15404 ms
error rate desc_sort_tip_amount 0 0 0 %
Min Throughput asc_sort_tip_amount 1.00495 1.00486 -0.0001 ops/s
Mean Throughput asc_sort_tip_amount 1.00815 1.00799 -0.00016 ops/s
Median Throughput asc_sort_tip_amount 1.00741 1.00726 -0.00015 ops/s
Max Throughput asc_sort_tip_amount 1.0147 1.01441 -0.00029 ops/s
50th percentile latency asc_sort_tip_amount 10.0597 10.5573 0.49763 ms
90th percentile latency asc_sort_tip_amount 10.4791 11.0194 0.54026 ms
99th percentile latency asc_sort_tip_amount 12.3 12.1619 -0.13814 ms
100th percentile latency asc_sort_tip_amount 12.4052 12.4908 0.08568 ms
50th percentile service time asc_sort_tip_amount 8.14097 8.66622 0.52525 ms
90th percentile service time asc_sort_tip_amount 8.33646 8.92116 0.5847 ms
99th percentile service time asc_sort_tip_amount 10.3515 10.1688 -0.18273 ms
100th percentile service time asc_sort_tip_amount 10.392 10.815 0.42306 ms
error rate asc_sort_tip_amount 0 0 0 %
Min Throughput desc_sort_passenger_count 2.01171 2.01137 -0.00034 ops/s
Mean Throughput desc_sort_passenger_count 2.01923 2.0187 -0.00053 ops/s
Median Throughput desc_sort_passenger_count 2.01746 2.017 -0.00046 ops/s
Max Throughput desc_sort_passenger_count 2.03454 2.0336 -0.00094 ops/s
50th percentile latency desc_sort_passenger_count 7.65413 7.99241 0.33828 ms
90th percentile latency desc_sort_passenger_count 8.09954 8.50789 0.40835 ms
99th percentile latency desc_sort_passenger_count 30.4451 43.4059 12.9609 ms
100th percentile latency desc_sort_passenger_count 51.4978 76.9333 25.4355 ms
50th percentile service time desc_sort_passenger_count 6.28173 6.65442 0.37269 ms
90th percentile service time desc_sort_passenger_count 6.45196 6.88522 0.43326 ms
99th percentile service time desc_sort_passenger_count 29.1506 42.2998 13.1493 ms
100th percentile service time desc_sort_passenger_count 50.2724 76.0006 25.7282 ms
error rate desc_sort_passenger_count 0 0 0 %
Min Throughput asc_sort_passenger_count 2.01273 2.01276 3e-05 ops/s
Mean Throughput asc_sort_passenger_count 2.02093 2.021 7e-05 ops/s
Median Throughput asc_sort_passenger_count 2.01901 2.0191 8e-05 ops/s
Max Throughput asc_sort_passenger_count 2.03763 2.03773 0.0001 ops/s
50th percentile latency asc_sort_passenger_count 8.71271 9.215 0.50228 ms
90th percentile latency asc_sort_passenger_count 9.1318 9.61835 0.48656 ms
99th percentile latency asc_sort_passenger_count 10.3629 10.7825 0.41966 ms
100th percentile latency asc_sort_passenger_count 10.8564 11.5685 0.71216 ms
50th percentile service time asc_sort_passenger_count 7.34805 7.86006 0.51201 ms
90th percentile service time asc_sort_passenger_count 7.62004 8.00949 0.38945 ms
99th percentile service time asc_sort_passenger_count 9.08072 9.28693 0.20621 ms
100th percentile service time asc_sort_passenger_count 9.30404 9.7656 0.46156 ms
error rate asc_sort_passenger_count 0 0 0 %

@jainankitk
Copy link
Contributor Author

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

@jainankitk
Copy link
Contributor Author

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

@github-actions
Copy link
Contributor

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

@github-actions
Copy link
Contributor

The Jenkins job url is https://build.ci.opensearch.org/job/benchmark-pull-request/5027/ . 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/5024/

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.27 s
Total Young Gen GC count 28
Total Old Gen GC time 0 s
Total Old Gen GC count 0
Store size 22.0998 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 16
100th percentile latency wait-for-snapshot-recovery 300002 ms
100th percentile service time wait-for-snapshot-recovery 300002 ms
error rate wait-for-snapshot-recovery 100 %
Min Throughput wait-until-merges-finish 110.57 ops/s
Mean Throughput wait-until-merges-finish 110.57 ops/s
Median Throughput wait-until-merges-finish 110.57 ops/s
Max Throughput wait-until-merges-finish 110.57 ops/s
100th percentile latency wait-until-merges-finish 8.71136 ms
100th percentile service time wait-until-merges-finish 8.71136 ms
error rate wait-until-merges-finish 0 %
Min Throughput default 2.01 ops/s
Mean Throughput default 2.02 ops/s
Median Throughput default 2.01 ops/s
Max Throughput default 2.03 ops/s
50th percentile latency default 7.51792 ms
90th percentile latency default 8.14876 ms
99th percentile latency default 9.17827 ms
100th percentile latency default 9.31356 ms
50th percentile service time default 6.17135 ms
90th percentile service time default 6.67242 ms
99th percentile service time default 7.97224 ms
100th percentile service time default 8.44572 ms
error rate default 0 %
Min Throughput desc_sort_timestamp 2.01 ops/s
Mean Throughput desc_sort_timestamp 2.02 ops/s
Median Throughput desc_sort_timestamp 2.02 ops/s
Max Throughput desc_sort_timestamp 2.03 ops/s
50th percentile latency desc_sort_timestamp 9.37839 ms
90th percentile latency desc_sort_timestamp 10.2072 ms
99th percentile latency desc_sort_timestamp 12.9624 ms
100th percentile latency desc_sort_timestamp 13.77 ms
50th percentile service time desc_sort_timestamp 8.03156 ms
90th percentile service time desc_sort_timestamp 8.93269 ms
99th percentile service time desc_sort_timestamp 11.9218 ms
100th percentile service time desc_sort_timestamp 12.6116 ms
error rate desc_sort_timestamp 0 %
Min Throughput asc_sort_timestamp 2.01 ops/s
Mean Throughput asc_sort_timestamp 2.02 ops/s
Median Throughput asc_sort_timestamp 2.02 ops/s
Max Throughput asc_sort_timestamp 2.04 ops/s
50th percentile latency asc_sort_timestamp 8.78951 ms
90th percentile latency asc_sort_timestamp 9.39221 ms
99th percentile latency asc_sort_timestamp 12.5616 ms
100th percentile latency asc_sort_timestamp 14.0179 ms
50th percentile service time asc_sort_timestamp 7.45119 ms
90th percentile service time asc_sort_timestamp 7.78919 ms
99th percentile service time asc_sort_timestamp 10.9024 ms
100th percentile service time asc_sort_timestamp 12.2393 ms
error rate asc_sort_timestamp 0 %
Min Throughput desc_sort_with_after_timestamp 2.01 ops/s
Mean Throughput desc_sort_with_after_timestamp 2.02 ops/s
Median Throughput desc_sort_with_after_timestamp 2.02 ops/s
Max Throughput desc_sort_with_after_timestamp 2.04 ops/s
50th percentile latency desc_sort_with_after_timestamp 7.40594 ms
90th percentile latency desc_sort_with_after_timestamp 7.76533 ms
99th percentile latency desc_sort_with_after_timestamp 10.1498 ms
100th percentile latency desc_sort_with_after_timestamp 11.3001 ms
50th percentile service time desc_sort_with_after_timestamp 5.87711 ms
90th percentile service time desc_sort_with_after_timestamp 6.1489 ms
99th percentile service time desc_sort_with_after_timestamp 8.66392 ms
100th percentile service time desc_sort_with_after_timestamp 9.97799 ms
error rate desc_sort_with_after_timestamp 0 %
Min Throughput asc_sort_with_after_timestamp 2.01 ops/s
Mean Throughput asc_sort_with_after_timestamp 2.02 ops/s
Median Throughput asc_sort_with_after_timestamp 2.02 ops/s
Max Throughput asc_sort_with_after_timestamp 2.04 ops/s
50th percentile latency asc_sort_with_after_timestamp 6.86881 ms
90th percentile latency asc_sort_with_after_timestamp 7.2649 ms
99th percentile latency asc_sort_with_after_timestamp 8.09675 ms
100th percentile latency asc_sort_with_after_timestamp 8.1629 ms
50th percentile service time asc_sort_with_after_timestamp 5.44603 ms
90th percentile service time asc_sort_with_after_timestamp 5.70222 ms
99th percentile service time asc_sort_with_after_timestamp 6.69786 ms
100th percentile service time asc_sort_with_after_timestamp 6.72026 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.02 ops/s
Median Throughput desc_sort_timestamp_can_match_shortcut 2.02 ops/s
Max Throughput desc_sort_timestamp_can_match_shortcut 2.03 ops/s
50th percentile latency desc_sort_timestamp_can_match_shortcut 8.6002 ms
90th percentile latency desc_sort_timestamp_can_match_shortcut 9.31352 ms
99th percentile latency desc_sort_timestamp_can_match_shortcut 10.1044 ms
100th percentile latency desc_sort_timestamp_can_match_shortcut 10.3041 ms
50th percentile service time desc_sort_timestamp_can_match_shortcut 7.19866 ms
90th percentile service time desc_sort_timestamp_can_match_shortcut 7.60885 ms
99th percentile service time desc_sort_timestamp_can_match_shortcut 8.78602 ms
100th percentile service time desc_sort_timestamp_can_match_shortcut 9.06611 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.02 ops/s
Median Throughput desc_sort_timestamp_no_can_match_shortcut 2.02 ops/s
Max Throughput desc_sort_timestamp_no_can_match_shortcut 2.04 ops/s
50th percentile latency desc_sort_timestamp_no_can_match_shortcut 8.20919 ms
90th percentile latency desc_sort_timestamp_no_can_match_shortcut 8.79781 ms
99th percentile latency desc_sort_timestamp_no_can_match_shortcut 10.1814 ms
100th percentile latency desc_sort_timestamp_no_can_match_shortcut 10.3561 ms
50th percentile service time desc_sort_timestamp_no_can_match_shortcut 6.88215 ms
90th percentile service time desc_sort_timestamp_no_can_match_shortcut 7.12952 ms
99th percentile service time desc_sort_timestamp_no_can_match_shortcut 8.90215 ms
100th percentile service time desc_sort_timestamp_no_can_match_shortcut 9.05855 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.02 ops/s
Median Throughput asc_sort_timestamp_can_match_shortcut 2.02 ops/s
Max Throughput asc_sort_timestamp_can_match_shortcut 2.04 ops/s
50th percentile latency asc_sort_timestamp_can_match_shortcut 9.26225 ms
90th percentile latency asc_sort_timestamp_can_match_shortcut 9.73467 ms
99th percentile latency asc_sort_timestamp_can_match_shortcut 11.0102 ms
100th percentile latency asc_sort_timestamp_can_match_shortcut 11.4064 ms
50th percentile service time asc_sort_timestamp_can_match_shortcut 7.84166 ms
90th percentile service time asc_sort_timestamp_can_match_shortcut 8.07767 ms
99th percentile service time asc_sort_timestamp_can_match_shortcut 9.37348 ms
100th percentile service time asc_sort_timestamp_can_match_shortcut 9.94649 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.02 ops/s
Median Throughput asc_sort_timestamp_no_can_match_shortcut 2.02 ops/s
Max Throughput asc_sort_timestamp_no_can_match_shortcut 2.04 ops/s
50th percentile latency asc_sort_timestamp_no_can_match_shortcut 9.29083 ms
90th percentile latency asc_sort_timestamp_no_can_match_shortcut 9.63713 ms
99th percentile latency asc_sort_timestamp_no_can_match_shortcut 10.3356 ms
100th percentile latency asc_sort_timestamp_no_can_match_shortcut 10.5693 ms
50th percentile service time asc_sort_timestamp_no_can_match_shortcut 7.73142 ms
90th percentile service time asc_sort_timestamp_no_can_match_shortcut 7.98826 ms
99th percentile service time asc_sort_timestamp_no_can_match_shortcut 8.69364 ms
100th percentile service time asc_sort_timestamp_no_can_match_shortcut 8.80896 ms
error rate asc_sort_timestamp_no_can_match_shortcut 0 %
Min Throughput term 2.01 ops/s
Mean Throughput term 2.02 ops/s
Median Throughput term 2.02 ops/s
Max Throughput term 2.04 ops/s
50th percentile latency term 4.13728 ms
90th percentile latency term 4.62032 ms
99th percentile latency term 5.10854 ms
100th percentile latency term 5.13898 ms
50th percentile service time term 2.83901 ms
90th percentile service time term 3.04327 ms
99th percentile service time term 3.28108 ms
100th percentile service time term 3.28146 ms
error rate term 0 %
Min Throughput multi_terms-keyword 1.32 ops/s
Mean Throughput multi_terms-keyword 1.34 ops/s
Median Throughput multi_terms-keyword 1.34 ops/s
Max Throughput multi_terms-keyword 1.35 ops/s
50th percentile latency multi_terms-keyword 24651.7 ms
90th percentile latency multi_terms-keyword 33885.8 ms
99th percentile latency multi_terms-keyword 35925.7 ms
100th percentile latency multi_terms-keyword 36031.6 ms
50th percentile service time multi_terms-keyword 725.446 ms
90th percentile service time multi_terms-keyword 770.053 ms
99th percentile service time multi_terms-keyword 828.511 ms
100th percentile service time multi_terms-keyword 854.684 ms
error rate multi_terms-keyword 0 %
Min Throughput keyword-terms 2.01 ops/s
Mean Throughput keyword-terms 2.01 ops/s
Median Throughput keyword-terms 2.01 ops/s
Max Throughput keyword-terms 2.02 ops/s
50th percentile latency keyword-terms 27.8246 ms
90th percentile latency keyword-terms 38.1565 ms
99th percentile latency keyword-terms 42.2462 ms
100th percentile latency keyword-terms 44.8388 ms
50th percentile service time keyword-terms 25.4733 ms
90th percentile service time keyword-terms 36.0507 ms
99th percentile service time keyword-terms 40.3231 ms
100th percentile service time keyword-terms 42.7296 ms
error rate keyword-terms 0 %
Min Throughput keyword-terms-low-cardinality 2.01 ops/s
Mean Throughput keyword-terms-low-cardinality 2.02 ops/s
Median Throughput keyword-terms-low-cardinality 2.02 ops/s
Max Throughput keyword-terms-low-cardinality 2.04 ops/s
50th percentile latency keyword-terms-low-cardinality 24.6565 ms
90th percentile latency keyword-terms-low-cardinality 34.6011 ms
99th percentile latency keyword-terms-low-cardinality 36.0892 ms
100th percentile latency keyword-terms-low-cardinality 36.9506 ms
50th percentile service time keyword-terms-low-cardinality 22.3461 ms
90th percentile service time keyword-terms-low-cardinality 32.1969 ms
99th percentile service time keyword-terms-low-cardinality 33.5857 ms
100th percentile service time keyword-terms-low-cardinality 34.2611 ms
error rate keyword-terms-low-cardinality 0 %
Min Throughput composite-terms 2 ops/s
Mean Throughput composite-terms 2.01 ops/s
Median Throughput composite-terms 2.01 ops/s
Max Throughput composite-terms 2.01 ops/s
50th percentile latency composite-terms 180.877 ms
90th percentile latency composite-terms 185.625 ms
99th percentile latency composite-terms 190.247 ms
100th percentile latency composite-terms 191.312 ms
50th percentile service time composite-terms 179.652 ms
90th percentile service time composite-terms 184.216 ms
99th percentile service time composite-terms 188.959 ms
100th percentile service time composite-terms 190.031 ms
error rate composite-terms 0 %
Min Throughput composite_terms-keyword 2 ops/s
Mean Throughput composite_terms-keyword 2.01 ops/s
Median Throughput composite_terms-keyword 2.01 ops/s
Max Throughput composite_terms-keyword 2.01 ops/s
50th percentile latency composite_terms-keyword 319.7 ms
90th percentile latency composite_terms-keyword 329.933 ms
99th percentile latency composite_terms-keyword 341.803 ms
100th percentile latency composite_terms-keyword 344.309 ms
50th percentile service time composite_terms-keyword 318.576 ms
90th percentile service time composite_terms-keyword 328.592 ms
99th percentile service time composite_terms-keyword 341.018 ms
100th percentile service time composite_terms-keyword 343.345 ms
error rate composite_terms-keyword 0 %
Min Throughput composite-date_histogram-daily 2.01 ops/s
Mean Throughput composite-date_histogram-daily 2.02 ops/s
Median Throughput composite-date_histogram-daily 2.02 ops/s
Max Throughput composite-date_histogram-daily 2.04 ops/s
50th percentile latency composite-date_histogram-daily 5.25455 ms
90th percentile latency composite-date_histogram-daily 5.69726 ms
99th percentile latency composite-date_histogram-daily 8.876 ms
100th percentile latency composite-date_histogram-daily 11.3472 ms
50th percentile service time composite-date_histogram-daily 3.76229 ms
90th percentile service time composite-date_histogram-daily 4.06343 ms
99th percentile service time composite-date_histogram-daily 7.12066 ms
100th percentile service time composite-date_histogram-daily 9.74618 ms
error rate composite-date_histogram-daily 0 %
Min Throughput range 2.01 ops/s
Mean Throughput range 2.02 ops/s
Median Throughput range 2.02 ops/s
Max Throughput range 2.04 ops/s
50th percentile latency range 6.48957 ms
90th percentile latency range 6.97824 ms
99th percentile latency range 7.86998 ms
100th percentile latency range 8.02424 ms
50th percentile service time range 5.12338 ms
90th percentile service time range 5.33646 ms
99th percentile service time range 6.25494 ms
100th percentile service time range 6.4309 ms
error rate range 0 %
Min Throughput range-numeric 2.01 ops/s
Mean Throughput range-numeric 2.02 ops/s
Median Throughput range-numeric 2.02 ops/s
Max Throughput range-numeric 2.04 ops/s
50th percentile latency range-numeric 4.30851 ms
90th percentile latency range-numeric 4.63179 ms
99th percentile latency range-numeric 4.96738 ms
100th percentile latency range-numeric 5.03035 ms
50th percentile service time range-numeric 2.88035 ms
90th percentile service time range-numeric 3.0667 ms
99th percentile service time range-numeric 3.36823 ms
100th percentile service time range-numeric 3.46703 ms
error rate range-numeric 0 %
Min Throughput keyword-in-range 2.01 ops/s
Mean Throughput keyword-in-range 2.02 ops/s
Median Throughput keyword-in-range 2.02 ops/s
Max Throughput keyword-in-range 2.03 ops/s
50th percentile latency keyword-in-range 14.6322 ms
90th percentile latency keyword-in-range 15.1818 ms
99th percentile latency keyword-in-range 16.224 ms
100th percentile latency keyword-in-range 16.3432 ms
50th percentile service time keyword-in-range 13.2955 ms
90th percentile service time keyword-in-range 13.6057 ms
99th percentile service time keyword-in-range 14.9727 ms
100th percentile service time keyword-in-range 15.4391 ms
error rate keyword-in-range 0 %
Min Throughput date_histogram_hourly_agg 2.01 ops/s
Mean Throughput date_histogram_hourly_agg 2.02 ops/s
Median Throughput date_histogram_hourly_agg 2.02 ops/s
Max Throughput date_histogram_hourly_agg 2.03 ops/s
50th percentile latency date_histogram_hourly_agg 7.43107 ms
90th percentile latency date_histogram_hourly_agg 8.76746 ms
99th percentile latency date_histogram_hourly_agg 9.96526 ms
100th percentile latency date_histogram_hourly_agg 10.0865 ms
50th percentile service time date_histogram_hourly_agg 5.82704 ms
90th percentile service time date_histogram_hourly_agg 7.36329 ms
99th percentile service time date_histogram_hourly_agg 7.93272 ms
100th percentile service time date_histogram_hourly_agg 7.99525 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.02 ops/s
Median Throughput date_histogram_minute_agg 2.02 ops/s
Max Throughput date_histogram_minute_agg 2.03 ops/s
50th percentile latency date_histogram_minute_agg 41.9288 ms
90th percentile latency date_histogram_minute_agg 42.749 ms
99th percentile latency date_histogram_minute_agg 48.3898 ms
100th percentile latency date_histogram_minute_agg 51.8819 ms
50th percentile service time date_histogram_minute_agg 40.4785 ms
90th percentile service time date_histogram_minute_agg 41.4284 ms
99th percentile service time date_histogram_minute_agg 47.1111 ms
100th percentile service time date_histogram_minute_agg 50.9535 ms
error rate date_histogram_minute_agg 0 %
Min Throughput scroll 45.49 pages/s
Mean Throughput scroll 45.75 pages/s
Median Throughput scroll 45.7 pages/s
Max Throughput scroll 46.07 pages/s
50th percentile latency scroll 5120.93 ms
90th percentile latency scroll 6455.89 ms
99th percentile latency scroll 6784.53 ms
100th percentile latency scroll 6802.93 ms
50th percentile service time scroll 530.207 ms
90th percentile service time scroll 539.525 ms
99th percentile service time scroll 578.497 ms
100th percentile service time scroll 581.428 ms
error rate scroll 0 %
Min Throughput query-string-on-message 2.01 ops/s
Mean Throughput query-string-on-message 2.02 ops/s
Median Throughput query-string-on-message 2.02 ops/s
Max Throughput query-string-on-message 2.03 ops/s
50th percentile latency query-string-on-message 6.95577 ms
90th percentile latency query-string-on-message 7.7182 ms
99th percentile latency query-string-on-message 8.74378 ms
100th percentile latency query-string-on-message 8.79502 ms
50th percentile service time query-string-on-message 5.71586 ms
90th percentile service time query-string-on-message 6.27479 ms
99th percentile service time query-string-on-message 7.37229 ms
100th percentile service time query-string-on-message 7.59388 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.02 ops/s
Median Throughput query-string-on-message-filtered 2.02 ops/s
Max Throughput query-string-on-message-filtered 2.04 ops/s
50th percentile latency query-string-on-message-filtered 14.1833 ms
90th percentile latency query-string-on-message-filtered 14.7946 ms
99th percentile latency query-string-on-message-filtered 19.6002 ms
100th percentile latency query-string-on-message-filtered 20.018 ms
50th percentile service time query-string-on-message-filtered 12.8592 ms
90th percentile service time query-string-on-message-filtered 13.1187 ms
99th percentile service time query-string-on-message-filtered 18.3261 ms
100th percentile service time query-string-on-message-filtered 18.4851 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.02 ops/s
Median Throughput query-string-on-message-filtered-sorted-num 2.02 ops/s
Max Throughput query-string-on-message-filtered-sorted-num 2.04 ops/s
50th percentile latency query-string-on-message-filtered-sorted-num 23.385 ms
90th percentile latency query-string-on-message-filtered-sorted-num 24.0474 ms
99th percentile latency query-string-on-message-filtered-sorted-num 28.7126 ms
100th percentile latency query-string-on-message-filtered-sorted-num 30.5928 ms
50th percentile service time query-string-on-message-filtered-sorted-num 21.0724 ms
90th percentile service time query-string-on-message-filtered-sorted-num 21.5566 ms
99th percentile service time query-string-on-message-filtered-sorted-num 26.2621 ms
100th percentile service time query-string-on-message-filtered-sorted-num 28.294 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.02 ops/s
Median Throughput sort_keyword_can_match_shortcut 2.02 ops/s
Max Throughput sort_keyword_can_match_shortcut 2.04 ops/s
50th percentile latency sort_keyword_can_match_shortcut 6.3302 ms
90th percentile latency sort_keyword_can_match_shortcut 6.88982 ms
99th percentile latency sort_keyword_can_match_shortcut 7.73683 ms
100th percentile latency sort_keyword_can_match_shortcut 7.78476 ms
50th percentile service time sort_keyword_can_match_shortcut 4.90151 ms
90th percentile service time sort_keyword_can_match_shortcut 5.0808 ms
99th percentile service time sort_keyword_can_match_shortcut 5.85035 ms
100th percentile service time sort_keyword_can_match_shortcut 5.92486 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.02 ops/s
Median Throughput sort_keyword_no_can_match_shortcut 2.02 ops/s
Max Throughput sort_keyword_no_can_match_shortcut 2.04 ops/s
50th percentile latency sort_keyword_no_can_match_shortcut 6.03298 ms
90th percentile latency sort_keyword_no_can_match_shortcut 6.48934 ms
99th percentile latency sort_keyword_no_can_match_shortcut 7.29492 ms
100th percentile latency sort_keyword_no_can_match_shortcut 7.30722 ms
50th percentile service time sort_keyword_no_can_match_shortcut 4.65162 ms
90th percentile service time sort_keyword_no_can_match_shortcut 4.82558 ms
99th percentile service time sort_keyword_no_can_match_shortcut 5.24644 ms
100th percentile service time sort_keyword_no_can_match_shortcut 5.27097 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.02 ops/s
Median Throughput sort_numeric_desc 2.02 ops/s
Max Throughput sort_numeric_desc 2.04 ops/s
50th percentile latency sort_numeric_desc 6.28493 ms
90th percentile latency sort_numeric_desc 6.58922 ms
99th percentile latency sort_numeric_desc 7.10935 ms
100th percentile latency sort_numeric_desc 7.17195 ms
50th percentile service time sort_numeric_desc 4.72256 ms
90th percentile service time sort_numeric_desc 4.86156 ms
99th percentile service time sort_numeric_desc 5.62509 ms
100th percentile service time sort_numeric_desc 5.63231 ms
error rate sort_numeric_desc 0 %
Min Throughput sort_numeric_asc 2.01 ops/s
Mean Throughput sort_numeric_asc 2.02 ops/s
Median Throughput sort_numeric_asc 2.02 ops/s
Max Throughput sort_numeric_asc 2.04 ops/s
50th percentile latency sort_numeric_asc 5.84222 ms
90th percentile latency sort_numeric_asc 6.30044 ms
99th percentile latency sort_numeric_asc 7.05027 ms
100th percentile latency sort_numeric_asc 7.18117 ms
50th percentile service time sort_numeric_asc 4.47238 ms
90th percentile service time sort_numeric_asc 4.64533 ms
99th percentile service time sort_numeric_asc 5.41217 ms
100th percentile service time sort_numeric_asc 5.45427 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.02 ops/s
Median Throughput sort_numeric_desc_with_match 2.02 ops/s
Max Throughput sort_numeric_desc_with_match 2.04 ops/s
50th percentile latency sort_numeric_desc_with_match 3.80381 ms
90th percentile latency sort_numeric_desc_with_match 4.48557 ms
99th percentile latency sort_numeric_desc_with_match 4.78336 ms
100th percentile latency sort_numeric_desc_with_match 4.82081 ms
50th percentile service time sort_numeric_desc_with_match 2.39802 ms
90th percentile service time sort_numeric_desc_with_match 2.64542 ms
99th percentile service time sort_numeric_desc_with_match 2.81622 ms
100th percentile service time sort_numeric_desc_with_match 2.87035 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.02 ops/s
Median Throughput sort_numeric_asc_with_match 2.02 ops/s
Max Throughput sort_numeric_asc_with_match 2.04 ops/s
50th percentile latency sort_numeric_asc_with_match 4.05038 ms
90th percentile latency sort_numeric_asc_with_match 4.47093 ms
99th percentile latency sort_numeric_asc_with_match 5.27408 ms
100th percentile latency sort_numeric_asc_with_match 5.45423 ms
50th percentile service time sort_numeric_asc_with_match 2.61389 ms
90th percentile service time sort_numeric_asc_with_match 2.80188 ms
99th percentile service time sort_numeric_asc_with_match 2.89749 ms
100th percentile service time sort_numeric_asc_with_match 2.90805 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.02 ops/s
Median Throughput range_field_conjunction_big_range_big_term_query 2.02 ops/s
Max Throughput range_field_conjunction_big_range_big_term_query 2.04 ops/s
50th percentile latency range_field_conjunction_big_range_big_term_query 3.7923 ms
90th percentile latency range_field_conjunction_big_range_big_term_query 4.19238 ms
99th percentile latency range_field_conjunction_big_range_big_term_query 4.56033 ms
100th percentile latency range_field_conjunction_big_range_big_term_query 4.71026 ms
50th percentile service time range_field_conjunction_big_range_big_term_query 2.41609 ms
90th percentile service time range_field_conjunction_big_range_big_term_query 2.57742 ms
99th percentile service time range_field_conjunction_big_range_big_term_query 2.68917 ms
100th percentile service time range_field_conjunction_big_range_big_term_query 2.69561 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.02 ops/s
Median Throughput range_field_disjunction_big_range_small_term_query 2.02 ops/s
Max Throughput range_field_disjunction_big_range_small_term_query 2.04 ops/s
50th percentile latency range_field_disjunction_big_range_small_term_query 3.76165 ms
90th percentile latency range_field_disjunction_big_range_small_term_query 4.1717 ms
99th percentile latency range_field_disjunction_big_range_small_term_query 4.5356 ms
100th percentile latency range_field_disjunction_big_range_small_term_query 4.70913 ms
50th percentile service time range_field_disjunction_big_range_small_term_query 2.34636 ms
90th percentile service time range_field_disjunction_big_range_small_term_query 2.56634 ms
99th percentile service time range_field_disjunction_big_range_small_term_query 2.72231 ms
100th percentile service time range_field_disjunction_big_range_small_term_query 2.731 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.02 ops/s
Median Throughput range_field_conjunction_small_range_small_term_query 2.02 ops/s
Max Throughput range_field_conjunction_small_range_small_term_query 2.04 ops/s
50th percentile latency range_field_conjunction_small_range_small_term_query 3.80635 ms
90th percentile latency range_field_conjunction_small_range_small_term_query 4.28512 ms
99th percentile latency range_field_conjunction_small_range_small_term_query 4.60841 ms
100th percentile latency range_field_conjunction_small_range_small_term_query 4.62492 ms
50th percentile service time range_field_conjunction_small_range_small_term_query 2.37991 ms
90th percentile service time range_field_conjunction_small_range_small_term_query 2.55283 ms
99th percentile service time range_field_conjunction_small_range_small_term_query 2.80661 ms
100th percentile service time range_field_conjunction_small_range_small_term_query 2.9453 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.02 ops/s
Median Throughput range_field_conjunction_small_range_big_term_query 2.02 ops/s
Max Throughput range_field_conjunction_small_range_big_term_query 2.04 ops/s
50th percentile latency range_field_conjunction_small_range_big_term_query 3.61448 ms
90th percentile latency range_field_conjunction_small_range_big_term_query 3.97745 ms
99th percentile latency range_field_conjunction_small_range_big_term_query 4.76155 ms
100th percentile latency range_field_conjunction_small_range_big_term_query 5.04264 ms
50th percentile service time range_field_conjunction_small_range_big_term_query 2.1885 ms
90th percentile service time range_field_conjunction_small_range_big_term_query 2.36172 ms
99th percentile service time range_field_conjunction_small_range_big_term_query 2.81851 ms
100th percentile service time range_field_conjunction_small_range_big_term_query 2.84627 ms
error rate range_field_conjunction_small_range_big_term_query 0 %
Min Throughput range-auto-date-histo 0.29 ops/s
Mean Throughput range-auto-date-histo 0.29 ops/s
Median Throughput range-auto-date-histo 0.29 ops/s
Max Throughput range-auto-date-histo 0.3 ops/s
50th percentile latency range-auto-date-histo 290888 ms
90th percentile latency range-auto-date-histo 403463 ms
99th percentile latency range-auto-date-histo 428706 ms
100th percentile latency range-auto-date-histo 430112 ms
50th percentile service time range-auto-date-histo 3310.74 ms
90th percentile service time range-auto-date-histo 3419.85 ms
99th percentile service time range-auto-date-histo 3552.46 ms
100th percentile service time range-auto-date-histo 3576.46 ms
error rate range-auto-date-histo 0 %
Min Throughput range-auto-date-histo-with-metrics 0.11 ops/s
Mean Throughput range-auto-date-histo-with-metrics 0.11 ops/s
Median Throughput range-auto-date-histo-with-metrics 0.11 ops/s
Max Throughput range-auto-date-histo-with-metrics 0.11 ops/s
50th percentile latency range-auto-date-histo-with-metrics 881269 ms
90th percentile latency range-auto-date-histo-with-metrics 1.22411e+06 ms
99th percentile latency range-auto-date-histo-with-metrics 1.30134e+06 ms
100th percentile latency range-auto-date-histo-with-metrics 1.30564e+06 ms
50th percentile service time range-auto-date-histo-with-metrics 9128.97 ms
90th percentile service time range-auto-date-histo-with-metrics 9316.81 ms
99th percentile service time range-auto-date-histo-with-metrics 9569.46 ms
100th percentile service time range-auto-date-histo-with-metrics 9609.95 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.02 ops/s
Median Throughput range-agg-1 2.02 ops/s
Max Throughput range-agg-1 2.04 ops/s
50th percentile latency range-agg-1 3.97243 ms
90th percentile latency range-agg-1 4.45806 ms
99th percentile latency range-agg-1 4.70198 ms
100th percentile latency range-agg-1 4.72269 ms
50th percentile service time range-agg-1 2.67218 ms
90th percentile service time range-agg-1 2.79387 ms
99th percentile service time range-agg-1 3.0252 ms
100th percentile service time range-agg-1 3.0966 ms
error rate range-agg-1 0 %
Min Throughput range-agg-2 2.01 ops/s
Mean Throughput range-agg-2 2.02 ops/s
Median Throughput range-agg-2 2.02 ops/s
Max Throughput range-agg-2 2.04 ops/s
50th percentile latency range-agg-2 4.00161 ms
90th percentile latency range-agg-2 4.38736 ms
99th percentile latency range-agg-2 4.67664 ms
100th percentile latency range-agg-2 4.75792 ms
50th percentile service time range-agg-2 2.64465 ms
90th percentile service time range-agg-2 2.81072 ms
99th percentile service time range-agg-2 2.96325 ms
100th percentile service time range-agg-2 3.00616 ms
error rate range-agg-2 0 %
Min Throughput cardinality-agg-low 2.01 ops/s
Mean Throughput cardinality-agg-low 2.02 ops/s
Median Throughput cardinality-agg-low 2.02 ops/s
Max Throughput cardinality-agg-low 2.04 ops/s
50th percentile latency cardinality-agg-low 5.54074 ms
90th percentile latency cardinality-agg-low 6.28926 ms
99th percentile latency cardinality-agg-low 6.53029 ms
100th percentile latency cardinality-agg-low 6.55725 ms
50th percentile service time cardinality-agg-low 4.06993 ms
90th percentile service time cardinality-agg-low 4.82904 ms
99th percentile service time cardinality-agg-low 5.13078 ms
100th percentile service time cardinality-agg-low 5.17968 ms
error rate cardinality-agg-low 0 %
Min Throughput cardinality-agg-high 0.92 ops/s
Mean Throughput cardinality-agg-high 0.94 ops/s
Median Throughput cardinality-agg-high 0.94 ops/s
Max Throughput cardinality-agg-high 0.95 ops/s
50th percentile latency cardinality-agg-high 56700.8 ms
90th percentile latency cardinality-agg-high 78061.8 ms
99th percentile latency cardinality-agg-high 82903.4 ms
100th percentile latency cardinality-agg-high 83190.5 ms
50th percentile service time cardinality-agg-high 1006.53 ms
90th percentile service time cardinality-agg-high 1110.74 ms
99th percentile service time cardinality-agg-high 1297.01 ms
100th percentile service time cardinality-agg-high 1331.45 ms
error rate cardinality-agg-high 0 %
Min Throughput cardinality-agg-very-high 0.75 ops/s
Mean Throughput cardinality-agg-very-high 0.75 ops/s
Median Throughput cardinality-agg-very-high 0.75 ops/s
Max Throughput cardinality-agg-very-high 0.75 ops/s
50th percentile latency cardinality-agg-very-high 84302 ms
90th percentile latency cardinality-agg-very-high 117073 ms
99th percentile latency cardinality-agg-very-high 124422 ms
100th percentile latency cardinality-agg-very-high 124824 ms
50th percentile service time cardinality-agg-very-high 1304.61 ms
90th percentile service time cardinality-agg-very-high 1388.4 ms
99th percentile service time cardinality-agg-very-high 1556.05 ms
100th percentile service time cardinality-agg-very-high 1629.9 ms
error rate cardinality-agg-very-high 0 %
Min Throughput range_with_asc_sort 2.01 ops/s
Mean Throughput range_with_asc_sort 2.02 ops/s
Median Throughput range_with_asc_sort 2.02 ops/s
Max Throughput range_with_asc_sort 2.04 ops/s
50th percentile latency range_with_asc_sort 7.5916 ms
90th percentile latency range_with_asc_sort 8.02527 ms
99th percentile latency range_with_asc_sort 8.44447 ms
100th percentile latency range_with_asc_sort 8.76565 ms
50th percentile service time range_with_asc_sort 6.31076 ms
90th percentile service time range_with_asc_sort 6.40502 ms
99th percentile service time range_with_asc_sort 6.98245 ms
100th percentile service time range_with_asc_sort 7.4708 ms
error rate range_with_asc_sort 0 %
Min Throughput range_with_desc_sort 2.01 ops/s
Mean Throughput range_with_desc_sort 2.02 ops/s
Median Throughput range_with_desc_sort 2.02 ops/s
Max Throughput range_with_desc_sort 2.04 ops/s
50th percentile latency range_with_desc_sort 7.76887 ms
90th percentile latency range_with_desc_sort 8.15059 ms
99th percentile latency range_with_desc_sort 9.48915 ms
100th percentile latency range_with_desc_sort 9.56236 ms
50th percentile service time range_with_desc_sort 6.39113 ms
90th percentile service time range_with_desc_sort 6.5038 ms
99th percentile service time range_with_desc_sort 8.26241 ms
100th percentile service time range_with_desc_sort 8.35915 ms
error rate range_with_desc_sort 0 %

@opensearch-ci-bot
Copy link
Collaborator

Benchmark Baseline Comparison Results

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

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 1.48 1.27 -0.21 s
Total Young Gen GC count 29 28 -1
Total Old Gen GC time 0 0 0 s
Total Old Gen GC count 0 0 0
Store size 22.0998 22.0998 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 16 16 0
100th percentile latency wait-for-snapshot-recovery 300001 300002 0.3125 ms
100th percentile service time wait-for-snapshot-recovery 300001 300002 0.3125 ms
error rate wait-for-snapshot-recovery 100 100 0 %
Min Throughput wait-until-merges-finish 119.058 110.574 -8.48399 ops/s
Mean Throughput wait-until-merges-finish 119.058 110.574 -8.48399 ops/s
Median Throughput wait-until-merges-finish 119.058 110.574 -8.48399 ops/s
Max Throughput wait-until-merges-finish 119.058 110.574 -8.48399 ops/s
100th percentile latency wait-until-merges-finish 8.08978 8.71136 0.62158 ms
100th percentile service time wait-until-merges-finish 8.08978 8.71136 0.62158 ms
error rate wait-until-merges-finish 0 0 0 %
Min Throughput default 2.00967 2.00936 -0.00031 ops/s
Mean Throughput default 2.01587 2.01537 -0.0005 ops/s
Median Throughput default 2.01442 2.01396 -0.00046 ops/s
Max Throughput default 2.02845 2.02761 -0.00085 ops/s
50th percentile latency default 7.91546 7.51792 -0.39754 ms
90th percentile latency default 8.63401 8.14876 -0.48525 ms
99th percentile latency default 9.58906 9.17827 -0.41079 ms
100th percentile latency default 9.71874 9.31356 -0.40517 ms
50th percentile service time default 6.59275 6.17135 -0.4214 ms
90th percentile service time default 7.16861 6.67242 -0.4962 ms
99th percentile service time default 8.18651 7.97224 -0.21427 ms
100th percentile service time default 8.33761 8.44572 0.10811 ms
error rate default 0 0 0 %
Min Throughput desc_sort_timestamp 2.01021 2.0106 0.00039 ops/s
Mean Throughput desc_sort_timestamp 2.01676 2.01742 0.00066 ops/s
Median Throughput desc_sort_timestamp 2.01524 2.01583 0.00059 ops/s
Max Throughput desc_sort_timestamp 2.03006 2.0313 0.00124 ops/s
50th percentile latency desc_sort_timestamp 9.26158 9.37839 0.11681 ms
90th percentile latency desc_sort_timestamp 9.86777 10.2072 0.33947 ms
99th percentile latency desc_sort_timestamp 12.3119 12.9624 0.65056 ms
100th percentile latency desc_sort_timestamp 12.7689 13.77 1.00109 ms
50th percentile service time desc_sort_timestamp 7.79956 8.03156 0.232 ms
90th percentile service time desc_sort_timestamp 8.69186 8.93269 0.24083 ms
99th percentile service time desc_sort_timestamp 11.4364 11.9218 0.48539 ms
100th percentile service time desc_sort_timestamp 11.9157 12.6116 0.69583 ms
error rate desc_sort_timestamp 0 0 0 %
Min Throughput asc_sort_timestamp 2.01274 2.01281 7e-05 ops/s
Mean Throughput asc_sort_timestamp 2.02095 2.02105 0.0001 ops/s
Median Throughput asc_sort_timestamp 2.01904 2.01911 8e-05 ops/s
Max Throughput asc_sort_timestamp 2.03768 2.03787 0.00018 ops/s
50th percentile latency asc_sort_timestamp 8.76862 8.78951 0.02089 ms
90th percentile latency asc_sort_timestamp 9.26631 9.39221 0.1259 ms
99th percentile latency asc_sort_timestamp 12.9247 12.5616 -0.36309 ms
100th percentile latency asc_sort_timestamp 13.26 14.0179 0.7579 ms
50th percentile service time asc_sort_timestamp 7.4126 7.45119 0.03859 ms
90th percentile service time asc_sort_timestamp 7.87599 7.78919 -0.08679 ms
99th percentile service time asc_sort_timestamp 11.585 10.9024 -0.68256 ms
100th percentile service time asc_sort_timestamp 12.356 12.2393 -0.11675 ms
error rate asc_sort_timestamp 0 0 0 %
Min Throughput desc_sort_with_after_timestamp 2.01284 2.01279 -5e-05 ops/s
Mean Throughput desc_sort_with_after_timestamp 2.02111 2.02102 -8e-05 ops/s
Median Throughput desc_sort_with_after_timestamp 2.01918 2.0191 -8e-05 ops/s
Max Throughput desc_sort_with_after_timestamp 2.03793 2.03776 -0.00017 ops/s
50th percentile latency desc_sort_with_after_timestamp 6.71693 7.40594 0.68901 ms
90th percentile latency desc_sort_with_after_timestamp 7.22543 7.76533 0.5399 ms
99th percentile latency desc_sort_with_after_timestamp 9.61677 10.1498 0.533 ms
100th percentile latency desc_sort_with_after_timestamp 10.6674 11.3001 0.63268 ms
50th percentile service time desc_sort_with_after_timestamp 5.33744 5.87711 0.53967 ms
90th percentile service time desc_sort_with_after_timestamp 5.83793 6.1489 0.31097 ms
99th percentile service time desc_sort_with_after_timestamp 8.06584 8.66392 0.59808 ms
100th percentile service time desc_sort_with_after_timestamp 9.34946 9.97799 0.62854 ms
error rate desc_sort_with_after_timestamp 0 0 0 %
Min Throughput asc_sort_with_after_timestamp 2.01314 2.01313 -1e-05 ops/s
Mean Throughput asc_sort_with_after_timestamp 2.02164 2.02163 -1e-05 ops/s
Median Throughput asc_sort_with_after_timestamp 2.01967 2.01967 -1e-05 ops/s
Max Throughput asc_sort_with_after_timestamp 2.0389 2.03891 1e-05 ops/s
50th percentile latency asc_sort_with_after_timestamp 6.78897 6.86881 0.07984 ms
90th percentile latency asc_sort_with_after_timestamp 7.26156 7.2649 0.00334 ms
99th percentile latency asc_sort_with_after_timestamp 8.63367 8.09675 -0.53692 ms
100th percentile latency asc_sort_with_after_timestamp 9.28001 8.1629 -1.11711 ms
50th percentile service time asc_sort_with_after_timestamp 5.4107 5.44603 0.03533 ms
90th percentile service time asc_sort_with_after_timestamp 5.77222 5.70222 -0.07 ms
99th percentile service time asc_sort_with_after_timestamp 7.11636 6.69786 -0.4185 ms
100th percentile service time asc_sort_with_after_timestamp 7.78439 6.72026 -1.06413 ms
error rate asc_sort_with_after_timestamp 0 0 0 %
Min Throughput desc_sort_timestamp_can_match_shortcut 2.00988 2.01023 0.00036 ops/s
Mean Throughput desc_sort_timestamp_can_match_shortcut 2.01622 2.01682 0.0006 ops/s
Median Throughput desc_sort_timestamp_can_match_shortcut 2.01474 2.01527 0.00053 ops/s
Max Throughput desc_sort_timestamp_can_match_shortcut 2.0291 2.03021 0.00111 ops/s
50th percentile latency desc_sort_timestamp_can_match_shortcut 8.39721 8.6002 0.20299 ms
90th percentile latency desc_sort_timestamp_can_match_shortcut 8.89734 9.31352 0.41618 ms
99th percentile latency desc_sort_timestamp_can_match_shortcut 10.1739 10.1044 -0.06948 ms
100th percentile latency desc_sort_timestamp_can_match_shortcut 10.6347 10.3041 -0.33065 ms
50th percentile service time desc_sort_timestamp_can_match_shortcut 7.04938 7.19866 0.14928 ms
90th percentile service time desc_sort_timestamp_can_match_shortcut 7.34471 7.60885 0.26413 ms
99th percentile service time desc_sort_timestamp_can_match_shortcut 8.64876 8.78602 0.13726 ms
100th percentile service time desc_sort_timestamp_can_match_shortcut 8.95053 9.06611 0.11558 ms
error rate desc_sort_timestamp_can_match_shortcut 0 0 0 %
Min Throughput desc_sort_timestamp_no_can_match_shortcut 2.01313 2.01314 1e-05 ops/s
Mean Throughput desc_sort_timestamp_no_can_match_shortcut 2.02162 2.0216 -2e-05 ops/s
Median Throughput desc_sort_timestamp_no_can_match_shortcut 2.01965 2.01961 -4e-05 ops/s
Max Throughput desc_sort_timestamp_no_can_match_shortcut 2.03886 2.03888 2e-05 ops/s
50th percentile latency desc_sort_timestamp_no_can_match_shortcut 7.79082 8.20919 0.41837 ms
90th percentile latency desc_sort_timestamp_no_can_match_shortcut 8.26276 8.79781 0.53505 ms
99th percentile latency desc_sort_timestamp_no_can_match_shortcut 10.0485 10.1814 0.13283 ms
100th percentile latency desc_sort_timestamp_no_can_match_shortcut 10.5797 10.3561 -0.22368 ms
50th percentile service time desc_sort_timestamp_no_can_match_shortcut 6.38612 6.88215 0.49603 ms
90th percentile service time desc_sort_timestamp_no_can_match_shortcut 6.65444 7.12952 0.47508 ms
99th percentile service time desc_sort_timestamp_no_can_match_shortcut 8.57573 8.90215 0.32642 ms
100th percentile service time desc_sort_timestamp_no_can_match_shortcut 9.04042 9.05855 0.01814 ms
error rate desc_sort_timestamp_no_can_match_shortcut 0 0 0 %
Min Throughput asc_sort_timestamp_can_match_shortcut 2.01309 2.01311 2e-05 ops/s
Mean Throughput asc_sort_timestamp_can_match_shortcut 2.02155 2.02156 1e-05 ops/s
Median Throughput asc_sort_timestamp_can_match_shortcut 2.01958 2.01958 1e-05 ops/s
Max Throughput asc_sort_timestamp_can_match_shortcut 2.03874 2.03879 6e-05 ops/s
50th percentile latency asc_sort_timestamp_can_match_shortcut 8.9633 9.26225 0.29895 ms
90th percentile latency asc_sort_timestamp_can_match_shortcut 9.48922 9.73467 0.24545 ms
99th percentile latency asc_sort_timestamp_can_match_shortcut 11.3297 11.0102 -0.31952 ms
100th percentile latency asc_sort_timestamp_can_match_shortcut 11.3437 11.4064 0.06261 ms
50th percentile service time asc_sort_timestamp_can_match_shortcut 7.66891 7.84166 0.17275 ms
90th percentile service time asc_sort_timestamp_can_match_shortcut 7.94522 8.07767 0.13245 ms
99th percentile service time asc_sort_timestamp_can_match_shortcut 10.1028 9.37348 -0.72928 ms
100th percentile service time asc_sort_timestamp_can_match_shortcut 10.4319 9.94649 -0.48537 ms
error rate asc_sort_timestamp_can_match_shortcut 0 0 0 %
Min Throughput asc_sort_timestamp_no_can_match_shortcut 2.01312 2.01311 -0 ops/s
Mean Throughput asc_sort_timestamp_no_can_match_shortcut 2.02159 2.02156 -3e-05 ops/s
Median Throughput asc_sort_timestamp_no_can_match_shortcut 2.01963 2.01959 -4e-05 ops/s
Max Throughput asc_sort_timestamp_no_can_match_shortcut 2.03878 2.03879 2e-05 ops/s
50th percentile latency asc_sort_timestamp_no_can_match_shortcut 8.59274 9.29083 0.69808 ms
90th percentile latency asc_sort_timestamp_no_can_match_shortcut 9.02234 9.63713 0.61479 ms
99th percentile latency asc_sort_timestamp_no_can_match_shortcut 10.2053 10.3356 0.13028 ms
100th percentile latency asc_sort_timestamp_no_can_match_shortcut 10.2699 10.5693 0.29937 ms
50th percentile service time asc_sort_timestamp_no_can_match_shortcut 7.2717 7.73142 0.45972 ms
90th percentile service time asc_sort_timestamp_no_can_match_shortcut 7.42363 7.98826 0.56463 ms
99th percentile service time asc_sort_timestamp_no_can_match_shortcut 9.24361 8.69364 -0.54997 ms
100th percentile service time asc_sort_timestamp_no_can_match_shortcut 9.27169 8.80896 -0.46273 ms
error rate asc_sort_timestamp_no_can_match_shortcut 0 0 0 %
Min Throughput term 2.0128 2.01287 7e-05 ops/s
Mean Throughput term 2.02105 2.02116 0.00011 ops/s
Median Throughput term 2.01913 2.01924 0.00011 ops/s
Max Throughput term 2.03785 2.03805 0.0002 ops/s
50th percentile latency term 3.97615 4.13728 0.16113 ms
90th percentile latency term 4.34883 4.62032 0.2715 ms
99th percentile latency term 4.54824 5.10854 0.5603 ms
100th percentile latency term 4.55773 5.13898 0.58125 ms
50th percentile service time term 2.70868 2.83901 0.13033 ms
90th percentile service time term 2.8484 3.04327 0.19487 ms
99th percentile service time term 3.35732 3.28108 -0.07624 ms
100th percentile service time term 3.69405 3.28146 -0.41259 ms
error rate term 0 0 0 %
Min Throughput multi_terms-keyword 1.16374 1.32082 0.15708 ops/s
Mean Throughput multi_terms-keyword 1.17371 1.33912 0.1654 ops/s
Median Throughput multi_terms-keyword 1.17497 1.34166 0.1667 ops/s
Max Throughput multi_terms-keyword 1.17828 1.35076 0.17248 ops/s
50th percentile latency multi_terms-keyword 35469.8 24651.7 -10818.1 ms
90th percentile latency multi_terms-keyword 49234.9 33885.8 -15349.1 ms
99th percentile latency multi_terms-keyword 52321.8 35925.7 -16396.1 ms
100th percentile latency multi_terms-keyword 52487.6 36031.6 -16456 ms
50th percentile service time multi_terms-keyword 837.498 725.446 -112.052 ms
90th percentile service time multi_terms-keyword 854.765 770.053 -84.7117 ms
99th percentile service time multi_terms-keyword 914.834 828.511 -86.3229 ms
100th percentile service time multi_terms-keyword 921.004 854.684 -66.3193 ms
error rate multi_terms-keyword 0 0 0 %
Min Throughput keyword-terms 2.00846 2.00673 -0.00173 ops/s
Mean Throughput keyword-terms 2.01391 2.01104 -0.00287 ops/s
Median Throughput keyword-terms 2.01265 2.01005 -0.0026 ops/s
Max Throughput keyword-terms 2.0249 2.01974 -0.00517 ops/s
50th percentile latency keyword-terms 36.1828 27.8246 -8.35821 ms
90th percentile latency keyword-terms 47.3169 38.1565 -9.16038 ms
99th percentile latency keyword-terms 51.6229 42.2462 -9.37672 ms
100th percentile latency keyword-terms 54.9525 44.8388 -10.1137 ms
50th percentile service time keyword-terms 34.9682 25.4733 -9.49494 ms
90th percentile service time keyword-terms 45.9735 36.0507 -9.92282 ms
99th percentile service time keyword-terms 50.7034 40.3231 -10.3803 ms
100th percentile service time keyword-terms 54.2204 42.7296 -11.4907 ms
error rate keyword-terms 0 0 0 %
Min Throughput keyword-terms-low-cardinality 2.01247 2.01242 -5e-05 ops/s
Mean Throughput keyword-terms-low-cardinality 2.02053 2.02042 -0.0001 ops/s
Median Throughput keyword-terms-low-cardinality 2.01864 2.01854 -0.00011 ops/s
Max Throughput keyword-terms-low-cardinality 2.03693 2.03668 -0.00026 ops/s
50th percentile latency keyword-terms-low-cardinality 32.2901 24.6565 -7.63357 ms
90th percentile latency keyword-terms-low-cardinality 42.5395 34.6011 -7.93842 ms
99th percentile latency keyword-terms-low-cardinality 43.5457 36.0892 -7.45657 ms
100th percentile latency keyword-terms-low-cardinality 44.1251 36.9506 -7.17454 ms
50th percentile service time keyword-terms-low-cardinality 31.0176 22.3461 -8.67147 ms
90th percentile service time keyword-terms-low-cardinality 41.1401 32.1969 -8.94321 ms
99th percentile service time keyword-terms-low-cardinality 42.1513 33.5857 -8.5656 ms
100th percentile service time keyword-terms-low-cardinality 42.7707 34.2611 -8.50959 ms
error rate keyword-terms-low-cardinality 0 0 0 %
Min Throughput composite-terms 2.00534 2.00407 -0.00127 ops/s
Mean Throughput composite-terms 2.00875 2.00669 -0.00206 ops/s
Median Throughput composite-terms 2.00797 2.00609 -0.00188 ops/s
Max Throughput composite-terms 2.01567 2.01194 -0.00374 ops/s
50th percentile latency composite-terms 184.08 180.877 -3.20297 ms
90th percentile latency composite-terms 190.676 185.625 -5.05179 ms
99th percentile latency composite-terms 201.884 190.247 -11.6366 ms
100th percentile latency composite-terms 204.622 191.312 -13.3104 ms
50th percentile service time composite-terms 183.158 179.652 -3.50653 ms
90th percentile service time composite-terms 189.722 184.216 -5.50542 ms
99th percentile service time composite-terms 200.488 188.959 -11.5296 ms
100th percentile service time composite-terms 203.108 190.031 -13.0768 ms
error rate composite-terms 0 0 0 %
Min Throughput composite_terms-keyword 2.00382 2.00396 0.00015 ops/s
Mean Throughput composite_terms-keyword 2.00627 2.00648 0.00021 ops/s
Median Throughput composite_terms-keyword 2.00572 2.00589 0.00017 ops/s
Max Throughput composite_terms-keyword 2.01124 2.01156 0.00032 ops/s
50th percentile latency composite_terms-keyword 330.032 319.7 -10.3312 ms
90th percentile latency composite_terms-keyword 337.714 329.933 -7.78105 ms
99th percentile latency composite_terms-keyword 349.384 341.803 -7.58116 ms
100th percentile latency composite_terms-keyword 350.235 344.309 -5.92596 ms
50th percentile service time composite_terms-keyword 328.875 318.576 -10.2996 ms
90th percentile service time composite_terms-keyword 336.331 328.592 -7.73947 ms
99th percentile service time composite_terms-keyword 348.649 341.018 -7.63123 ms
100th percentile service time composite_terms-keyword 349.543 343.345 -6.19763 ms
error rate composite_terms-keyword 0 0 0 %
Min Throughput composite-date_histogram-daily 2.01236 2.01233 -3e-05 ops/s
Mean Throughput composite-date_histogram-daily 2.02032 2.0203 -2e-05 ops/s
Median Throughput composite-date_histogram-daily 2.01846 2.01843 -3e-05 ops/s
Max Throughput composite-date_histogram-daily 2.03651 2.03646 -5e-05 ops/s
50th percentile latency composite-date_histogram-daily 4.52997 5.25455 0.72458 ms
90th percentile latency composite-date_histogram-daily 4.98106 5.69726 0.7162 ms
99th percentile latency composite-date_histogram-daily 5.53876 8.876 3.33724 ms
100th percentile latency composite-date_histogram-daily 5.66532 11.3472 5.68192 ms
50th percentile service time composite-date_histogram-daily 3.13916 3.76229 0.62314 ms
90th percentile service time composite-date_histogram-daily 3.54072 4.06343 0.5227 ms
99th percentile service time composite-date_histogram-daily 3.84344 7.12066 3.27722 ms
100th percentile service time composite-date_histogram-daily 3.89792 9.74618 5.84826 ms
error rate composite-date_histogram-daily 0 0 0 %
Min Throughput range 2.01312 2.01305 -7e-05 ops/s
Mean Throughput range 2.02158 2.02148 -0.00011 ops/s
Median Throughput range 2.01961 2.01951 -0.0001 ops/s
Max Throughput range 2.03878 2.03862 -0.00017 ops/s
50th percentile latency range 5.54877 6.48957 0.94079 ms
90th percentile latency range 5.97904 6.97824 0.9992 ms
99th percentile latency range 6.21949 7.86998 1.65049 ms
100th percentile latency range 6.22063 8.02424 1.80361 ms
50th percentile service time range 4.25891 5.12338 0.86447 ms
90th percentile service time range 4.41453 5.33646 0.92193 ms
99th percentile service time range 4.61566 6.25494 1.63928 ms
100th percentile service time range 4.73197 6.4309 1.69892 ms
error rate range 0 0 0 %
Min Throughput range-numeric 2.01319 2.01318 -1e-05 ops/s
Mean Throughput range-numeric 2.02172 2.02168 -5e-05 ops/s
Median Throughput range-numeric 2.01973 2.01969 -4e-05 ops/s
Max Throughput range-numeric 2.03908 2.03897 -0.00011 ops/s
50th percentile latency range-numeric 3.48636 4.30851 0.82215 ms
90th percentile latency range-numeric 3.92006 4.63179 0.71172 ms
99th percentile latency range-numeric 4.13788 4.96738 0.8295 ms
100th percentile latency range-numeric 4.14327 5.03035 0.88708 ms
50th percentile service time range-numeric 2.10492 2.88035 0.77543 ms
90th percentile service time range-numeric 2.5362 3.0667 0.5305 ms
99th percentile service time range-numeric 2.76104 3.36823 0.60718 ms
100th percentile service time range-numeric 2.78104 3.46703 0.68599 ms
error rate range-numeric 0 0 0 %
Min Throughput keyword-in-range 2.01191 2.01179 -0.00011 ops/s
Mean Throughput keyword-in-range 2.0196 2.0194 -0.0002 ops/s
Median Throughput keyword-in-range 2.01782 2.01764 -0.00018 ops/s
Max Throughput keyword-in-range 2.0352 2.03485 -0.00035 ops/s
50th percentile latency keyword-in-range 14.0231 14.6322 0.60915 ms
90th percentile latency keyword-in-range 14.7062 15.1818 0.47557 ms
99th percentile latency keyword-in-range 19.6588 16.224 -3.43484 ms
100th percentile latency keyword-in-range 19.9274 16.3432 -3.58419 ms
50th percentile service time keyword-in-range 12.7632 13.2955 0.53234 ms
90th percentile service time keyword-in-range 13.1553 13.6057 0.45039 ms
99th percentile service time keyword-in-range 18.7189 14.9727 -3.74613 ms
100th percentile service time keyword-in-range 18.9261 15.4391 -3.48694 ms
error rate keyword-in-range 0 0 0 %
Min Throughput date_histogram_hourly_agg 2.01107 2.01138 0.00031 ops/s
Mean Throughput date_histogram_hourly_agg 2.01818 2.01871 0.00052 ops/s
Median Throughput date_histogram_hourly_agg 2.01653 2.01702 0.00048 ops/s
Max Throughput date_histogram_hourly_agg 2.03266 2.03359 0.00093 ops/s
50th percentile latency date_histogram_hourly_agg 7.01069 7.43107 0.42037 ms
90th percentile latency date_histogram_hourly_agg 8.47061 8.76746 0.29685 ms
99th percentile latency date_histogram_hourly_agg 8.80854 9.96526 1.15672 ms
100th percentile latency date_histogram_hourly_agg 8.88368 10.0865 1.20287 ms
50th percentile service time date_histogram_hourly_agg 5.52181 5.82704 0.30523 ms
90th percentile service time date_histogram_hourly_agg 6.96148 7.36329 0.40182 ms
99th percentile service time date_histogram_hourly_agg 7.62656 7.93272 0.30616 ms
100th percentile service time date_histogram_hourly_agg 7.74548 7.99525 0.24977 ms
error rate date_histogram_hourly_agg 0 0 0 %
Min Throughput date_histogram_minute_agg 2.01179 2.01185 6e-05 ops/s
Mean Throughput date_histogram_minute_agg 2.0194 2.01949 0.0001 ops/s
Median Throughput date_histogram_minute_agg 2.01762 2.01772 0.0001 ops/s
Max Throughput date_histogram_minute_agg 2.03486 2.03498 0.00013 ops/s
50th percentile latency date_histogram_minute_agg 40.2477 41.9288 1.68109 ms
90th percentile latency date_histogram_minute_agg 42.0892 42.749 0.65978 ms
99th percentile latency date_histogram_minute_agg 45.9799 48.3898 2.40987 ms
100th percentile latency date_histogram_minute_agg 48.4042 51.8819 3.47773 ms
50th percentile service time date_histogram_minute_agg 38.91 40.4785 1.56854 ms
90th percentile service time date_histogram_minute_agg 40.651 41.4284 0.77735 ms
99th percentile service time date_histogram_minute_agg 44.6761 47.1111 2.435 ms
100th percentile service time date_histogram_minute_agg 47.3845 50.9535 3.56906 ms
error rate date_histogram_minute_agg 0 0 0 %
Min Throughput scroll 49.8073 45.4861 -4.3212 pages/s
Mean Throughput scroll 49.8909 45.7496 -4.14131 pages/s
Median Throughput scroll 49.8999 45.7014 -4.19856 pages/s
Max Throughput scroll 49.933 46.0681 -3.86489 pages/s
50th percentile latency scroll 466.283 5120.93 4654.64 ms
90th percentile latency scroll 478.405 6455.89 5977.48 ms
99th percentile latency scroll 501.199 6784.53 6283.33 ms
100th percentile latency scroll 504.95 6802.93 6297.98 ms
50th percentile service time scroll 465.054 530.207 65.1532 ms
90th percentile service time scroll 477.065 539.525 62.4599 ms
99th percentile service time scroll 500.159 578.497 78.3384 ms
100th percentile service time scroll 503.938 581.428 77.4896 ms
error rate scroll 0 0 0 %
Min Throughput query-string-on-message 2.01097 2.01083 -0.00014 ops/s
Mean Throughput query-string-on-message 2.01803 2.0178 -0.00023 ops/s
Median Throughput query-string-on-message 2.01639 2.01616 -0.00023 ops/s
Max Throughput query-string-on-message 2.03241 2.03194 -0.00046 ops/s
50th percentile latency query-string-on-message 6.60433 6.95577 0.35144 ms
90th percentile latency query-string-on-message 7.10817 7.7182 0.61003 ms
99th percentile latency query-string-on-message 8.05256 8.74378 0.69122 ms
100th percentile latency query-string-on-message 8.14093 8.79502 0.65409 ms
50th percentile service time query-string-on-message 5.30456 5.71586 0.41131 ms
90th percentile service time query-string-on-message 5.6047 6.27479 0.67009 ms
99th percentile service time query-string-on-message 6.80287 7.37229 0.56943 ms
100th percentile service time query-string-on-message 7.11054 7.59388 0.48334 ms
error rate query-string-on-message 0 0 0 %
Min Throughput query-string-on-message-filtered 2.01251 2.01238 -0.00013 ops/s
Mean Throughput query-string-on-message-filtered 2.02057 2.02036 -0.0002 ops/s
Median Throughput query-string-on-message-filtered 2.01868 2.01851 -0.00017 ops/s
Max Throughput query-string-on-message-filtered 2.03699 2.03656 -0.00043 ops/s
50th percentile latency query-string-on-message-filtered 13.9383 14.1833 0.24495 ms
90th percentile latency query-string-on-message-filtered 14.4814 14.7946 0.31316 ms
99th percentile latency query-string-on-message-filtered 15.0425 19.6002 4.55769 ms
100th percentile latency query-string-on-message-filtered 15.2464 20.018 4.77164 ms
50th percentile service time query-string-on-message-filtered 12.6439 12.8592 0.21527 ms
90th percentile service time query-string-on-message-filtered 12.8684 13.1187 0.25027 ms
99th percentile service time query-string-on-message-filtered 14.026 18.3261 4.30013 ms
100th percentile service time query-string-on-message-filtered 14.3373 18.4851 4.14771 ms
error rate query-string-on-message-filtered 0 0 0 %
Min Throughput query-string-on-message-filtered-sorted-num 2.01235 2.01232 -3e-05 ops/s
Mean Throughput query-string-on-message-filtered-sorted-num 2.02034 2.02028 -6e-05 ops/s
Median Throughput query-string-on-message-filtered-sorted-num 2.01846 2.01841 -5e-05 ops/s
Max Throughput query-string-on-message-filtered-sorted-num 2.03653 2.03644 -9e-05 ops/s
50th percentile latency query-string-on-message-filtered-sorted-num 22.4299 23.385 0.95507 ms
90th percentile latency query-string-on-message-filtered-sorted-num 23.0269 24.0474 1.02049 ms
99th percentile latency query-string-on-message-filtered-sorted-num 29.9546 28.7126 -1.242 ms
100th percentile latency query-string-on-message-filtered-sorted-num 31.0121 30.5928 -0.41926 ms
50th percentile service time query-string-on-message-filtered-sorted-num 19.9889 21.0724 1.08354 ms
90th percentile service time query-string-on-message-filtered-sorted-num 20.5161 21.5566 1.04051 ms
99th percentile service time query-string-on-message-filtered-sorted-num 27.691 26.2621 -1.42895 ms
100th percentile service time query-string-on-message-filtered-sorted-num 28.3379 28.294 -0.04392 ms
error rate query-string-on-message-filtered-sorted-num 0 0 0 %
Min Throughput sort_keyword_can_match_shortcut 2.01271 2.01279 9e-05 ops/s
Mean Throughput sort_keyword_can_match_shortcut 2.02092 2.02107 0.00015 ops/s
Median Throughput sort_keyword_can_match_shortcut 2.019 2.01913 0.00013 ops/s
Max Throughput sort_keyword_can_match_shortcut 2.03763 2.03789 0.00026 ops/s
50th percentile latency sort_keyword_can_match_shortcut 6.18742 6.3302 0.14278 ms
90th percentile latency sort_keyword_can_match_shortcut 6.5844 6.88982 0.30541 ms
99th percentile latency sort_keyword_can_match_shortcut 7.1467 7.73683 0.59013 ms
100th percentile latency sort_keyword_can_match_shortcut 7.293 7.78476 0.49176 ms
50th percentile service time sort_keyword_can_match_shortcut 4.77156 4.90151 0.12995 ms
90th percentile service time sort_keyword_can_match_shortcut 4.93622 5.0808 0.14458 ms
99th percentile service time sort_keyword_can_match_shortcut 5.3509 5.85035 0.49946 ms
100th percentile service time sort_keyword_can_match_shortcut 5.44393 5.92486 0.48093 ms
error rate sort_keyword_can_match_shortcut 0 0 0 %
Min Throughput sort_keyword_no_can_match_shortcut 2.01312 2.0132 8e-05 ops/s
Mean Throughput sort_keyword_no_can_match_shortcut 2.02159 2.02171 0.00012 ops/s
Median Throughput sort_keyword_no_can_match_shortcut 2.01962 2.01974 0.00012 ops/s
Max Throughput sort_keyword_no_can_match_shortcut 2.03882 2.039 0.00017 ops/s
50th percentile latency sort_keyword_no_can_match_shortcut 6.46585 6.03298 -0.43286 ms
90th percentile latency sort_keyword_no_can_match_shortcut 6.88279 6.48934 -0.39345 ms
99th percentile latency sort_keyword_no_can_match_shortcut 9.13717 7.29492 -1.84225 ms
100th percentile latency sort_keyword_no_can_match_shortcut 10.9233 7.30722 -3.6161 ms
50th percentile service time sort_keyword_no_can_match_shortcut 5.08679 4.65162 -0.43517 ms
90th percentile service time sort_keyword_no_can_match_shortcut 5.18534 4.82558 -0.35976 ms
99th percentile service time sort_keyword_no_can_match_shortcut 5.40791 5.24644 -0.16146 ms
100th percentile service time sort_keyword_no_can_match_shortcut 5.47473 5.27097 -0.20376 ms
error rate sort_keyword_no_can_match_shortcut 0 0 0 %
Min Throughput sort_numeric_desc 2.01172 2.01194 0.00022 ops/s
Mean Throughput sort_numeric_desc 2.01928 2.01966 0.00037 ops/s
Median Throughput sort_numeric_desc 2.01752 2.01786 0.00034 ops/s
Max Throughput sort_numeric_desc 2.03466 2.03532 0.00066 ops/s
50th percentile latency sort_numeric_desc 6.00046 6.28493 0.28448 ms
90th percentile latency sort_numeric_desc 6.56202 6.58922 0.02721 ms
99th percentile latency sort_numeric_desc 7.23235 7.10935 -0.123 ms
100th percentile latency sort_numeric_desc 7.4662 7.17195 -0.29425 ms
50th percentile service time sort_numeric_desc 4.71679 4.72256 0.00577 ms
90th percentile service time sort_numeric_desc 4.8328 4.86156 0.02876 ms
99th percentile service time sort_numeric_desc 5.40773 5.62509 0.21736 ms
100th percentile service time sort_numeric_desc 5.65119 5.63231 -0.01888 ms
error rate sort_numeric_desc 0 0 0 %
Min Throughput sort_numeric_asc 2.01295 2.01296 2e-05 ops/s
Mean Throughput sort_numeric_asc 2.02128 2.02134 5e-05 ops/s
Median Throughput sort_numeric_asc 2.01934 2.01939 5e-05 ops/s
Max Throughput sort_numeric_asc 2.03827 2.03839 0.00012 ops/s
50th percentile latency sort_numeric_asc 5.6897 5.84222 0.15252 ms
90th percentile latency sort_numeric_asc 6.17833 6.30044 0.12212 ms
99th percentile latency sort_numeric_asc 6.62451 7.05027 0.42576 ms
100th percentile latency sort_numeric_asc 6.72079 7.18117 0.46038 ms
50th percentile service time sort_numeric_asc 4.41277 4.47238 0.05961 ms
90th percentile service time sort_numeric_asc 4.52691 4.64533 0.11842 ms
99th percentile service time sort_numeric_asc 4.91731 5.41217 0.49486 ms
100th percentile service time sort_numeric_asc 5.09796 5.45427 0.35631 ms
error rate sort_numeric_asc 0 0 0 %
Min Throughput sort_numeric_desc_with_match 2.01326 2.01327 2e-05 ops/s
Mean Throughput sort_numeric_desc_with_match 2.02182 2.02183 1e-05 ops/s
Median Throughput sort_numeric_desc_with_match 2.01982 2.01981 -1e-05 ops/s
Max Throughput sort_numeric_desc_with_match 2.03924 2.03926 2e-05 ops/s
50th percentile latency sort_numeric_desc_with_match 3.24541 3.80381 0.5584 ms
90th percentile latency sort_numeric_desc_with_match 3.80248 4.48557 0.68309 ms
99th percentile latency sort_numeric_desc_with_match 4.04033 4.78336 0.74302 ms
100th percentile latency sort_numeric_desc_with_match 4.04396 4.82081 0.77685 ms
50th percentile service time sort_numeric_desc_with_match 2.02964 2.39802 0.36838 ms
90th percentile service time sort_numeric_desc_with_match 2.2506 2.64542 0.39482 ms
99th percentile service time sort_numeric_desc_with_match 2.43347 2.81622 0.38275 ms
100th percentile service time sort_numeric_desc_with_match 2.51315 2.87035 0.3572 ms
error rate sort_numeric_desc_with_match 0 0 0 %
Min Throughput sort_numeric_asc_with_match 2.01326 2.01324 -1e-05 ops/s
Mean Throughput sort_numeric_asc_with_match 2.02182 2.0218 -2e-05 ops/s
Median Throughput sort_numeric_asc_with_match 2.01983 2.0198 -3e-05 ops/s
Max Throughput sort_numeric_asc_with_match 2.03921 2.0392 -1e-05 ops/s
50th percentile latency sort_numeric_asc_with_match 3.68655 4.05038 0.36383 ms
90th percentile latency sort_numeric_asc_with_match 4.13904 4.47093 0.33188 ms
99th percentile latency sort_numeric_asc_with_match 4.26774 5.27408 1.00634 ms
100th percentile latency sort_numeric_asc_with_match 4.283 5.45423 1.17123 ms
50th percentile service time sort_numeric_asc_with_match 2.36281 2.61389 0.25107 ms
90th percentile service time sort_numeric_asc_with_match 2.51298 2.80188 0.2889 ms
99th percentile service time sort_numeric_asc_with_match 2.63337 2.89749 0.26412 ms
100th percentile service time sort_numeric_asc_with_match 2.64971 2.90805 0.25834 ms
error rate sort_numeric_asc_with_match 0 0 0 %
Min Throughput range_field_conjunction_big_range_big_term_query 2.01326 2.01323 -3e-05 ops/s
Mean Throughput range_field_conjunction_big_range_big_term_query 2.0218 2.02175 -5e-05 ops/s
Median Throughput range_field_conjunction_big_range_big_term_query 2.0198 2.01976 -4e-05 ops/s
Max Throughput range_field_conjunction_big_range_big_term_query 2.03918 2.03912 -6e-05 ops/s
50th percentile latency range_field_conjunction_big_range_big_term_query 3.64688 3.7923 0.14542 ms
90th percentile latency range_field_conjunction_big_range_big_term_query 4.05678 4.19238 0.1356 ms
99th percentile latency range_field_conjunction_big_range_big_term_query 4.43788 4.56033 0.12245 ms
100th percentile latency range_field_conjunction_big_range_big_term_query 4.45612 4.71026 0.25414 ms
50th percentile service time range_field_conjunction_big_range_big_term_query 2.29046 2.41609 0.12564 ms
90th percentile service time range_field_conjunction_big_range_big_term_query 2.45169 2.57742 0.12573 ms
99th percentile service time range_field_conjunction_big_range_big_term_query 2.68999 2.68917 -0.00082 ms
100th percentile service time range_field_conjunction_big_range_big_term_query 2.77833 2.69561 -0.08272 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.01322 2.01323 1e-05 ops/s
Mean Throughput range_field_disjunction_big_range_small_term_query 2.02177 2.02177 -0 ops/s
Median Throughput range_field_disjunction_big_range_small_term_query 2.01977 2.01978 1e-05 ops/s
Max Throughput range_field_disjunction_big_range_small_term_query 2.03916 2.03911 -5e-05 ops/s
50th percentile latency range_field_disjunction_big_range_small_term_query 3.84019 3.76165 -0.07854 ms
90th percentile latency range_field_disjunction_big_range_small_term_query 4.28337 4.1717 -0.11167 ms
99th percentile latency range_field_disjunction_big_range_small_term_query 5.01249 4.5356 -0.47689 ms
100th percentile latency range_field_disjunction_big_range_small_term_query 5.17327 4.70913 -0.46415 ms
50th percentile service time range_field_disjunction_big_range_small_term_query 2.54419 2.34636 -0.19783 ms
90th percentile service time range_field_disjunction_big_range_small_term_query 2.64138 2.56634 -0.07505 ms
99th percentile service time range_field_disjunction_big_range_small_term_query 2.79139 2.72231 -0.06908 ms
100th percentile service time range_field_disjunction_big_range_small_term_query 2.79193 2.731 -0.06093 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.01322 2.01324 2e-05 ops/s
Mean Throughput range_field_conjunction_small_range_small_term_query 2.02176 2.02179 2e-05 ops/s
Median Throughput range_field_conjunction_small_range_small_term_query 2.01976 2.01979 3e-05 ops/s
Max Throughput range_field_conjunction_small_range_small_term_query 2.03916 2.03915 -1e-05 ops/s
50th percentile latency range_field_conjunction_small_range_small_term_query 4.29265 3.80635 -0.48631 ms
90th percentile latency range_field_conjunction_small_range_small_term_query 4.71986 4.28512 -0.43475 ms
99th percentile latency range_field_conjunction_small_range_small_term_query 5.26579 4.60841 -0.65738 ms
100th percentile latency range_field_conjunction_small_range_small_term_query 5.37038 4.62492 -0.74546 ms
50th percentile service time range_field_conjunction_small_range_small_term_query 2.96453 2.37991 -0.58463 ms
90th percentile service time range_field_conjunction_small_range_small_term_query 3.06081 2.55283 -0.50798 ms
99th percentile service time range_field_conjunction_small_range_small_term_query 3.16998 2.80661 -0.36337 ms
100th percentile service time range_field_conjunction_small_range_small_term_query 3.17323 2.9453 -0.22793 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.01325 2.01326 1e-05 ops/s
Mean Throughput range_field_conjunction_small_range_big_term_query 2.02183 2.02181 -3e-05 ops/s
Median Throughput range_field_conjunction_small_range_big_term_query 2.01983 2.01981 -2e-05 ops/s
Max Throughput range_field_conjunction_small_range_big_term_query 2.03927 2.03921 -6e-05 ops/s
50th percentile latency range_field_conjunction_small_range_big_term_query 3.5858 3.61448 0.02867 ms
90th percentile latency range_field_conjunction_small_range_big_term_query 4.01799 3.97745 -0.04054 ms
99th percentile latency range_field_conjunction_small_range_big_term_query 4.67747 4.76155 0.08407 ms
100th percentile latency range_field_conjunction_small_range_big_term_query 4.79206 5.04264 0.25058 ms
50th percentile service time range_field_conjunction_small_range_big_term_query 2.30866 2.1885 -0.12016 ms
90th percentile service time range_field_conjunction_small_range_big_term_query 2.40895 2.36172 -0.04723 ms
99th percentile service time range_field_conjunction_small_range_big_term_query 2.96672 2.81851 -0.14821 ms
100th percentile service time range_field_conjunction_small_range_big_term_query 3.37068 2.84627 -0.52441 ms
error rate range_field_conjunction_small_range_big_term_query 0 0 0 %
Min Throughput range-auto-date-histo 0.304219 0.291081 -0.01314 ops/s
Mean Throughput range-auto-date-histo 0.306098 0.294228 -0.01187 ops/s
Median Throughput range-auto-date-histo 0.306402 0.294484 -0.01192 ops/s
Max Throughput range-auto-date-histo 0.306788 0.29687 -0.00992 ops/s
50th percentile latency range-auto-date-histo 277433 290888 13454.3 ms
90th percentile latency range-auto-date-histo 387698 403463 15764.7 ms
99th percentile latency range-auto-date-histo 412482 428706 16224 ms
100th percentile latency range-auto-date-histo 413875 430112 16237 ms
50th percentile service time range-auto-date-histo 3217.33 3310.74 93.4098 ms
90th percentile service time range-auto-date-histo 3387.86 3419.85 31.9971 ms
99th percentile service time range-auto-date-histo 3624.1 3552.46 -71.6376 ms
100th percentile service time range-auto-date-histo 3646.19 3576.46 -69.7322 ms
error rate range-auto-date-histo 0 0 0 %
Min Throughput range-auto-date-histo-with-metrics 0.109289 0.107603 -0.00169 ops/s
Mean Throughput range-auto-date-histo-with-metrics 0.110722 0.107973 -0.00275 ops/s
Median Throughput range-auto-date-histo-with-metrics 0.110938 0.107864 -0.00307 ops/s
Max Throughput range-auto-date-histo-with-metrics 0.111642 0.108629 -0.00301 ops/s
50th percentile latency range-auto-date-histo-with-metrics 854955 881269 26313.5 ms
90th percentile latency range-auto-date-histo-with-metrics 1.1887e+06 1.22411e+06 35406.5 ms
99th percentile latency range-auto-date-histo-with-metrics 1.26372e+06 1.30134e+06 37623.7 ms
100th percentile latency range-auto-date-histo-with-metrics 1.26789e+06 1.30564e+06 37751.1 ms
50th percentile service time range-auto-date-histo-with-metrics 8818.67 9128.97 310.301 ms
90th percentile service time range-auto-date-histo-with-metrics 9041.02 9316.81 275.796 ms
99th percentile service time range-auto-date-histo-with-metrics 9322.37 9569.46 247.099 ms
100th percentile service time range-auto-date-histo-with-metrics 9322.94 9609.95 287.009 ms
error rate range-auto-date-histo-with-metrics 0 0 0 %
Min Throughput range-agg-1 2.01322 2.01326 5e-05 ops/s
Mean Throughput range-agg-1 2.02176 2.02181 5e-05 ops/s
Median Throughput range-agg-1 2.01976 2.01981 4e-05 ops/s
Max Throughput range-agg-1 2.03911 2.03924 0.00012 ops/s
50th percentile latency range-agg-1 3.93268 3.97243 0.03975 ms
90th percentile latency range-agg-1 4.52435 4.45806 -0.06629 ms
99th percentile latency range-agg-1 5.28309 4.70198 -0.58111 ms
100th percentile latency range-agg-1 5.4975 4.72269 -0.77481 ms
50th percentile service time range-agg-1 2.60405 2.67218 0.06814 ms
90th percentile service time range-agg-1 2.93804 2.79387 -0.14416 ms
99th percentile service time range-agg-1 3.09442 3.0252 -0.06921 ms
100th percentile service time range-agg-1 3.10968 3.0966 -0.01307 ms
error rate range-agg-1 0 0 0 %
Min Throughput range-agg-2 2.01324 2.01323 -1e-05 ops/s
Mean Throughput range-agg-2 2.02181 2.02179 -2e-05 ops/s
Median Throughput range-agg-2 2.01981 2.01979 -2e-05 ops/s
Max Throughput range-agg-2 2.03922 2.03922 -0 ops/s
50th percentile latency range-agg-2 3.78445 4.00161 0.21716 ms
90th percentile latency range-agg-2 4.19977 4.38736 0.18759 ms
99th percentile latency range-agg-2 4.94967 4.67664 -0.27303 ms
100th percentile latency range-agg-2 4.96041 4.75792 -0.20249 ms
50th percentile service time range-agg-2 2.45619 2.64465 0.18846 ms
90th percentile service time range-agg-2 2.73122 2.81072 0.07951 ms
99th percentile service time range-agg-2 3.49797 2.96325 -0.53472 ms
100th percentile service time range-agg-2 3.7295 3.00616 -0.72334 ms
error rate range-agg-2 0 0 0 %
Min Throughput cardinality-agg-low 2.01265 2.01265 -0 ops/s
Mean Throughput cardinality-agg-low 2.02081 2.02082 2e-05 ops/s
Median Throughput cardinality-agg-low 2.01889 2.01891 2e-05 ops/s
Max Throughput cardinality-agg-low 2.03743 2.03744 0 ops/s
50th percentile latency cardinality-agg-low 5.11708 5.54074 0.42366 ms
90th percentile latency cardinality-agg-low 5.85362 6.28926 0.43564 ms
99th percentile latency cardinality-agg-low 6.07159 6.53029 0.45871 ms
100th percentile latency cardinality-agg-low 6.08599 6.55725 0.47127 ms
50th percentile service time cardinality-agg-low 3.80052 4.06993 0.26941 ms
90th percentile service time cardinality-agg-low 4.43525 4.82904 0.3938 ms
99th percentile service time cardinality-agg-low 4.81174 5.13078 0.31905 ms
100th percentile service time cardinality-agg-low 4.91514 5.17968 0.26453 ms
error rate cardinality-agg-low 0 0 0 %
Min Throughput cardinality-agg-high 0.79278 0.91701 0.12423 ops/s
Mean Throughput cardinality-agg-high 0.799139 0.940886 0.14175 ops/s
Median Throughput cardinality-agg-high 0.800198 0.943099 0.1429 ops/s
Max Throughput cardinality-agg-high 0.804419 0.952163 0.14774 ops/s
50th percentile latency cardinality-agg-high 75466 56700.8 -18765.2 ms
90th percentile latency cardinality-agg-high 107111 78061.8 -29049.5 ms
99th percentile latency cardinality-agg-high 113382 82903.4 -30478.7 ms
100th percentile latency cardinality-agg-high 113723 83190.5 -30532.4 ms
50th percentile service time cardinality-agg-high 1193.41 1006.53 -186.881 ms
90th percentile service time cardinality-agg-high 1437.62 1110.74 -326.881 ms
99th percentile service time cardinality-agg-high 2067.75 1297.01 -770.746 ms
100th percentile service time cardinality-agg-high 2257.74 1331.45 -926.294 ms
error rate cardinality-agg-high 0 0 0 %
Min Throughput cardinality-agg-very-high 0.643663 0.746378 0.10271 ops/s
Mean Throughput cardinality-agg-very-high 0.647509 0.749143 0.10163 ops/s
Median Throughput cardinality-agg-very-high 0.647486 0.749032 0.10155 ops/s
Max Throughput cardinality-agg-very-high 0.650578 0.751576 0.101 ops/s
50th percentile latency cardinality-agg-very-high 105677 84302 -21375 ms
90th percentile latency cardinality-agg-very-high 146139 117073 -29065.4 ms
99th percentile latency cardinality-agg-very-high 155777 124422 -31354.7 ms
100th percentile latency cardinality-agg-very-high 156278 124824 -31454.4 ms
50th percentile service time cardinality-agg-very-high 1492.34 1304.61 -187.723 ms
90th percentile service time cardinality-agg-very-high 1615.04 1388.4 -226.648 ms
99th percentile service time cardinality-agg-very-high 2038.85 1556.05 -482.802 ms
100th percentile service time cardinality-agg-very-high 2072.01 1629.9 -442.108 ms
error rate cardinality-agg-very-high 0 0 0 %
Min Throughput range_with_asc_sort 2.01311 2.0131 -1e-05 ops/s
Mean Throughput range_with_asc_sort 2.02158 2.02155 -3e-05 ops/s
Median Throughput range_with_asc_sort 2.01961 2.01957 -3e-05 ops/s
Max Throughput range_with_asc_sort 2.03883 2.03874 -9e-05 ops/s
50th percentile latency range_with_asc_sort 6.76835 7.5916 0.82325 ms
90th percentile latency range_with_asc_sort 7.25377 8.02527 0.77151 ms
99th percentile latency range_with_asc_sort 8.4958 8.44447 -0.05133 ms
100th percentile latency range_with_asc_sort 8.7426 8.76565 0.02305 ms
50th percentile service time range_with_asc_sort 5.55626 6.31076 0.7545 ms
90th percentile service time range_with_asc_sort 5.69075 6.40502 0.71427 ms
99th percentile service time range_with_asc_sort 6.88278 6.98245 0.09967 ms
100th percentile service time range_with_asc_sort 7.19944 7.4708 0.27137 ms
error rate range_with_asc_sort 0 0 0 %
Min Throughput range_with_desc_sort 2.01316 2.01314 -3e-05 ops/s
Mean Throughput range_with_desc_sort 2.02166 2.02164 -2e-05 ops/s
Median Throughput range_with_desc_sort 2.01969 2.01966 -2e-05 ops/s
Max Throughput range_with_desc_sort 2.03893 2.03889 -5e-05 ops/s
50th percentile latency range_with_desc_sort 7.37098 7.76887 0.3979 ms
90th percentile latency range_with_desc_sort 7.72323 8.15059 0.42736 ms
99th percentile latency range_with_desc_sort 7.88489 9.48915 1.60425 ms
100th percentile latency range_with_desc_sort 7.92428 9.56236 1.63808 ms
50th percentile service time range_with_desc_sort 5.98244 6.39113 0.4087 ms
90th percentile service time range_with_desc_sort 6.15647 6.5038 0.34733 ms
99th percentile service time range_with_desc_sort 6.32671 8.26241 1.9357 ms
100th percentile service time range_with_desc_sort 6.36103 8.35915 1.99812 ms
error rate range_with_desc_sort 0 0 0 %

@opensearch-ci-bot
Copy link
Collaborator

Benchmark Results

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

Metric Task Value Unit
Cumulative indexing time of primary shards 19.4781 min
Min cumulative indexing time across primary shards 19.4781 min
Median cumulative indexing time across primary shards 19.4781 min
Max cumulative indexing time across primary shards 19.4781 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 4.3626 min
Cumulative merge count of primary shards 9
Min cumulative merge time across primary shards 4.3626 min
Median cumulative merge time across primary shards 4.3626 min
Max cumulative merge time across primary shards 4.3626 min
Cumulative merge throttle time of primary shards 1.80955 min
Min cumulative merge throttle time across primary shards 1.80955 min
Median cumulative merge throttle time across primary shards 1.80955 min
Max cumulative merge throttle time across primary shards 1.80955 min
Cumulative refresh time of primary shards 0.461233 min
Cumulative refresh count of primary shards 23
Min cumulative refresh time across primary shards 0.461233 min
Median cumulative refresh time across primary shards 0.461233 min
Max cumulative refresh time across primary shards 0.461233 min
Cumulative flush time of primary shards 1.16968 min
Cumulative flush count of primary shards 10
Min cumulative flush time across primary shards 1.16968 min
Median cumulative flush time across primary shards 1.16968 min
Max cumulative flush time across primary shards 1.16968 min
Total Young Gen GC time 1.631 s
Total Young Gen GC count 44
Total Old Gen GC time 0 s
Total Old Gen GC count 0
Store size 3.3542 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 17
Min Throughput index-append 33954.3 docs/s
Mean Throughput index-append 35361.5 docs/s
Median Throughput index-append 35490.1 docs/s
Max Throughput index-append 36246.1 docs/s
50th percentile latency index-append 953.216 ms
90th percentile latency index-append 1260.9 ms
99th percentile latency index-append 4715.25 ms
99.9th percentile latency index-append 8254.98 ms
100th percentile latency index-append 8772.02 ms
50th percentile service time index-append 952.849 ms
90th percentile service time index-append 1261.08 ms
99th percentile service time index-append 4715.25 ms
99.9th percentile service time index-append 8254.98 ms
100th percentile service time index-append 8772.02 ms
error rate index-append 0 %
Min Throughput wait-until-merges-finish 0.66 ops/s
Mean Throughput wait-until-merges-finish 0.66 ops/s
Median Throughput wait-until-merges-finish 0.66 ops/s
Max Throughput wait-until-merges-finish 0.66 ops/s
100th percentile latency wait-until-merges-finish 1521.98 ms
100th percentile service time wait-until-merges-finish 1521.98 ms
error rate wait-until-merges-finish 0 %
Min Throughput randomized-nested-queries 19.87 ops/s
Mean Throughput randomized-nested-queries 19.92 ops/s
Median Throughput randomized-nested-queries 19.93 ops/s
Max Throughput randomized-nested-queries 19.95 ops/s
50th percentile latency randomized-nested-queries 43.0851 ms
90th percentile latency randomized-nested-queries 75.1212 ms
99th percentile latency randomized-nested-queries 98.715 ms
99.9th percentile latency randomized-nested-queries 102.035 ms
100th percentile latency randomized-nested-queries 102.674 ms
50th percentile service time randomized-nested-queries 41.9471 ms
90th percentile service time randomized-nested-queries 74.1715 ms
99th percentile service time randomized-nested-queries 97.6899 ms
99.9th percentile service time randomized-nested-queries 100.849 ms
100th percentile service time randomized-nested-queries 101.186 ms
error rate randomized-nested-queries 0 %
Min Throughput randomized-term-queries 25.01 ops/s
Mean Throughput randomized-term-queries 25.01 ops/s
Median Throughput randomized-term-queries 25.01 ops/s
Max Throughput randomized-term-queries 25.02 ops/s
50th percentile latency randomized-term-queries 3.45826 ms
90th percentile latency randomized-term-queries 3.91961 ms
99th percentile latency randomized-term-queries 4.40555 ms
100th percentile latency randomized-term-queries 7.95183 ms
50th percentile service time randomized-term-queries 2.58421 ms
90th percentile service time randomized-term-queries 2.93294 ms
99th percentile service time randomized-term-queries 3.26854 ms
100th percentile service time randomized-term-queries 3.34138 ms
error rate randomized-term-queries 0 %
Min Throughput randomized-sorted-term-queries 15.98 ops/s
Mean Throughput randomized-sorted-term-queries 15.98 ops/s
Median Throughput randomized-sorted-term-queries 15.98 ops/s
Max Throughput randomized-sorted-term-queries 15.99 ops/s
50th percentile latency randomized-sorted-term-queries 11.8698 ms
90th percentile latency randomized-sorted-term-queries 16.5959 ms
99th percentile latency randomized-sorted-term-queries 19.1078 ms
100th percentile latency randomized-sorted-term-queries 21.102 ms
50th percentile service time randomized-sorted-term-queries 11.0132 ms
90th percentile service time randomized-sorted-term-queries 15.4953 ms
99th percentile service time randomized-sorted-term-queries 18.3906 ms
100th percentile service time randomized-sorted-term-queries 20.2733 ms
error rate randomized-sorted-term-queries 0 %
Min Throughput match-all 5 ops/s
Mean Throughput match-all 5 ops/s
Median Throughput match-all 5 ops/s
Max Throughput match-all 5 ops/s
50th percentile latency match-all 3.75978 ms
90th percentile latency match-all 4.32821 ms
99th percentile latency match-all 4.65453 ms
100th percentile latency match-all 6.23277 ms
50th percentile service time match-all 2.62529 ms
90th percentile service time match-all 2.82735 ms
99th percentile service time match-all 3.08793 ms
100th percentile service time match-all 4.91919 ms
error rate match-all 0 %
Min Throughput nested-date-histo 1 ops/s
Mean Throughput nested-date-histo 1 ops/s
Median Throughput nested-date-histo 1 ops/s
Max Throughput nested-date-histo 1 ops/s
50th percentile latency nested-date-histo 1319.15 ms
90th percentile latency nested-date-histo 1327.46 ms
99th percentile latency nested-date-histo 1348.9 ms
100th percentile latency nested-date-histo 1427.67 ms
50th percentile service time nested-date-histo 1317.67 ms
90th percentile service time nested-date-histo 1325.99 ms
99th percentile service time nested-date-histo 1347.66 ms
100th percentile service time nested-date-histo 1426.19 ms
error rate nested-date-histo 0 %
Min Throughput randomized-nested-queries-with-inner-hits_default 17.99 ops/s
Mean Throughput randomized-nested-queries-with-inner-hits_default 17.99 ops/s
Median Throughput randomized-nested-queries-with-inner-hits_default 17.99 ops/s
Max Throughput randomized-nested-queries-with-inner-hits_default 18 ops/s
50th percentile latency randomized-nested-queries-with-inner-hits_default 43.6832 ms
90th percentile latency randomized-nested-queries-with-inner-hits_default 68.0132 ms
99th percentile latency randomized-nested-queries-with-inner-hits_default 97.7155 ms
99.9th percentile latency randomized-nested-queries-with-inner-hits_default 104.965 ms
100th percentile latency randomized-nested-queries-with-inner-hits_default 105.038 ms
50th percentile service time randomized-nested-queries-with-inner-hits_default 42.503 ms
90th percentile service time randomized-nested-queries-with-inner-hits_default 66.9974 ms
99th percentile service time randomized-nested-queries-with-inner-hits_default 96.7528 ms
99.9th percentile service time randomized-nested-queries-with-inner-hits_default 104.321 ms
100th percentile service time randomized-nested-queries-with-inner-hits_default 104.501 ms
error rate randomized-nested-queries-with-inner-hits_default 0 %
Min Throughput randomized-nested-queries-with-inner-hits_default_big_size 15.99 ops/s
Mean Throughput randomized-nested-queries-with-inner-hits_default_big_size 16 ops/s
Median Throughput randomized-nested-queries-with-inner-hits_default_big_size 16 ops/s
Max Throughput randomized-nested-queries-with-inner-hits_default_big_size 16 ops/s
50th percentile latency randomized-nested-queries-with-inner-hits_default_big_size 64.0382 ms
90th percentile latency randomized-nested-queries-with-inner-hits_default_big_size 93.505 ms
99th percentile latency randomized-nested-queries-with-inner-hits_default_big_size 125.315 ms
99.9th percentile latency randomized-nested-queries-with-inner-hits_default_big_size 133.016 ms
100th percentile latency randomized-nested-queries-with-inner-hits_default_big_size 138.607 ms
50th percentile service time randomized-nested-queries-with-inner-hits_default_big_size 63.1452 ms
90th percentile service time randomized-nested-queries-with-inner-hits_default_big_size 92.2795 ms
99th percentile service time randomized-nested-queries-with-inner-hits_default_big_size 124.436 ms
99.9th percentile service time randomized-nested-queries-with-inner-hits_default_big_size 132.22 ms
100th percentile service time randomized-nested-queries-with-inner-hits_default_big_size 136.387 ms
error rate randomized-nested-queries-with-inner-hits_default_big_size 0 %

@opensearch-ci-bot
Copy link
Collaborator

Benchmark Baseline Comparison Results

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

Metric Task Baseline Contender Diff Unit
Cumulative indexing time of primary shards 19.2362 19.4781 0.24195 min
Min cumulative indexing time across primary shard 19.2362 19.4781 0.24195 min
Median cumulative indexing time across primary shard 19.2362 19.4781 0.24195 min
Max cumulative indexing time across primary shard 19.2362 19.4781 0.24195 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 4.49465 4.3626 -0.13205 min
Cumulative merge count of primary shards 8 9 1
Min cumulative merge time across primary shard 4.49465 4.3626 -0.13205 min
Median cumulative merge time across primary shard 4.49465 4.3626 -0.13205 min
Max cumulative merge time across primary shard 4.49465 4.3626 -0.13205 min
Cumulative merge throttle time of primary shards 1.87828 1.80955 -0.06873 min
Min cumulative merge throttle time across primary shard 1.87828 1.80955 -0.06873 min
Median cumulative merge throttle time across primary shard 1.87828 1.80955 -0.06873 min
Max cumulative merge throttle time across primary shard 1.87828 1.80955 -0.06873 min
Cumulative refresh time of primary shards 0.587533 0.461233 -0.1263 min
Cumulative refresh count of primary shards 22 23 1
Min cumulative refresh time across primary shard 0.587533 0.461233 -0.1263 min
Median cumulative refresh time across primary shard 0.587533 0.461233 -0.1263 min
Max cumulative refresh time across primary shard 0.587533 0.461233 -0.1263 min
Cumulative flush time of primary shards 1.29917 1.16968 -0.12948 min
Cumulative flush count of primary shards 9 10 1
Min cumulative flush time across primary shard 1.29917 1.16968 -0.12948 min
Median cumulative flush time across primary shard 1.29917 1.16968 -0.12948 min
Max cumulative flush time across primary shard 1.29917 1.16968 -0.12948 min
Total Young Gen GC time 1.573 1.631 0.058 s
Total Young Gen GC count 41 44 3
Total Old Gen GC time 0 0 0 s
Total Old Gen GC count 0 0 0
Store size 3.36043 3.3542 -0.00623 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 18 17 -1
Min Throughput index-append 34547.6 33954.3 -593.297 docs/s
Mean Throughput index-append 36025.8 35361.5 -664.247 docs/s
Median Throughput index-append 36185.5 35490.1 -695.379 docs/s
Max Throughput index-append 37081 36246.1 -834.91 docs/s
50th percentile latency index-append 939.839 953.216 13.3766 ms
90th percentile latency index-append 1257.37 1260.9 3.52705 ms
99th percentile latency index-append 4540.31 4715.25 174.936 ms
99.9th percentile latency index-append 7940 8254.98 314.975 ms
100th percentile latency index-append 8873.47 8772.02 -101.445 ms
50th percentile service time index-append 940.004 952.849 12.8449 ms
90th percentile service time index-append 1256.34 1261.08 4.73291 ms
99th percentile service time index-append 4540.31 4715.25 174.936 ms
99.9th percentile service time index-append 7940 8254.98 314.975 ms
100th percentile service time index-append 8873.47 8772.02 -101.445 ms
error rate index-append 0 0 0 %
Min Throughput wait-until-merges-finish 64.859 0.656887 -64.2021 ops/s
Mean Throughput wait-until-merges-finish 64.859 0.656887 -64.2021 ops/s
Median Throughput wait-until-merges-finish 64.859 0.656887 -64.2021 ops/s
Max Throughput wait-until-merges-finish 64.859 0.656887 -64.2021 ops/s
100th percentile latency wait-until-merges-finish 14.9404 1521.98 1507.04 ms
100th percentile service time wait-until-merges-finish 14.9404 1521.98 1507.04 ms
error rate wait-until-merges-finish 0 0 0 %
Min Throughput randomized-nested-queries 19.7826 19.8653 0.08267 ops/s
Mean Throughput randomized-nested-queries 19.8788 19.9249 0.046 ops/s
Median Throughput randomized-nested-queries 19.8896 19.9315 0.0419 ops/s
Max Throughput randomized-nested-queries 19.9261 19.954 0.02796 ops/s
50th percentile latency randomized-nested-queries 44.0233 43.0851 -0.93818 ms
90th percentile latency randomized-nested-queries 70.3471 75.1212 4.77409 ms
99th percentile latency randomized-nested-queries 100.337 98.715 -1.62216 ms
99.9th percentile latency randomized-nested-queries 103.934 102.035 -1.89888 ms
100th percentile latency randomized-nested-queries 105.405 102.674 -2.73087 ms
50th percentile service time randomized-nested-queries 43.0689 41.9471 -1.1218 ms
90th percentile service time randomized-nested-queries 69.3761 74.1715 4.79545 ms
99th percentile service time randomized-nested-queries 99.5354 97.6899 -1.84548 ms
99.9th percentile service time randomized-nested-queries 103.126 100.849 -2.27669 ms
100th percentile service time randomized-nested-queries 103.597 101.186 -2.41171 ms
error rate randomized-nested-queries 0 0 0 %
Min Throughput randomized-term-queries 25.0113 25.0126 0.00133 ops/s
Mean Throughput randomized-term-queries 25.0134 25.0147 0.00131 ops/s
Median Throughput randomized-term-queries 25.0132 25.0146 0.00138 ops/s
Max Throughput randomized-term-queries 25.0155 25.0172 0.00171 ops/s
50th percentile latency randomized-term-queries 3.18787 3.45826 0.27039 ms
90th percentile latency randomized-term-queries 3.76083 3.91961 0.15878 ms
99th percentile latency randomized-term-queries 4.16498 4.40555 0.24057 ms
100th percentile latency randomized-term-queries 4.34948 7.95183 3.60235 ms
50th percentile service time randomized-term-queries 2.48055 2.58421 0.10366 ms
90th percentile service time randomized-term-queries 2.83294 2.93294 0.09999 ms
99th percentile service time randomized-term-queries 3.04389 3.26854 0.22465 ms
100th percentile service time randomized-term-queries 3.12898 3.34138 0.2124 ms
error rate randomized-term-queries 0 0 0 %
Min Throughput randomized-sorted-term-queries 14.4878 15.9794 1.49156 ops/s
Mean Throughput randomized-sorted-term-queries 14.5358 15.9826 1.44686 ops/s
Median Throughput randomized-sorted-term-queries 14.538 15.9829 1.44489 ops/s
Max Throughput randomized-sorted-term-queries 14.58 15.9851 1.40516 ops/s
50th percentile latency randomized-sorted-term-queries 10.7193 11.8698 1.15044 ms
90th percentile latency randomized-sorted-term-queries 14.6751 16.5959 1.92077 ms
99th percentile latency randomized-sorted-term-queries 19.8412 19.1078 -0.73334 ms
100th percentile latency randomized-sorted-term-queries 20.2555 21.102 0.84648 ms
50th percentile service time randomized-sorted-term-queries 9.61862 11.0132 1.39454 ms
90th percentile service time randomized-sorted-term-queries 13.5884 15.4953 1.90695 ms
99th percentile service time randomized-sorted-term-queries 18.8457 18.3906 -0.45512 ms
100th percentile service time randomized-sorted-term-queries 19.0699 20.2733 1.20339 ms
error rate randomized-sorted-term-queries 9 0 -9 %
Min Throughput match-all 5.00325 5.00322 -3e-05 ops/s
Mean Throughput match-all 5.00383 5.00379 -4e-05 ops/s
Median Throughput match-all 5.0038 5.00376 -4e-05 ops/s
Max Throughput match-all 5.00454 5.00449 -4e-05 ops/s
50th percentile latency match-all 3.6921 3.75978 0.06767 ms
90th percentile latency match-all 4.04304 4.32821 0.28517 ms
99th percentile latency match-all 4.5032 4.65453 0.15133 ms
100th percentile latency match-all 6.5346 6.23277 -0.30183 ms
50th percentile service time match-all 2.46687 2.62529 0.15842 ms
90th percentile service time match-all 2.71084 2.82735 0.11651 ms
99th percentile service time match-all 3.16499 3.08793 -0.07707 ms
100th percentile service time match-all 4.85599 4.91919 0.0632 ms
error rate match-all 0 0 0 %
Min Throughput nested-date-histo 0.994464 0.996337 0.00187 ops/s
Mean Throughput nested-date-histo 0.996938 0.997975 0.00104 ops/s
Median Throughput nested-date-histo 0.997211 0.998156 0.00094 ops/s
Max Throughput nested-date-histo 0.998136 0.998767 0.00063 ops/s
50th percentile latency nested-date-histo 1334.04 1319.15 -14.886 ms
90th percentile latency nested-date-histo 1344.16 1327.46 -16.6957 ms
99th percentile latency nested-date-histo 1363.11 1348.9 -14.2119 ms
100th percentile latency nested-date-histo 1375.58 1427.67 52.0896 ms
50th percentile service time nested-date-histo 1332.67 1317.67 -14.998 ms
90th percentile service time nested-date-histo 1342.75 1325.99 -16.7591 ms
99th percentile service time nested-date-histo 1361.47 1347.66 -13.8105 ms
100th percentile service time nested-date-histo 1374.12 1426.19 52.0702 ms
error rate nested-date-histo 0 0 0 %
Min Throughput randomized-nested-queries-with-inner-hits_default 17.9917 17.9863 -0.00534 ops/s
Mean Throughput randomized-nested-queries-with-inner-hits_default 17.9953 17.9924 -0.00285 ops/s
Median Throughput randomized-nested-queries-with-inner-hits_default 17.9957 17.9931 -0.00263 ops/s
Max Throughput randomized-nested-queries-with-inner-hits_default 17.9971 17.9954 -0.00168 ops/s
50th percentile latency randomized-nested-queries-with-inner-hits_default 43.1403 43.6832 0.5429 ms
90th percentile latency randomized-nested-queries-with-inner-hits_default 73.1395 68.0132 -5.12634 ms
99th percentile latency randomized-nested-queries-with-inner-hits_default 98.5452 97.7155 -0.82975 ms
99.9th percentile latency randomized-nested-queries-with-inner-hits_default 104.14 104.965 0.825 ms
100th percentile latency randomized-nested-queries-with-inner-hits_default 105.899 105.038 -0.86157 ms
50th percentile service time randomized-nested-queries-with-inner-hits_default 42.3167 42.503 0.18636 ms
90th percentile service time randomized-nested-queries-with-inner-hits_default 72.3919 66.9974 -5.39459 ms
99th percentile service time randomized-nested-queries-with-inner-hits_default 97.7879 96.7528 -1.03511 ms
99.9th percentile service time randomized-nested-queries-with-inner-hits_default 103.357 104.321 0.9641 ms
100th percentile service time randomized-nested-queries-with-inner-hits_default 104.122 104.501 0.37817 ms
error rate randomized-nested-queries-with-inner-hits_default 0 0 0 %
Min Throughput randomized-nested-queries-with-inner-hits_default_big_size 16.0006 15.9922 -0.00838 ops/s
Mean Throughput randomized-nested-queries-with-inner-hits_default_big_size 16.0011 15.9956 -0.00543 ops/s
Median Throughput randomized-nested-queries-with-inner-hits_default_big_size 16.001 15.996 -0.00499 ops/s
Max Throughput randomized-nested-queries-with-inner-hits_default_big_size 16.002 15.9974 -0.00465 ops/s
50th percentile latency randomized-nested-queries-with-inner-hits_default_big_size 53.456 64.0382 10.5821 ms
90th percentile latency randomized-nested-queries-with-inner-hits_default_big_size 89.1866 93.505 4.31836 ms
99th percentile latency randomized-nested-queries-with-inner-hits_default_big_size 115.165 125.315 10.1502 ms
99.9th percentile latency randomized-nested-queries-with-inner-hits_default_big_size 118.686 133.016 14.3292 ms
100th percentile latency randomized-nested-queries-with-inner-hits_default_big_size 119.056 138.607 19.5503 ms
50th percentile service time randomized-nested-queries-with-inner-hits_default_big_size 52.5593 63.1452 10.5859 ms
90th percentile service time randomized-nested-queries-with-inner-hits_default_big_size 88.2544 92.2795 4.02509 ms
99th percentile service time randomized-nested-queries-with-inner-hits_default_big_size 114.253 124.436 10.183 ms
99.9th percentile service time randomized-nested-queries-with-inner-hits_default_big_size 117.649 132.22 14.5703 ms
100th percentile service time randomized-nested-queries-with-inner-hits_default_big_size 117.919 136.387 18.468 ms
error rate randomized-nested-queries-with-inner-hits_default_big_size 0 0 0 %

@opensearch-ci-bot
Copy link
Collaborator

Benchmark Results

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

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 31
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.159 s
Total Young Gen GC count 71
Total Old Gen GC time 0 s
Total Old Gen GC count 0
Store size 15.3221 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 73
100th percentile latency wait-for-snapshot-recovery 300001 ms
100th percentile service time wait-for-snapshot-recovery 300001 ms
error rate wait-for-snapshot-recovery 100 %
Min Throughput match-all 8 ops/s
Mean Throughput match-all 8 ops/s
Median Throughput match-all 8 ops/s
Max Throughput match-all 8 ops/s
50th percentile latency match-all 4.70459 ms
90th percentile latency match-all 5.19162 ms
99th percentile latency match-all 5.86604 ms
100th percentile latency match-all 5.93746 ms
50th percentile service time match-all 3.77272 ms
90th percentile service time match-all 4.04133 ms
99th percentile service time match-all 4.70941 ms
100th percentile service time match-all 4.82551 ms
error rate match-all 0 %
Min Throughput term 49.9 ops/s
Mean Throughput term 49.9 ops/s
Median Throughput term 49.9 ops/s
Max Throughput term 49.91 ops/s
50th percentile latency term 3.53501 ms
90th percentile latency term 4.04617 ms
99th percentile latency term 9.21499 ms
100th percentile latency term 14.0388 ms
50th percentile service time term 2.73607 ms
90th percentile service time term 3.1446 ms
99th percentile service time term 8.49879 ms
100th percentile service time term 13.5879 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 6.20923 ms
90th percentile latency range 6.7353 ms
99th percentile latency range 7.27739 ms
100th percentile latency range 7.52656 ms
50th percentile service time range 4.38439 ms
90th percentile service time range 4.6672 ms
99th percentile service time range 5.63026 ms
100th percentile service time range 5.86952 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.83195 ms
90th percentile latency 200s-in-range 5.69525 ms
99th percentile latency 200s-in-range 12.8602 ms
100th percentile latency 200s-in-range 17.6991 ms
50th percentile service time 200s-in-range 3.50119 ms
90th percentile service time 200s-in-range 3.72886 ms
99th percentile service time 200s-in-range 10.7851 ms
100th percentile service time 200s-in-range 15.5289 ms
error rate 200s-in-range 0 %
Min Throughput 400s-in-range 50.03 ops/s
Mean Throughput 400s-in-range 50.03 ops/s
Median Throughput 400s-in-range 50.03 ops/s
Max Throughput 400s-in-range 50.04 ops/s
50th percentile latency 400s-in-range 3.04379 ms
90th percentile latency 400s-in-range 4.45492 ms
99th percentile latency 400s-in-range 9.01436 ms
100th percentile latency 400s-in-range 13.4193 ms
50th percentile service time 400s-in-range 2.35252 ms
90th percentile service time 400s-in-range 2.44391 ms
99th percentile service time 400s-in-range 7.97505 ms
100th percentile service time 400s-in-range 13.1959 ms
error rate 400s-in-range 0 %
Min Throughput hourly_agg 1.01 ops/s
Mean Throughput hourly_agg 1.01 ops/s
Median Throughput hourly_agg 1.01 ops/s
Max Throughput hourly_agg 1.01 ops/s
50th percentile latency hourly_agg 13.4489 ms
90th percentile latency hourly_agg 14.6617 ms
99th percentile latency hourly_agg 15.9478 ms
100th percentile latency hourly_agg 16.0141 ms
50th percentile service time hourly_agg 11.5688 ms
90th percentile service time hourly_agg 12.7641 ms
99th percentile service time hourly_agg 14.0864 ms
100th percentile service time hourly_agg 14.3429 ms
error rate hourly_agg 0 %
Min Throughput hourly_agg_with_filter 1 ops/s
Mean Throughput hourly_agg_with_filter 1 ops/s
Median Throughput hourly_agg_with_filter 1 ops/s
Max Throughput hourly_agg_with_filter 1.01 ops/s
50th percentile latency hourly_agg_with_filter 78.2505 ms
90th percentile latency hourly_agg_with_filter 91.4044 ms
99th percentile latency hourly_agg_with_filter 130.42 ms
100th percentile latency hourly_agg_with_filter 166.748 ms
50th percentile service time hourly_agg_with_filter 76.7884 ms
90th percentile service time hourly_agg_with_filter 89.7801 ms
99th percentile service time hourly_agg_with_filter 128.578 ms
100th percentile service time hourly_agg_with_filter 165.294 ms
error rate hourly_agg_with_filter 0 %
Min Throughput hourly_agg_with_filter_and_metrics 0.23 ops/s
Mean Throughput hourly_agg_with_filter_and_metrics 0.23 ops/s
Median Throughput hourly_agg_with_filter_and_metrics 0.23 ops/s
Max Throughput hourly_agg_with_filter_and_metrics 0.23 ops/s
50th percentile latency hourly_agg_with_filter_and_metrics 334604 ms
90th percentile latency hourly_agg_with_filter_and_metrics 468106 ms
99th percentile latency hourly_agg_with_filter_and_metrics 498780 ms
100th percentile latency hourly_agg_with_filter_and_metrics 500427 ms
50th percentile service time hourly_agg_with_filter_and_metrics 4307.3 ms
90th percentile service time hourly_agg_with_filter_and_metrics 4417.85 ms
99th percentile service time hourly_agg_with_filter_and_metrics 4896.76 ms
100th percentile service time hourly_agg_with_filter_and_metrics 5140.84 ms
error rate hourly_agg_with_filter_and_metrics 0 %
Min Throughput multi_term_agg 0.22 ops/s
Mean Throughput multi_term_agg 0.22 ops/s
Median Throughput multi_term_agg 0.22 ops/s
Max Throughput multi_term_agg 0.22 ops/s
50th percentile latency multi_term_agg 355515 ms
90th percentile latency multi_term_agg 496710 ms
99th percentile latency multi_term_agg 528879 ms
100th percentile latency multi_term_agg 530627 ms
50th percentile service time multi_term_agg 4572.61 ms
90th percentile service time multi_term_agg 4689.21 ms
99th percentile service time multi_term_agg 5225.49 ms
100th percentile service time multi_term_agg 5230.02 ms
error rate multi_term_agg 0 %
Min Throughput scroll 25.05 pages/s
Mean Throughput scroll 25.08 pages/s
Median Throughput scroll 25.07 pages/s
Max Throughput scroll 25.15 pages/s
50th percentile latency scroll 204.309 ms
90th percentile latency scroll 208.618 ms
99th percentile latency scroll 263.246 ms
100th percentile latency scroll 279.493 ms
50th percentile service time scroll 202.273 ms
90th percentile service time scroll 206.468 ms
99th percentile service time scroll 261.198 ms
100th percentile service time scroll 277.583 ms
error rate scroll 0 %
Min Throughput desc_sort_size 1 ops/s
Mean Throughput desc_sort_size 1 ops/s
Median Throughput desc_sort_size 1 ops/s
Max Throughput desc_sort_size 1 ops/s
50th percentile latency desc_sort_size 7.27219 ms
90th percentile latency desc_sort_size 7.90968 ms
99th percentile latency desc_sort_size 8.68531 ms
100th percentile latency desc_sort_size 8.96942 ms
50th percentile service time desc_sort_size 5.43716 ms
90th percentile service time desc_sort_size 6.03575 ms
99th percentile service time desc_sort_size 6.65627 ms
100th percentile service time desc_sort_size 6.70067 ms
error rate desc_sort_size 0 %
Min Throughput asc_sort_size 1 ops/s
Mean Throughput asc_sort_size 1 ops/s
Median Throughput asc_sort_size 1 ops/s
Max Throughput asc_sort_size 1 ops/s
50th percentile latency asc_sort_size 8.11096 ms
90th percentile latency asc_sort_size 8.88391 ms
99th percentile latency asc_sort_size 9.49389 ms
100th percentile latency asc_sort_size 9.59637 ms
50th percentile service time asc_sort_size 6.3157 ms
90th percentile service time asc_sort_size 7.06069 ms
99th percentile service time asc_sort_size 7.35532 ms
100th percentile service time asc_sort_size 7.38371 ms
error rate asc_sort_size 0 %
Min Throughput desc_sort_timestamp 1 ops/s
Mean Throughput desc_sort_timestamp 1 ops/s
Median Throughput desc_sort_timestamp 1 ops/s
Max Throughput desc_sort_timestamp 1 ops/s
50th percentile latency desc_sort_timestamp 13.3409 ms
90th percentile latency desc_sort_timestamp 14.3455 ms
99th percentile latency desc_sort_timestamp 17.3845 ms
100th percentile latency desc_sort_timestamp 17.519 ms
50th percentile service time desc_sort_timestamp 11.7182 ms
90th percentile service time desc_sort_timestamp 12.4711 ms
99th percentile service time desc_sort_timestamp 15.5389 ms
100th percentile service time desc_sort_timestamp 15.589 ms
error rate desc_sort_timestamp 0 %
Min Throughput asc_sort_timestamp 1 ops/s
Mean Throughput asc_sort_timestamp 1 ops/s
Median Throughput asc_sort_timestamp 1 ops/s
Max Throughput asc_sort_timestamp 1 ops/s
50th percentile latency asc_sort_timestamp 7.74658 ms
90th percentile latency asc_sort_timestamp 8.33272 ms
99th percentile latency asc_sort_timestamp 9.04174 ms
100th percentile latency asc_sort_timestamp 9.08514 ms
50th percentile service time asc_sort_timestamp 5.97368 ms
90th percentile service time asc_sort_timestamp 6.31435 ms
99th percentile service time asc_sort_timestamp 6.79821 ms
100th percentile service time asc_sort_timestamp 6.82516 ms
error rate asc_sort_timestamp 0 %
Min Throughput desc_sort_with_after_timestamp 1.01 ops/s
Mean Throughput desc_sort_with_after_timestamp 1.02 ops/s
Median Throughput desc_sort_with_after_timestamp 1.02 ops/s
Max Throughput desc_sort_with_after_timestamp 1.1 ops/s
50th percentile latency desc_sort_with_after_timestamp 6.12667 ms
90th percentile latency desc_sort_with_after_timestamp 6.58116 ms
99th percentile latency desc_sort_with_after_timestamp 7.31485 ms
100th percentile latency desc_sort_with_after_timestamp 7.50838 ms
50th percentile service time desc_sort_with_after_timestamp 4.24241 ms
90th percentile service time desc_sort_with_after_timestamp 4.64965 ms
99th percentile service time desc_sort_with_after_timestamp 5.09196 ms
100th percentile service time desc_sort_with_after_timestamp 5.32266 ms
error rate desc_sort_with_after_timestamp 0 %
Min Throughput asc_sort_with_after_timestamp 1.01 ops/s
Mean Throughput asc_sort_with_after_timestamp 1.02 ops/s
Median Throughput asc_sort_with_after_timestamp 1.02 ops/s
Max Throughput asc_sort_with_after_timestamp 1.1 ops/s
50th percentile latency asc_sort_with_after_timestamp 5.36239 ms
90th percentile latency asc_sort_with_after_timestamp 5.74681 ms
99th percentile latency asc_sort_with_after_timestamp 5.93735 ms
100th percentile latency asc_sort_with_after_timestamp 5.97648 ms
50th percentile service time asc_sort_with_after_timestamp 3.40347 ms
90th percentile service time asc_sort_with_after_timestamp 3.61451 ms
99th percentile service time asc_sort_with_after_timestamp 3.90694 ms
100th percentile service time asc_sort_with_after_timestamp 3.91459 ms
error rate asc_sort_with_after_timestamp 0 %
Min Throughput range_size 2.01 ops/s
Mean Throughput range_size 2.01 ops/s
Median Throughput range_size 2.01 ops/s
Max Throughput range_size 2.02 ops/s
50th percentile latency range_size 8.52331 ms
90th percentile latency range_size 8.98681 ms
99th percentile latency range_size 9.85503 ms
100th percentile latency range_size 10.1685 ms
50th percentile service time range_size 7.23173 ms
90th percentile service time range_size 7.50642 ms
99th percentile service time range_size 8.5817 ms
100th percentile service time range_size 9.19907 ms
error rate range_size 0 %
Min Throughput range_with_asc_sort 2.01 ops/s
Mean Throughput range_with_asc_sort 2.01 ops/s
Median Throughput range_with_asc_sort 2.01 ops/s
Max Throughput range_with_asc_sort 2.02 ops/s
50th percentile latency range_with_asc_sort 18.3142 ms
90th percentile latency range_with_asc_sort 20.4218 ms
99th percentile latency range_with_asc_sort 24.1192 ms
100th percentile latency range_with_asc_sort 24.2883 ms
50th percentile service time range_with_asc_sort 16.9448 ms
90th percentile service time range_with_asc_sort 19.0112 ms
99th percentile service time range_with_asc_sort 22.6745 ms
100th percentile service time range_with_asc_sort 23.0217 ms
error rate range_with_asc_sort 0 %
Min Throughput range_with_desc_sort 2.01 ops/s
Mean Throughput range_with_desc_sort 2.01 ops/s
Median Throughput range_with_desc_sort 2.01 ops/s
Max Throughput range_with_desc_sort 2.02 ops/s
50th percentile latency range_with_desc_sort 21.0468 ms
90th percentile latency range_with_desc_sort 24.5524 ms
99th percentile latency range_with_desc_sort 32.3577 ms
100th percentile latency range_with_desc_sort 39.3306 ms
50th percentile service time range_with_desc_sort 19.0068 ms
90th percentile service time range_with_desc_sort 22.2797 ms
99th percentile service time range_with_desc_sort 30.4822 ms
100th percentile service time range_with_desc_sort 38.0029 ms
error rate range_with_desc_sort 0 %

@opensearch-ci-bot
Copy link
Collaborator

Benchmark Baseline Comparison Results

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

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 31 31 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 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 1.619 2.159 0.54 s
Total Young Gen GC count 71 71 0
Total Old Gen GC time 0 0 0 s
Total Old Gen GC count 0 0 0
Store size 15.3221 15.3221 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 73 73 0
100th percentile latency wait-for-snapshot-recovery 300002 300001 -0.46875 ms
100th percentile service time wait-for-snapshot-recovery 300002 300001 -0.46875 ms
error rate wait-for-snapshot-recovery 100 100 0 %
Min Throughput match-all 7.99784 7.99934 0.0015 ops/s
Mean Throughput match-all 7.99798 7.99939 0.00141 ops/s
Median Throughput match-all 7.99797 7.99938 0.00141 ops/s
Max Throughput match-all 7.99815 7.99946 0.0013 ops/s
50th percentile latency match-all 4.16972 4.70459 0.53487 ms
90th percentile latency match-all 4.61706 5.19162 0.57456 ms
99th percentile latency match-all 5.54507 5.86604 0.32097 ms
100th percentile latency match-all 5.57916 5.93746 0.3583 ms
50th percentile service time match-all 3.37527 3.77272 0.39744 ms
90th percentile service time match-all 3.72884 4.04133 0.31249 ms
99th percentile service time match-all 4.79889 4.70941 -0.08947 ms
100th percentile service time match-all 4.90794 4.82551 -0.08243 ms
error rate match-all 0 0 0 %
Min Throughput term 49.8775 49.901 0.02348 ops/s
Mean Throughput term 49.8828 49.9044 0.02156 ops/s
Median Throughput term 49.8828 49.9044 0.02156 ops/s
Max Throughput term 49.8881 49.9078 0.01964 ops/s
50th percentile latency term 4.33928 3.53501 -0.80427 ms
90th percentile latency term 4.71408 4.04617 -0.66791 ms
99th percentile latency term 9.91854 9.21499 -0.70354 ms
100th percentile latency term 13.2569 14.0388 0.78194 ms
50th percentile service time term 3.53139 2.73607 -0.79532 ms
90th percentile service time term 3.85392 3.1446 -0.70931 ms
99th percentile service time term 9.35823 8.49879 -0.85944 ms
100th percentile service time term 12.6908 13.5879 0.89717 ms
error rate term 0 0 0 %
Min Throughput range 1.00478 1.00474 -5e-05 ops/s
Mean Throughput range 1.00662 1.00656 -6e-05 ops/s
Median Throughput range 1.00637 1.00631 -6e-05 ops/s
Max Throughput range 1.00952 1.00943 -9e-05 ops/s
50th percentile latency range 6.25728 6.20923 -0.04805 ms
90th percentile latency range 6.82787 6.7353 -0.09257 ms
99th percentile latency range 7.7383 7.27739 -0.46091 ms
100th percentile latency range 7.92056 7.52656 -0.394 ms
50th percentile service time range 4.45378 4.38439 -0.0694 ms
90th percentile service time range 4.82433 4.6672 -0.15713 ms
99th percentile service time range 5.6934 5.63026 -0.06314 ms
100th percentile service time range 5.94653 5.86952 -0.07701 ms
error rate range 0 0 0 %
Min Throughput 200s-in-range 32.9196 32.9331 0.01348 ops/s
Mean Throughput 200s-in-range 32.9258 32.9376 0.01179 ops/s
Median Throughput 200s-in-range 32.9268 32.9365 0.00964 ops/s
Max Throughput 200s-in-range 32.931 32.9432 0.01225 ops/s
50th percentile latency 200s-in-range 5.23048 4.83195 -0.39853 ms
90th percentile latency 200s-in-range 6.24862 5.69525 -0.55337 ms
99th percentile latency 200s-in-range 6.72076 12.8602 6.1394 ms
100th percentile latency 200s-in-range 6.94035 17.6991 10.7587 ms
50th percentile service time 200s-in-range 4.20059 3.50119 -0.6994 ms
90th percentile service time 200s-in-range 4.40291 3.72886 -0.67406 ms
99th percentile service time 200s-in-range 5.88006 10.7851 4.90501 ms
100th percentile service time 200s-in-range 6.6719 15.5289 8.85696 ms
error rate 200s-in-range 0 0 0 %
Min Throughput 400s-in-range 50.0153 50.029 0.01374 ops/s
Mean Throughput 400s-in-range 50.0172 50.0343 0.01713 ops/s
Median Throughput 400s-in-range 50.0172 50.0343 0.01713 ops/s
Max Throughput 400s-in-range 50.0191 50.0396 0.02053 ops/s
50th percentile latency 400s-in-range 4.11879 3.04379 -1.075 ms
90th percentile latency 400s-in-range 4.68001 4.45492 -0.22509 ms
99th percentile latency 400s-in-range 9.64285 9.01436 -0.6285 ms
100th percentile latency 400s-in-range 12.9151 13.4193 0.50418 ms
50th percentile service time 400s-in-range 3.46202 2.35252 -1.1095 ms
90th percentile service time 400s-in-range 3.7186 2.44391 -1.27469 ms
99th percentile service time 400s-in-range 6.35396 7.97505 1.62109 ms
100th percentile service time 400s-in-range 7.3297 13.1959 5.8662 ms
error rate 400s-in-range 0 0 0 %
Min Throughput hourly_agg 1.0054 1.00503 -0.00037 ops/s
Mean Throughput hourly_agg 1.00889 1.00828 -0.00061 ops/s
Median Throughput hourly_agg 1.00809 1.00754 -0.00055 ops/s
Max Throughput hourly_agg 1.01605 1.01497 -0.00109 ops/s
50th percentile latency hourly_agg 13.3978 13.4489 0.05102 ms
90th percentile latency hourly_agg 14.8021 14.6617 -0.14039 ms
99th percentile latency hourly_agg 16.3674 15.9478 -0.41956 ms
100th percentile latency hourly_agg 16.6859 16.0141 -0.67185 ms
50th percentile service time hourly_agg 11.6584 11.5688 -0.08962 ms
90th percentile service time hourly_agg 12.8917 12.7641 -0.12761 ms
99th percentile service time hourly_agg 14.7472 14.0864 -0.66074 ms
100th percentile service time hourly_agg 15.4988 14.3429 -1.15586 ms
error rate hourly_agg 0 0 0 %
Min Throughput hourly_agg_with_filter 1.00281 1.00212 -0.0007 ops/s
Mean Throughput hourly_agg_with_filter 1.00461 1.00348 -0.00114 ops/s
Median Throughput hourly_agg_with_filter 1.0042 1.00317 -0.00103 ops/s
Max Throughput hourly_agg_with_filter 1.00832 1.00625 -0.00207 ops/s
50th percentile latency hourly_agg_with_filter 84.3327 78.2505 -6.08224 ms
90th percentile latency hourly_agg_with_filter 95.5505 91.4044 -4.14612 ms
99th percentile latency hourly_agg_with_filter 130.123 130.42 0.29699 ms
100th percentile latency hourly_agg_with_filter 156.39 166.748 10.3578 ms
50th percentile service time hourly_agg_with_filter 82.5098 76.7884 -5.72146 ms
90th percentile service time hourly_agg_with_filter 93.6625 89.7801 -3.88239 ms
99th percentile service time hourly_agg_with_filter 128.653 128.578 -0.07444 ms
100th percentile service time hourly_agg_with_filter 154.939 165.294 10.355 ms
error rate hourly_agg_with_filter 0 0 0 %
Min Throughput hourly_agg_with_filter_and_metrics 0.207689 0.227606 0.01992 ops/s
Mean Throughput hourly_agg_with_filter_and_metrics 0.208574 0.230071 0.0215 ops/s
Median Throughput hourly_agg_with_filter_and_metrics 0.208342 0.230437 0.0221 ops/s
Max Throughput hourly_agg_with_filter_and_metrics 0.210332 0.231324 0.02099 ops/s
50th percentile latency hourly_agg_with_filter_and_metrics 381540 334604 -46936.1 ms
90th percentile latency hourly_agg_with_filter_and_metrics 532271 468106 -64165.2 ms
99th percentile latency hourly_agg_with_filter_and_metrics 563656 498780 -64876.7 ms
100th percentile latency hourly_agg_with_filter_and_metrics 565481 500427 -65054.4 ms
50th percentile service time hourly_agg_with_filter_and_metrics 4771.45 4307.3 -464.156 ms
90th percentile service time hourly_agg_with_filter_and_metrics 5145.35 4417.85 -727.502 ms
99th percentile service time hourly_agg_with_filter_and_metrics 5332.17 4896.76 -435.41 ms
100th percentile service time hourly_agg_with_filter_and_metrics 5419.74 5140.84 -278.901 ms
error rate hourly_agg_with_filter_and_metrics 0 0 0 %
Min Throughput multi_term_agg 0.201683 0.218499 0.01682 ops/s
Mean Throughput multi_term_agg 0.203209 0.220045 0.01684 ops/s
Median Throughput multi_term_agg 0.203377 0.220295 0.01692 ops/s
Max Throughput multi_term_agg 0.203934 0.220882 0.01695 ops/s
50th percentile latency multi_term_agg 394150 355515 -38634.8 ms
90th percentile latency multi_term_agg 550502 496710 -53791.7 ms
99th percentile latency multi_term_agg 584654 528879 -55774.1 ms
100th percentile latency multi_term_agg 586576 530627 -55949.2 ms
50th percentile service time multi_term_agg 4883.83 4572.61 -311.213 ms
90th percentile service time multi_term_agg 5240.06 4689.21 -550.847 ms
99th percentile service time multi_term_agg 5574.16 5225.49 -348.671 ms
100th percentile service time multi_term_agg 5577.43 5230.02 -347.406 ms
error rate multi_term_agg 0 0 0 %
Min Throughput scroll 25.0486 25.0497 0.00106 pages/s
Mean Throughput scroll 25.0799 25.0817 0.00178 pages/s
Median Throughput scroll 25.0728 25.0744 0.00161 pages/s
Max Throughput scroll 25.1447 25.148 0.00324 pages/s
50th percentile latency scroll 223.376 204.309 -19.0673 ms
90th percentile latency scroll 226.85 208.618 -18.2326 ms
99th percentile latency scroll 277.928 263.246 -14.6818 ms
100th percentile latency scroll 306.904 279.493 -27.411 ms
50th percentile service time scroll 221.441 202.273 -19.1681 ms
90th percentile service time scroll 225.026 206.468 -18.5579 ms
99th percentile service time scroll 275.961 261.198 -14.7631 ms
100th percentile service time scroll 304.671 277.583 -27.0885 ms
error rate scroll 0 0 0 %
Min Throughput desc_sort_size 1.00317 1.00321 4e-05 ops/s
Mean Throughput desc_sort_size 1.00385 1.0039 4e-05 ops/s
Median Throughput desc_sort_size 1.0038 1.00385 4e-05 ops/s
Max Throughput desc_sort_size 1.00474 1.0048 5e-05 ops/s
50th percentile latency desc_sort_size 7.86727 7.27219 -0.59508 ms
90th percentile latency desc_sort_size 8.87954 7.90968 -0.96986 ms
99th percentile latency desc_sort_size 10.2385 8.68531 -1.55319 ms
100th percentile latency desc_sort_size 10.6285 8.96942 -1.65909 ms
50th percentile service time desc_sort_size 6.10182 5.43716 -0.66466 ms
90th percentile service time desc_sort_size 7.06863 6.03575 -1.03287 ms
99th percentile service time desc_sort_size 8.40179 6.65627 -1.74552 ms
100th percentile service time desc_sort_size 8.41621 6.70067 -1.71555 ms
error rate desc_sort_size 0 0 0 %
Min Throughput asc_sort_size 1.00319 1.00319 1e-05 ops/s
Mean Throughput asc_sort_size 1.00388 1.00388 0 ops/s
Median Throughput asc_sort_size 1.00382 1.00383 0 ops/s
Max Throughput asc_sort_size 1.00477 1.00477 1e-05 ops/s
50th percentile latency asc_sort_size 9.05889 8.11096 -0.94793 ms
90th percentile latency asc_sort_size 9.80907 8.88391 -0.92516 ms
99th percentile latency asc_sort_size 10.5756 9.49389 -1.08168 ms
100th percentile latency asc_sort_size 10.7265 9.59637 -1.1301 ms
50th percentile service time asc_sort_size 7.25804 6.3157 -0.94234 ms
90th percentile service time asc_sort_size 7.85663 7.06069 -0.79594 ms
99th percentile service time asc_sort_size 8.52841 7.35532 -1.17309 ms
100th percentile service time asc_sort_size 8.89562 7.38371 -1.51191 ms
error rate asc_sort_size 0 0 0 %
Min Throughput desc_sort_timestamp 1.00314 1.00313 -1e-05 ops/s
Mean Throughput desc_sort_timestamp 1.00381 1.0038 -1e-05 ops/s
Median Throughput desc_sort_timestamp 1.00376 1.00375 -1e-05 ops/s
Max Throughput desc_sort_timestamp 1.00469 1.00468 -1e-05 ops/s
50th percentile latency desc_sort_timestamp 13.5984 13.3409 -0.25743 ms
90th percentile latency desc_sort_timestamp 14.3279 14.3455 0.01763 ms
99th percentile latency desc_sort_timestamp 16.7636 17.3845 0.62089 ms
100th percentile latency desc_sort_timestamp 17.1334 17.519 0.38557 ms
50th percentile service time desc_sort_timestamp 11.8485 11.7182 -0.13029 ms
90th percentile service time desc_sort_timestamp 12.6536 12.4711 -0.18248 ms
99th percentile service time desc_sort_timestamp 14.9893 15.5389 0.54969 ms
100th percentile service time desc_sort_timestamp 15.1104 15.589 0.47864 ms
error rate desc_sort_timestamp 0 0 0 %
Min Throughput asc_sort_timestamp 1.00328 1.00326 -2e-05 ops/s
Mean Throughput asc_sort_timestamp 1.00398 1.00396 -3e-05 ops/s
Median Throughput asc_sort_timestamp 1.00393 1.0039 -3e-05 ops/s
Max Throughput asc_sort_timestamp 1.0049 1.00487 -3e-05 ops/s
50th percentile latency asc_sort_timestamp 7.87371 7.74658 -0.12713 ms
90th percentile latency asc_sort_timestamp 8.53974 8.33272 -0.20702 ms
99th percentile latency asc_sort_timestamp 9.0433 9.04174 -0.00156 ms
100th percentile latency asc_sort_timestamp 9.06021 9.08514 0.02493 ms
50th percentile service time asc_sort_timestamp 6.15207 5.97368 -0.17839 ms
90th percentile service time asc_sort_timestamp 6.481 6.31435 -0.16665 ms
99th percentile service time asc_sort_timestamp 6.96298 6.79821 -0.16477 ms
100th percentile service time asc_sort_timestamp 6.98586 6.82516 -0.1607 ms
error rate asc_sort_timestamp 0 0 0 %
Min Throughput desc_sort_with_after_timestamp 1.00901 1.00902 1e-05 ops/s
Mean Throughput desc_sort_with_after_timestamp 1.02398 1.024 1e-05 ops/s
Median Throughput desc_sort_with_after_timestamp 1.01649 1.0165 1e-05 ops/s
Max Throughput desc_sort_with_after_timestamp 1.098 1.09804 4e-05 ops/s
50th percentile latency desc_sort_with_after_timestamp 6.39067 6.12667 -0.264 ms
90th percentile latency desc_sort_with_after_timestamp 6.94392 6.58116 -0.36276 ms
99th percentile latency desc_sort_with_after_timestamp 7.64347 7.31485 -0.32862 ms
100th percentile latency desc_sort_with_after_timestamp 7.83116 7.50838 -0.32278 ms
50th percentile service time desc_sort_with_after_timestamp 4.48477 4.24241 -0.24236 ms
90th percentile service time desc_sort_with_after_timestamp 4.81211 4.64965 -0.16246 ms
99th percentile service time desc_sort_with_after_timestamp 5.77072 5.09196 -0.67876 ms
100th percentile service time desc_sort_with_after_timestamp 5.96717 5.32266 -0.64451 ms
error rate desc_sort_with_after_timestamp 0 0 0 %
Min Throughput asc_sort_with_after_timestamp 1.00906 1.00905 -1e-05 ops/s
Mean Throughput asc_sort_with_after_timestamp 1.02412 1.02411 -1e-05 ops/s
Median Throughput asc_sort_with_after_timestamp 1.01659 1.01658 -1e-05 ops/s
Max Throughput asc_sort_with_after_timestamp 1.09861 1.09858 -3e-05 ops/s
50th percentile latency asc_sort_with_after_timestamp 5.32302 5.36239 0.03938 ms
90th percentile latency asc_sort_with_after_timestamp 5.72863 5.74681 0.01818 ms
99th percentile latency asc_sort_with_after_timestamp 5.88017 5.93735 0.05718 ms
100th percentile latency asc_sort_with_after_timestamp 5.88774 5.97648 0.08874 ms
50th percentile service time asc_sort_with_after_timestamp 3.48532 3.40347 -0.08185 ms
90th percentile service time asc_sort_with_after_timestamp 3.63946 3.61451 -0.02494 ms
99th percentile service time asc_sort_with_after_timestamp 3.86461 3.90694 0.04234 ms
100th percentile service time asc_sort_with_after_timestamp 3.8817 3.91459 0.03289 ms
error rate asc_sort_with_after_timestamp 0 0 0 %
Min Throughput range_size 2.00941 2.00958 0.00017 ops/s
Mean Throughput range_size 2.013 2.01324 0.00024 ops/s
Median Throughput range_size 2.01249 2.01274 0.00025 ops/s
Max Throughput range_size 2.01864 2.01898 0.00034 ops/s
50th percentile latency range_size 9.41071 8.52331 -0.8874 ms
90th percentile latency range_size 10.8895 8.98681 -1.90272 ms
99th percentile latency range_size 12.6381 9.85503 -2.78307 ms
100th percentile latency range_size 12.778 10.1685 -2.60954 ms
50th percentile service time range_size 8.12347 7.23173 -0.89174 ms
90th percentile service time range_size 9.51625 7.50642 -2.00984 ms
99th percentile service time range_size 11.151 8.5817 -2.56927 ms
100th percentile service time range_size 11.2616 9.19907 -2.0625 ms
error rate range_size 0 0 0 %
Min Throughput range_with_asc_sort 2.00793 2.00836 0.00043 ops/s
Mean Throughput range_with_asc_sort 2.01097 2.01156 0.00059 ops/s
Median Throughput range_with_asc_sort 2.01056 2.01111 0.00055 ops/s
Max Throughput range_with_asc_sort 2.01566 2.01657 0.00091 ops/s
50th percentile latency range_with_asc_sort 19.1008 18.3142 -0.78659 ms
90th percentile latency range_with_asc_sort 21.6133 20.4218 -1.19153 ms
99th percentile latency range_with_asc_sort 23.5507 24.1192 0.56851 ms
100th percentile latency range_with_asc_sort 23.7067 24.2883 0.58167 ms
50th percentile service time range_with_asc_sort 17.6198 16.9448 -0.67509 ms
90th percentile service time range_with_asc_sort 19.9585 19.0112 -0.9473 ms
99th percentile service time range_with_asc_sort 21.8136 22.6745 0.86092 ms
100th percentile service time range_with_asc_sort 22.1236 23.0217 0.89819 ms
error rate range_with_asc_sort 0 0 0 %
Min Throughput range_with_desc_sort 2.00931 2.00937 6e-05 ops/s
Mean Throughput range_with_desc_sort 2.01287 2.01295 8e-05 ops/s
Median Throughput range_with_desc_sort 2.01237 2.01244 7e-05 ops/s
Max Throughput range_with_desc_sort 2.01844 2.01852 8e-05 ops/s
50th percentile latency range_with_desc_sort 21.7552 21.0468 -0.70836 ms
90th percentile latency range_with_desc_sort 24.1651 24.5524 0.38731 ms
99th percentile latency range_with_desc_sort 33.5585 32.3577 -1.20088 ms
100th percentile latency range_with_desc_sort 38.7374 39.3306 0.5932 ms
50th percentile service time range_with_desc_sort 19.6111 19.0068 -0.6043 ms
90th percentile service time range_with_desc_sort 22.3542 22.2797 -0.07449 ms
99th percentile service time range_with_desc_sort 31.95 30.4822 -1.46782 ms
100th percentile service time range_with_desc_sort 37.0691 38.0029 0.93383 ms
error rate range_with_desc_sort 0 0 0 %

@github-actions
Copy link
Contributor

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

@jainankitk
Copy link
Contributor Author

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

@github-actions
Copy link
Contributor

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

@github-actions
Copy link
Contributor

❌ Gradle check result for a9a933a: 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/5028/

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 2
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 0.2 s
Total Young Gen GC count 4
Total Old Gen GC time 0 s
Total Old Gen GC count 0
Store size 21.1662 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 22
100th percentile latency wait-for-snapshot-recovery 300002 ms
100th percentile service time wait-for-snapshot-recovery 300002 ms
error rate wait-for-snapshot-recovery 100 %
Min Throughput default 3.01 ops/s
Mean Throughput default 3.02 ops/s
Median Throughput default 3.02 ops/s
Max Throughput default 3.03 ops/s
50th percentile latency default 7.52337 ms
90th percentile latency default 8.07113 ms
99th percentile latency default 9.07105 ms
100th percentile latency default 9.16017 ms
50th percentile service time default 6.18528 ms
90th percentile service time default 6.80943 ms
99th percentile service time default 7.82706 ms
100th percentile service time default 7.96388 ms
error rate default 0 %
Min Throughput range 1.01 ops/s
Mean Throughput range 1.01 ops/s
Median Throughput range 1.01 ops/s
Max Throughput range 1.02 ops/s
50th percentile latency range 10.2516 ms
90th percentile latency range 10.9997 ms
99th percentile latency range 13.5694 ms
100th percentile latency range 13.7668 ms
50th percentile service time range 8.36486 ms
90th percentile service time range 8.84269 ms
99th percentile service time range 11.3189 ms
100th percentile service time range 11.4365 ms
error rate range 0 %
Min Throughput distance_amount_agg 0.16 ops/s
Mean Throughput distance_amount_agg 0.16 ops/s
Median Throughput distance_amount_agg 0.16 ops/s
Max Throughput distance_amount_agg 0.16 ops/s
50th percentile latency distance_amount_agg 560881 ms
90th percentile latency distance_amount_agg 783428 ms
99th percentile latency distance_amount_agg 833388 ms
100th percentile latency distance_amount_agg 836150 ms
50th percentile service time distance_amount_agg 6044.98 ms
90th percentile service time distance_amount_agg 6146.85 ms
99th percentile service time distance_amount_agg 6279.72 ms
100th percentile service time distance_amount_agg 6293.56 ms
error rate distance_amount_agg 0 %
Min Throughput autohisto_agg 1.51 ops/s
Mean Throughput autohisto_agg 1.52 ops/s
Median Throughput autohisto_agg 1.51 ops/s
Max Throughput autohisto_agg 1.53 ops/s
50th percentile latency autohisto_agg 7.25603 ms
90th percentile latency autohisto_agg 8.3575 ms
99th percentile latency autohisto_agg 10.0318 ms
100th percentile latency autohisto_agg 10.2951 ms
50th percentile service time autohisto_agg 5.78839 ms
90th percentile service time autohisto_agg 6.67958 ms
99th percentile service time autohisto_agg 8.26139 ms
100th percentile service time autohisto_agg 8.6295 ms
error rate autohisto_agg 0 %
Min Throughput date_histogram_agg 1.51 ops/s
Mean Throughput date_histogram_agg 1.52 ops/s
Median Throughput date_histogram_agg 1.51 ops/s
Max Throughput date_histogram_agg 1.53 ops/s
50th percentile latency date_histogram_agg 6.86823 ms
90th percentile latency date_histogram_agg 7.66904 ms
99th percentile latency date_histogram_agg 8.51397 ms
100th percentile latency date_histogram_agg 8.7161 ms
50th percentile service time date_histogram_agg 5.2791 ms
90th percentile service time date_histogram_agg 5.92858 ms
99th percentile service time date_histogram_agg 6.70362 ms
100th percentile service time date_histogram_agg 7.25035 ms
error rate date_histogram_agg 0 %
Min Throughput desc_sort_tip_amount 1.01 ops/s
Mean Throughput desc_sort_tip_amount 1.01 ops/s
Median Throughput desc_sort_tip_amount 1.01 ops/s
Max Throughput desc_sort_tip_amount 1.02 ops/s
50th percentile latency desc_sort_tip_amount 9.73927 ms
90th percentile latency desc_sort_tip_amount 11.1462 ms
99th percentile latency desc_sort_tip_amount 12.1707 ms
100th percentile latency desc_sort_tip_amount 12.1838 ms
50th percentile service time desc_sort_tip_amount 7.87908 ms
90th percentile service time desc_sort_tip_amount 9.29649 ms
99th percentile service time desc_sort_tip_amount 10.3356 ms
100th percentile service time desc_sort_tip_amount 10.3668 ms
error rate desc_sort_tip_amount 0 %
Min Throughput asc_sort_tip_amount 1 ops/s
Mean Throughput asc_sort_tip_amount 1.01 ops/s
Median Throughput asc_sort_tip_amount 1.01 ops/s
Max Throughput asc_sort_tip_amount 1.01 ops/s
50th percentile latency asc_sort_tip_amount 10.2274 ms
90th percentile latency asc_sort_tip_amount 10.8084 ms
99th percentile latency asc_sort_tip_amount 12.4736 ms
100th percentile latency asc_sort_tip_amount 12.7469 ms
50th percentile service time asc_sort_tip_amount 8.47632 ms
90th percentile service time asc_sort_tip_amount 8.73314 ms
99th percentile service time asc_sort_tip_amount 10.6802 ms
100th percentile service time asc_sort_tip_amount 10.8682 ms
error rate asc_sort_tip_amount 0 %
Min Throughput desc_sort_passenger_count 2.01 ops/s
Mean Throughput desc_sort_passenger_count 2.02 ops/s
Median Throughput desc_sort_passenger_count 2.02 ops/s
Max Throughput desc_sort_passenger_count 2.03 ops/s
50th percentile latency desc_sort_passenger_count 8.0811 ms
90th percentile latency desc_sort_passenger_count 8.44734 ms
99th percentile latency desc_sort_passenger_count 9.62875 ms
100th percentile latency desc_sort_passenger_count 9.70459 ms
50th percentile service time desc_sort_passenger_count 6.68652 ms
90th percentile service time desc_sort_passenger_count 6.84259 ms
99th percentile service time desc_sort_passenger_count 8.31803 ms
100th percentile service time desc_sort_passenger_count 8.49499 ms
error rate desc_sort_passenger_count 0 %
Min Throughput asc_sort_passenger_count 2.01 ops/s
Mean Throughput asc_sort_passenger_count 2.02 ops/s
Median Throughput asc_sort_passenger_count 2.02 ops/s
Max Throughput asc_sort_passenger_count 2.04 ops/s
50th percentile latency asc_sort_passenger_count 9.18699 ms
90th percentile latency asc_sort_passenger_count 9.6549 ms
99th percentile latency asc_sort_passenger_count 10.8843 ms
100th percentile latency asc_sort_passenger_count 11.3287 ms
50th percentile service time asc_sort_passenger_count 7.85022 ms
90th percentile service time asc_sort_passenger_count 8.06026 ms
99th percentile service time asc_sort_passenger_count 9.54725 ms
100th percentile service time asc_sort_passenger_count 9.79078 ms
error rate asc_sort_passenger_count 0 %

@opensearch-ci-bot
Copy link
Collaborator

Benchmark Baseline Comparison Results

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

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 2 2 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 0.282 0.2 -0.082 s
Total Young Gen GC count 5 4 -1
Total Old Gen GC time 0 0 0 s
Total Old Gen GC count 0 0 0
Store size 21.1662 21.1662 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 22 22 0
100th percentile latency wait-for-snapshot-recovery 300001 300002 0.0625 ms
100th percentile service time wait-for-snapshot-recovery 300001 300002 0.0625 ms
error rate wait-for-snapshot-recovery 100 100 0 %
Min Throughput default 3.01179 3.01157 -0.00022 ops/s
Mean Throughput default 3.01922 3.01881 -0.00042 ops/s
Median Throughput default 3.01748 3.01714 -0.00035 ops/s
Max Throughput default 3.03396 3.03319 -0.00077 ops/s
50th percentile latency default 7.15251 7.52337 0.37086 ms
90th percentile latency default 7.90777 8.07113 0.16336 ms
99th percentile latency default 8.87815 9.07105 0.1929 ms
100th percentile latency default 8.89217 9.16017 0.268 ms
50th percentile service time default 5.98327 6.18528 0.20201 ms
90th percentile service time default 6.71545 6.80943 0.09398 ms
99th percentile service time default 7.59607 7.82706 0.23099 ms
100th percentile service time default 7.69375 7.96388 0.27013 ms
error rate default 0 0 0 %
Min Throughput range 1.00604 1.00609 4e-05 ops/s
Mean Throughput range 1.00995 1.01002 7e-05 ops/s
Median Throughput range 1.00905 1.00911 6e-05 ops/s
Max Throughput range 1.01799 1.01811 0.00012 ops/s
50th percentile latency range 9.53162 10.2516 0.71998 ms
90th percentile latency range 10.6924 10.9997 0.3073 ms
99th percentile latency range 14.5884 13.5694 -1.01895 ms
100th percentile latency range 15.4167 13.7668 -1.64989 ms
50th percentile service time range 7.70676 8.36486 0.6581 ms
90th percentile service time range 8.84944 8.84269 -0.00675 ms
99th percentile service time range 12.4092 11.3189 -1.09025 ms
100th percentile service time range 13.0942 11.4365 -1.65773 ms
error rate range 0 0 0 %
Min Throughput distance_amount_agg 0.155103 0.163966 0.00886 ops/s
Mean Throughput distance_amount_agg 0.156089 0.164432 0.00834 ops/s
Median Throughput distance_amount_agg 0.156201 0.164469 0.00827 ops/s
Max Throughput distance_amount_agg 0.157213 0.164624 0.00741 ops/s
50th percentile latency distance_amount_agg 593442 560881 -32561.1 ms
90th percentile latency distance_amount_agg 824996 783428 -41568.2 ms
99th percentile latency distance_amount_agg 876431 833388 -43043 ms
100th percentile latency distance_amount_agg 879272 836150 -43122.6 ms
50th percentile service time distance_amount_agg 6299.89 6044.98 -254.91 ms
90th percentile service time distance_amount_agg 6480.63 6146.85 -333.781 ms
99th percentile service time distance_amount_agg 6714.21 6279.72 -434.492 ms
100th percentile service time distance_amount_agg 6754.21 6293.56 -460.65 ms
error rate distance_amount_agg 0 0 0 %
Min Throughput autohisto_agg 1.50914 1.50908 -6e-05 ops/s
Mean Throughput autohisto_agg 1.5151 1.51501 -0.0001 ops/s
Median Throughput autohisto_agg 1.51376 1.51366 -0.0001 ops/s
Max Throughput autohisto_agg 1.52719 1.52704 -0.00015 ops/s
50th percentile latency autohisto_agg 7.38552 7.25603 -0.12949 ms
90th percentile latency autohisto_agg 8.25953 8.3575 0.09797 ms
99th percentile latency autohisto_agg 10.2176 10.0318 -0.18583 ms
100th percentile latency autohisto_agg 11.0798 10.2951 -0.78466 ms
50th percentile service time autohisto_agg 5.82426 5.78839 -0.03587 ms
90th percentile service time autohisto_agg 6.7028 6.67958 -0.02322 ms
99th percentile service time autohisto_agg 8.83234 8.26139 -0.57095 ms
100th percentile service time autohisto_agg 9.96733 8.6295 -1.33783 ms
error rate autohisto_agg 0 0 0 %
Min Throughput date_histogram_agg 1.50977 1.50978 1e-05 ops/s
Mean Throughput date_histogram_agg 1.51616 1.51616 1e-05 ops/s
Median Throughput date_histogram_agg 1.51471 1.51471 -1e-05 ops/s
Max Throughput date_histogram_agg 1.52911 1.52913 1e-05 ops/s
50th percentile latency date_histogram_agg 6.81906 6.86823 0.04917 ms
90th percentile latency date_histogram_agg 7.5099 7.66904 0.15914 ms
99th percentile latency date_histogram_agg 8.11901 8.51397 0.39497 ms
100th percentile latency date_histogram_agg 8.28257 8.7161 0.43353 ms
50th percentile service time date_histogram_agg 5.18182 5.2791 0.09728 ms
90th percentile service time date_histogram_agg 5.88577 5.92858 0.04281 ms
99th percentile service time date_histogram_agg 6.34875 6.70362 0.35487 ms
100th percentile service time date_histogram_agg 6.38102 7.25035 0.86933 ms
error rate date_histogram_agg 0 0 0 %
Min Throughput desc_sort_tip_amount 1.00572 1.0057 -2e-05 ops/s
Mean Throughput desc_sort_tip_amount 1.00942 1.00939 -3e-05 ops/s
Median Throughput desc_sort_tip_amount 1.00856 1.00854 -3e-05 ops/s
Max Throughput desc_sort_tip_amount 1.01701 1.01697 -4e-05 ops/s
50th percentile latency desc_sort_tip_amount 8.76086 9.73927 0.97842 ms
90th percentile latency desc_sort_tip_amount 9.83877 11.1462 1.30744 ms
99th percentile latency desc_sort_tip_amount 11.1222 12.1707 1.04855 ms
100th percentile latency desc_sort_tip_amount 11.1722 12.1838 1.01152 ms
50th percentile service time desc_sort_tip_amount 6.88925 7.87908 0.98984 ms
90th percentile service time desc_sort_tip_amount 7.78008 9.29649 1.51641 ms
99th percentile service time desc_sort_tip_amount 9.12494 10.3356 1.21063 ms
100th percentile service time desc_sort_tip_amount 9.23923 10.3668 1.12758 ms
error rate desc_sort_tip_amount 0 0 0 %
Min Throughput asc_sort_tip_amount 1.00495 1.00497 2e-05 ops/s
Mean Throughput asc_sort_tip_amount 1.00815 1.00819 4e-05 ops/s
Median Throughput asc_sort_tip_amount 1.00741 1.00745 4e-05 ops/s
Max Throughput asc_sort_tip_amount 1.0147 1.01479 8e-05 ops/s
50th percentile latency asc_sort_tip_amount 10.0597 10.2274 0.1677 ms
90th percentile latency asc_sort_tip_amount 10.4791 10.8084 0.32929 ms
99th percentile latency asc_sort_tip_amount 12.3 12.4736 0.17352 ms
100th percentile latency asc_sort_tip_amount 12.4052 12.7469 0.34177 ms
50th percentile service time asc_sort_tip_amount 8.14097 8.47632 0.33535 ms
90th percentile service time asc_sort_tip_amount 8.33646 8.73314 0.39668 ms
99th percentile service time asc_sort_tip_amount 10.3515 10.6802 0.32864 ms
100th percentile service time asc_sort_tip_amount 10.392 10.8682 0.47621 ms
error rate asc_sort_tip_amount 0 0 0 %
Min Throughput desc_sort_passenger_count 2.01171 2.0117 -1e-05 ops/s
Mean Throughput desc_sort_passenger_count 2.01923 2.01923 0 ops/s
Median Throughput desc_sort_passenger_count 2.01746 2.01747 1e-05 ops/s
Max Throughput desc_sort_passenger_count 2.03454 2.03455 1e-05 ops/s
50th percentile latency desc_sort_passenger_count 7.65413 8.0811 0.42696 ms
90th percentile latency desc_sort_passenger_count 8.09954 8.44734 0.3478 ms
99th percentile latency desc_sort_passenger_count 30.4451 9.62875 -20.8163 ms
100th percentile latency desc_sort_passenger_count 51.4978 9.70459 -41.7932 ms
50th percentile service time desc_sort_passenger_count 6.28173 6.68652 0.40478 ms
90th percentile service time desc_sort_passenger_count 6.45196 6.84259 0.39063 ms
99th percentile service time desc_sort_passenger_count 29.1506 8.31803 -20.8325 ms
100th percentile service time desc_sort_passenger_count 50.2724 8.49499 -41.7774 ms
error rate desc_sort_passenger_count 0 0 0 %
Min Throughput asc_sort_passenger_count 2.01273 2.01274 2e-05 ops/s
Mean Throughput asc_sort_passenger_count 2.02093 2.02096 2e-05 ops/s
Median Throughput asc_sort_passenger_count 2.01901 2.01904 2e-05 ops/s
Max Throughput asc_sort_passenger_count 2.03763 2.03768 4e-05 ops/s
50th percentile latency asc_sort_passenger_count 8.71271 9.18699 0.47427 ms
90th percentile latency asc_sort_passenger_count 9.1318 9.6549 0.52311 ms
99th percentile latency asc_sort_passenger_count 10.3629 10.8843 0.52149 ms
100th percentile latency asc_sort_passenger_count 10.8564 11.3287 0.47237 ms
50th percentile service time asc_sort_passenger_count 7.34805 7.85022 0.50217 ms
90th percentile service time asc_sort_passenger_count 7.62004 8.06026 0.44023 ms
99th percentile service time asc_sort_passenger_count 9.08072 9.54725 0.46653 ms
100th percentile service time asc_sort_passenger_count 9.30404 9.79078 0.48673 ms
error rate asc_sort_passenger_count 0 0 0 %

@jainankitk
Copy link
Contributor Author

Flaky test failure:

[Test Result](https://build.ci.opensearch.org/job/gradle-check/67149/testReport/) (1 failure / -47)

    [org.opensearch.index.engine.CompositeIndexWriterForAppendTests.testConcurrentIndexAndDeleteDuringRefresh](https://build.ci.opensearch.org/job/gradle-check/67149/testReport/junit/org.opensearch.index.engine/CompositeIndexWriterForAppendTests/testConcurrentIndexAndDeleteDuringRefresh/)

Retrying gradle check

@github-actions
Copy link
Contributor

✅ Gradle check result for a9a933a: SUCCESS

@jainankitk
Copy link
Contributor Author

Okay, ended up running quite a few benchmarks. Summarizing my observations for the reviewer:

  • Did not notice any regression due to this change
  • Can see improvement between 5 - 25% for few cases
  • distance_amount_agg in nyc_taxis workload is a clear case, it didn't show any improvement earlier, but after making the specific change targeting this query, I could see the improvement

Before the change

Metric Task Baseline Contender Diff Unit
50th percentile service time distance_amount_agg 6299.89 6632.99 333.097 ms
90th percentile service time distance_amount_agg 6480.63 6740 259.365 ms
99th percentile service time distance_amount_agg 6714.21 6946.48 232.27 ms
100th percentile service time distance_amount_agg 6754.21 7018.23 264.019 ms

After the specific commit

Metric Task Baseline Contender Diff Unit
50th percentile service time distance_amount_agg 6299.89 6044.98 -254.91 ms
90th percentile service time distance_amount_agg 6480.63 6146.85 -333.781 ms
99th percentile service time distance_amount_agg 6714.21 6279.72 -434.492 ms
100th percentile service time distance_amount_agg 6754.21 6293.56 -460.65 ms

Overall, this PR is just about laying the groundwork. We should be able to provide aggregator specific implementation for each of these bulk collect apis, which should further the performance even more. Tried this out as POC for AvgAggregator and noticed about 25% improvement. Sample implementation is below (saves on the bigArrays#grow invocation which is about 25% overhead based on the flamegraph):

@Override
public void collect(DocIdStream stream, long owningBucketOrd) throws IOException {
    counts = bigArrays.grow(counts, owningBucketOrd + 1);
    sums = bigArrays.grow(sums, owningBucketOrd + 1);
    compensations = bigArrays.grow(compensations, owningBucketOrd + 1);

    stream.forEach((doc) -> {
        if (values.advanceExact(doc)) {
            final int valueCount = values.docValueCount();
            counts.increment(owningBucketOrd, valueCount);
            // Compute the sum of double values with Kahan summation algorithm which is more
            // accurate than naive summation.
            double sum = sums.get(owningBucketOrd);
            double compensation = compensations.get(owningBucketOrd);

            kahanSummation.reset(sum, compensation);

            for (int i = 0; i < valueCount; i++) {
                double value = values.nextValue();
                kahanSummation.add(value);
            }

            sums.set(owningBucketOrd, kahanSummation.value());
            compensations.set(owningBucketOrd, kahanSummation.delta());
        }
    });
}

I will start creating issue/PRs for aggregation specific optimizations once this PR gets merged in!

@jainankitk jainankitk merged commit 2e6d466 into opensearch-project:main Nov 14, 2025
33 of 36 checks passed
@jainankitk jainankitk deleted the bulk-collect branch November 14, 2025 03:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants