Skip to content

Conversation

@anandpatel9998
Copy link

@anandpatel9998 anandpatel9998 commented Oct 4, 2025

Description

Current cardinality aggregator logic selects DirectCollector over OrdinalsCollector when relative memory overhead due to OrdinalsCollector (compared to DirectCollector) is higher. Because of this relative memory consumption logic, DirectCollector is selected for high cardinality aggregation queries. DirectCollector is slower compared to OrdinalsCollector. This default selection leads to higher search latency even when Opensearch process have available memory to use ordinals collector for faster query performance.

There is no way to figure out memory requirement for nested aggregation because number of buckets are dynamically created as we traverse through all the matching document ids. To overcome this limitation, this change create a hybrid collector which will first use Ordinals Collector and will switch to DirectCollector if memory usage for Ordinals Collector Increase beyond certain threshold. When Hybrid collector switch from Ordinals Collector to Direct Collector, it will utilize already computed aggregation data from Ordinals Collector so that we do not have to rebuild aggregation result using Direct Collector.

Signed-off-by: Anand Pravinbhai Patel [email protected]

Related Issues

Resolves #19260

Check List

  • [ Done ] Functionality includes testing.
  • [ Not Applicable ] API changes companion pull request created, if applicable.
  • [ Is it required ? ] 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.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 4, 2025

❌ Gradle check result for a2f5dd7: null

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

@github-actions
Copy link
Contributor

github-actions bot commented Oct 4, 2025

❌ Gradle check result for 41a9e69: FAILURE

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

@github-actions
Copy link
Contributor

github-actions bot commented Oct 5, 2025

❌ Gradle check result for c142ac4: null

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

@github-actions
Copy link
Contributor

github-actions bot commented Oct 6, 2025

❌ Gradle check result for 88989f3: FAILURE

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

@github-actions
Copy link
Contributor

github-actions bot commented Oct 6, 2025

❌ Gradle check result for c142ac4: FAILURE

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

@github-actions
Copy link
Contributor

github-actions bot commented Oct 6, 2025

❌ Gradle check result for 06ce5c3: null

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

@github-actions
Copy link
Contributor

github-actions bot commented Oct 7, 2025

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

@anandpatel9998
Copy link
Author

Thanks @rishabhmaurya. Created an issue for documentation opensearch-project/documentation-website#11483

@github-actions
Copy link
Contributor

github-actions bot commented Nov 4, 2025

✅ Gradle check result for 66f9992: SUCCESS

@sandeshkr419
Copy link
Member

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

@github-actions
Copy link
Contributor

github-actions bot commented Nov 4, 2025

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

Metric Task Value Unit
Cumulative indexing time of primary shards 0 min
Min cumulative indexing time across primary shards 0 min
Median cumulative indexing time across primary shards 0 min
Max cumulative indexing time across primary shards 0 min
Cumulative indexing throttle time of primary shards 0 min
Min cumulative indexing throttle time across primary shards 0 min
Median cumulative indexing throttle time across primary shards 0 min
Max cumulative indexing throttle time across primary shards 0 min
Cumulative merge time of primary shards 0 min
Cumulative merge count of primary shards 0
Min cumulative merge time across primary shards 0 min
Median cumulative merge time across primary shards 0 min
Max cumulative merge time across primary shards 0 min
Cumulative merge throttle time of primary shards 0 min
Min cumulative merge throttle time across primary shards 0 min
Median cumulative merge throttle time across primary shards 0 min
Max cumulative merge throttle time across primary shards 0 min
Cumulative refresh time of primary shards 0 min
Cumulative refresh count of primary shards 4
Min cumulative refresh time across primary shards 0 min
Median cumulative refresh time across primary shards 0 min
Max cumulative refresh time across primary shards 0 min
Cumulative flush time of primary shards 0 min
Cumulative flush count of primary shards 1
Min cumulative flush time across primary shards 0 min
Median cumulative flush time across primary shards 0 min
Max cumulative flush time across primary shards 0 min
Total Young Gen GC time 2.252 s
Total Young Gen GC count 54
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 108.19 ops/s
Mean Throughput wait-until-merges-finish 108.19 ops/s
Median Throughput wait-until-merges-finish 108.19 ops/s
Max Throughput wait-until-merges-finish 108.19 ops/s
100th percentile latency wait-until-merges-finish 8.91958 ms
100th percentile service time wait-until-merges-finish 8.91958 ms
error rate wait-until-merges-finish 0 %
Min Throughput default 2 ops/s
Mean Throughput default 2.01 ops/s
Median Throughput default 2.01 ops/s
Max Throughput default 2.01 ops/s
50th percentile latency default 6.78024 ms
90th percentile latency default 7.25652 ms
99th percentile latency default 10.3332 ms
100th percentile latency default 11.6133 ms
50th percentile service time default 5.43262 ms
90th percentile service time default 5.94152 ms
99th percentile service time default 8.73478 ms
100th percentile service time default 10.1807 ms
error rate default 0 %
Min Throughput desc_sort_timestamp 2.01 ops/s
Mean Throughput desc_sort_timestamp 2.01 ops/s
Median Throughput desc_sort_timestamp 2.01 ops/s
Max Throughput desc_sort_timestamp 2.01 ops/s
50th percentile latency desc_sort_timestamp 8.23489 ms
90th percentile latency desc_sort_timestamp 8.70451 ms
99th percentile latency desc_sort_timestamp 11.0193 ms
100th percentile latency desc_sort_timestamp 12.1152 ms
50th percentile service time desc_sort_timestamp 6.89268 ms
90th percentile service time desc_sort_timestamp 7.32065 ms
99th percentile service time desc_sort_timestamp 9.79251 ms
100th percentile service time desc_sort_timestamp 10.9163 ms
error rate desc_sort_timestamp 0 %
Min Throughput asc_sort_timestamp 2.01 ops/s
Mean Throughput asc_sort_timestamp 2.01 ops/s
Median Throughput asc_sort_timestamp 2.01 ops/s
Max Throughput asc_sort_timestamp 2.01 ops/s
50th percentile latency asc_sort_timestamp 7.8461 ms
90th percentile latency asc_sort_timestamp 8.37065 ms
99th percentile latency asc_sort_timestamp 9.14755 ms
100th percentile latency asc_sort_timestamp 9.55468 ms
50th percentile service time asc_sort_timestamp 6.60546 ms
90th percentile service time asc_sort_timestamp 6.75229 ms
99th percentile service time asc_sort_timestamp 7.5693 ms
100th percentile service time asc_sort_timestamp 7.99063 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.01 ops/s
Median Throughput desc_sort_with_after_timestamp 2.01 ops/s
Max Throughput desc_sort_with_after_timestamp 2.01 ops/s
50th percentile latency desc_sort_with_after_timestamp 6.14999 ms
90th percentile latency desc_sort_with_after_timestamp 6.62733 ms
99th percentile latency desc_sort_with_after_timestamp 7.53265 ms
100th percentile latency desc_sort_with_after_timestamp 7.69503 ms
50th percentile service time desc_sort_with_after_timestamp 4.79512 ms
90th percentile service time desc_sort_with_after_timestamp 5.1077 ms
99th percentile service time desc_sort_with_after_timestamp 6.02684 ms
100th percentile service time desc_sort_with_after_timestamp 6.04363 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.01 ops/s
Median Throughput asc_sort_with_after_timestamp 2.01 ops/s
Max Throughput asc_sort_with_after_timestamp 2.01 ops/s
50th percentile latency asc_sort_with_after_timestamp 6.63315 ms
90th percentile latency asc_sort_with_after_timestamp 7.10227 ms
99th percentile latency asc_sort_with_after_timestamp 7.67503 ms
100th percentile latency asc_sort_with_after_timestamp 7.74674 ms
50th percentile service time asc_sort_with_after_timestamp 5.30719 ms
90th percentile service time asc_sort_with_after_timestamp 5.41262 ms
99th percentile service time asc_sort_with_after_timestamp 6.38486 ms
100th percentile service time asc_sort_with_after_timestamp 6.40517 ms
error rate asc_sort_with_after_timestamp 0 %
Min Throughput desc_sort_timestamp_can_match_shortcut 2 ops/s
Mean Throughput desc_sort_timestamp_can_match_shortcut 2.01 ops/s
Median Throughput desc_sort_timestamp_can_match_shortcut 2.01 ops/s
Max Throughput desc_sort_timestamp_can_match_shortcut 2.01 ops/s
50th percentile latency desc_sort_timestamp_can_match_shortcut 7.64672 ms
90th percentile latency desc_sort_timestamp_can_match_shortcut 8.14503 ms
99th percentile latency desc_sort_timestamp_can_match_shortcut 9.69725 ms
100th percentile latency desc_sort_timestamp_can_match_shortcut 9.90406 ms
50th percentile service time desc_sort_timestamp_can_match_shortcut 6.32743 ms
90th percentile service time desc_sort_timestamp_can_match_shortcut 6.71917 ms
99th percentile service time desc_sort_timestamp_can_match_shortcut 8.17693 ms
100th percentile service time desc_sort_timestamp_can_match_shortcut 8.23467 ms
error rate desc_sort_timestamp_can_match_shortcut 0 %
Min Throughput desc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Mean Throughput desc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Median Throughput desc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Max Throughput desc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
50th percentile latency desc_sort_timestamp_no_can_match_shortcut 7.64514 ms
90th percentile latency desc_sort_timestamp_no_can_match_shortcut 8.06334 ms
99th percentile latency desc_sort_timestamp_no_can_match_shortcut 8.36288 ms
100th percentile latency desc_sort_timestamp_no_can_match_shortcut 8.48957 ms
50th percentile service time desc_sort_timestamp_no_can_match_shortcut 6.29828 ms
90th percentile service time desc_sort_timestamp_no_can_match_shortcut 6.43563 ms
99th percentile service time desc_sort_timestamp_no_can_match_shortcut 6.94781 ms
100th percentile service time desc_sort_timestamp_no_can_match_shortcut 7.1528 ms
error rate desc_sort_timestamp_no_can_match_shortcut 0 %
Min Throughput asc_sort_timestamp_can_match_shortcut 2.01 ops/s
Mean Throughput asc_sort_timestamp_can_match_shortcut 2.01 ops/s
Median Throughput asc_sort_timestamp_can_match_shortcut 2.01 ops/s
Max Throughput asc_sort_timestamp_can_match_shortcut 2.01 ops/s
50th percentile latency asc_sort_timestamp_can_match_shortcut 8.63156 ms
90th percentile latency asc_sort_timestamp_can_match_shortcut 9.04256 ms
99th percentile latency asc_sort_timestamp_can_match_shortcut 9.15093 ms
100th percentile latency asc_sort_timestamp_can_match_shortcut 9.15859 ms
50th percentile service time asc_sort_timestamp_can_match_shortcut 7.33412 ms
90th percentile service time asc_sort_timestamp_can_match_shortcut 7.44957 ms
99th percentile service time asc_sort_timestamp_can_match_shortcut 7.57603 ms
100th percentile service time asc_sort_timestamp_can_match_shortcut 7.5882 ms
error rate asc_sort_timestamp_can_match_shortcut 0 %
Min Throughput asc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Mean Throughput asc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Median Throughput asc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Max Throughput asc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
50th percentile latency asc_sort_timestamp_no_can_match_shortcut 8.2968 ms
90th percentile latency asc_sort_timestamp_no_can_match_shortcut 8.74961 ms
99th percentile latency asc_sort_timestamp_no_can_match_shortcut 10.3179 ms
100th percentile latency asc_sort_timestamp_no_can_match_shortcut 10.3396 ms
50th percentile service time asc_sort_timestamp_no_can_match_shortcut 6.95456 ms
90th percentile service time asc_sort_timestamp_no_can_match_shortcut 7.12653 ms
99th percentile service time asc_sort_timestamp_no_can_match_shortcut 8.88108 ms
100th percentile service time asc_sort_timestamp_no_can_match_shortcut 8.89076 ms
error rate asc_sort_timestamp_no_can_match_shortcut 0 %
Min Throughput term 2.01 ops/s
Mean Throughput term 2.01 ops/s
Median Throughput term 2.01 ops/s
Max Throughput term 2.01 ops/s
50th percentile latency term 4.16128 ms
90th percentile latency term 4.63945 ms
99th percentile latency term 5.00661 ms
100th percentile latency term 5.09733 ms
50th percentile service time term 2.82964 ms
90th percentile service time term 2.99759 ms
99th percentile service time term 3.19255 ms
100th percentile service time term 3.20302 ms
error rate term 0 %
Min Throughput multi_terms-keyword 1.16 ops/s
Mean Throughput multi_terms-keyword 1.16 ops/s
Median Throughput multi_terms-keyword 1.16 ops/s
Max Throughput multi_terms-keyword 1.16 ops/s
50th percentile latency multi_terms-keyword 90459 ms
90th percentile latency multi_terms-keyword 104543 ms
99th percentile latency multi_terms-keyword 107661 ms
100th percentile latency multi_terms-keyword 107833 ms
50th percentile service time multi_terms-keyword 849.883 ms
90th percentile service time multi_terms-keyword 860.769 ms
99th percentile service time multi_terms-keyword 886.405 ms
100th percentile service time multi_terms-keyword 894.834 ms
error rate multi_terms-keyword 0 %
Min Throughput keyword-terms 2 ops/s
Mean Throughput keyword-terms 2 ops/s
Median Throughput keyword-terms 2 ops/s
Max Throughput keyword-terms 2 ops/s
50th percentile latency keyword-terms 36.8771 ms
90th percentile latency keyword-terms 48.9077 ms
99th percentile latency keyword-terms 50.8117 ms
100th percentile latency keyword-terms 51.1909 ms
50th percentile service time keyword-terms 35.4487 ms
90th percentile service time keyword-terms 47.6042 ms
99th percentile service time keyword-terms 49.5467 ms
100th percentile service time keyword-terms 49.8564 ms
error rate keyword-terms 0 %
Min Throughput keyword-terms-low-cardinality 2.01 ops/s
Mean Throughput keyword-terms-low-cardinality 2.01 ops/s
Median Throughput keyword-terms-low-cardinality 2.01 ops/s
Max Throughput keyword-terms-low-cardinality 2.01 ops/s
50th percentile latency keyword-terms-low-cardinality 33.6462 ms
90th percentile latency keyword-terms-low-cardinality 44.9628 ms
99th percentile latency keyword-terms-low-cardinality 45.3882 ms
100th percentile latency keyword-terms-low-cardinality 45.4386 ms
50th percentile service time keyword-terms-low-cardinality 32.1236 ms
90th percentile service time keyword-terms-low-cardinality 43.614 ms
99th percentile service time keyword-terms-low-cardinality 43.8465 ms
100th percentile service time keyword-terms-low-cardinality 43.8816 ms
error rate keyword-terms-low-cardinality 0 %
Min Throughput composite-terms 2 ops/s
Mean Throughput composite-terms 2 ops/s
Median Throughput composite-terms 2 ops/s
Max Throughput composite-terms 2 ops/s
50th percentile latency composite-terms 190.023 ms
90th percentile latency composite-terms 193.348 ms
99th percentile latency composite-terms 206.222 ms
100th percentile latency composite-terms 213.76 ms
50th percentile service time composite-terms 188.821 ms
90th percentile service time composite-terms 192.395 ms
99th percentile service time composite-terms 205.135 ms
100th percentile service time composite-terms 213.129 ms
error rate composite-terms 0 %
Min Throughput composite_terms-keyword 2 ops/s
Mean Throughput composite_terms-keyword 2 ops/s
Median Throughput composite_terms-keyword 2 ops/s
Max Throughput composite_terms-keyword 2 ops/s
50th percentile latency composite_terms-keyword 328.165 ms
90th percentile latency composite_terms-keyword 334.61 ms
99th percentile latency composite_terms-keyword 350.018 ms
100th percentile latency composite_terms-keyword 359.044 ms
50th percentile service time composite_terms-keyword 326.106 ms
90th percentile service time composite_terms-keyword 333.142 ms
99th percentile service time composite_terms-keyword 348.839 ms
100th percentile service time composite_terms-keyword 357.607 ms
error rate composite_terms-keyword 0 %
Min Throughput composite-date_histogram-daily 2.01 ops/s
Mean Throughput composite-date_histogram-daily 2.01 ops/s
Median Throughput composite-date_histogram-daily 2.01 ops/s
Max Throughput composite-date_histogram-daily 2.01 ops/s
50th percentile latency composite-date_histogram-daily 4.58232 ms
90th percentile latency composite-date_histogram-daily 4.9849 ms
99th percentile latency composite-date_histogram-daily 5.8177 ms
100th percentile latency composite-date_histogram-daily 6.15713 ms
50th percentile service time composite-date_histogram-daily 3.21998 ms
90th percentile service time composite-date_histogram-daily 3.44705 ms
99th percentile service time composite-date_histogram-daily 3.77071 ms
100th percentile service time composite-date_histogram-daily 3.77886 ms
error rate composite-date_histogram-daily 0 %
Min Throughput range 2.01 ops/s
Mean Throughput range 2.01 ops/s
Median Throughput range 2.01 ops/s
Max Throughput range 2.01 ops/s
50th percentile latency range 6.04748 ms
90th percentile latency range 6.39828 ms
99th percentile latency range 6.72887 ms
100th percentile latency range 6.89161 ms
50th percentile service time range 4.62554 ms
90th percentile service time range 4.73825 ms
99th percentile service time range 5.10086 ms
100th percentile service time range 5.19237 ms
error rate range 0 %
Min Throughput range-numeric 2.01 ops/s
Mean Throughput range-numeric 2.01 ops/s
Median Throughput range-numeric 2.01 ops/s
Max Throughput range-numeric 2.01 ops/s
50th percentile latency range-numeric 4.01125 ms
90th percentile latency range-numeric 4.41585 ms
99th percentile latency range-numeric 4.58969 ms
100th percentile latency range-numeric 4.6292 ms
50th percentile service time range-numeric 2.69067 ms
90th percentile service time range-numeric 2.80829 ms
99th percentile service time range-numeric 3.01287 ms
100th percentile service time range-numeric 3.06875 ms
error rate range-numeric 0 %
Min Throughput keyword-in-range 2.01 ops/s
Mean Throughput keyword-in-range 2.01 ops/s
Median Throughput keyword-in-range 2.01 ops/s
Max Throughput keyword-in-range 2.01 ops/s
50th percentile latency keyword-in-range 13.9979 ms
90th percentile latency keyword-in-range 14.6337 ms
99th percentile latency keyword-in-range 19.98 ms
100th percentile latency keyword-in-range 20.3743 ms
50th percentile service time keyword-in-range 12.7895 ms
90th percentile service time keyword-in-range 13.1586 ms
99th percentile service time keyword-in-range 18.8645 ms
100th percentile service time keyword-in-range 19.4014 ms
error rate keyword-in-range 0 %
Min Throughput date_histogram_hourly_agg 2.01 ops/s
Mean Throughput date_histogram_hourly_agg 2.01 ops/s
Median Throughput date_histogram_hourly_agg 2.01 ops/s
Max Throughput date_histogram_hourly_agg 2.01 ops/s
50th percentile latency date_histogram_hourly_agg 6.90544 ms
90th percentile latency date_histogram_hourly_agg 8.17276 ms
99th percentile latency date_histogram_hourly_agg 8.46912 ms
100th percentile latency date_histogram_hourly_agg 8.49668 ms
50th percentile service time date_histogram_hourly_agg 5.34904 ms
90th percentile service time date_histogram_hourly_agg 6.64748 ms
99th percentile service time date_histogram_hourly_agg 6.7896 ms
100th percentile service time date_histogram_hourly_agg 6.85794 ms
error rate date_histogram_hourly_agg 0 %
Min Throughput date_histogram_minute_agg 2.01 ops/s
Mean Throughput date_histogram_minute_agg 2.01 ops/s
Median Throughput date_histogram_minute_agg 2.01 ops/s
Max Throughput date_histogram_minute_agg 2.01 ops/s
50th percentile latency date_histogram_minute_agg 41.2714 ms
90th percentile latency date_histogram_minute_agg 41.9036 ms
99th percentile latency date_histogram_minute_agg 42.7141 ms
100th percentile latency date_histogram_minute_agg 42.8455 ms
50th percentile service time date_histogram_minute_agg 40.0015 ms
90th percentile service time date_histogram_minute_agg 40.4502 ms
99th percentile service time date_histogram_minute_agg 41.5738 ms
100th percentile service time date_histogram_minute_agg 41.8771 ms
error rate date_histogram_minute_agg 0 %
Min Throughput scroll 49.98 pages/s
Mean Throughput scroll 49.99 pages/s
Median Throughput scroll 49.99 pages/s
Max Throughput scroll 49.99 pages/s
50th percentile latency scroll 461.703 ms
90th percentile latency scroll 470.714 ms
99th percentile latency scroll 491.912 ms
100th percentile latency scroll 493.376 ms
50th percentile service time scroll 460.542 ms
90th percentile service time scroll 468.725 ms
99th percentile service time scroll 491.058 ms
100th percentile service time scroll 492.817 ms
error rate scroll 0 %
Min Throughput query-string-on-message 2.01 ops/s
Mean Throughput query-string-on-message 2.01 ops/s
Median Throughput query-string-on-message 2.01 ops/s
Max Throughput query-string-on-message 2.01 ops/s
50th percentile latency query-string-on-message 6.41458 ms
90th percentile latency query-string-on-message 6.97731 ms
99th percentile latency query-string-on-message 8.37686 ms
100th percentile latency query-string-on-message 8.89621 ms
50th percentile service time query-string-on-message 5.04213 ms
90th percentile service time query-string-on-message 5.31427 ms
99th percentile service time query-string-on-message 6.72239 ms
100th percentile service time query-string-on-message 7.16485 ms
error rate query-string-on-message 0 %
Min Throughput query-string-on-message-filtered 2.01 ops/s
Mean Throughput query-string-on-message-filtered 2.01 ops/s
Median Throughput query-string-on-message-filtered 2.01 ops/s
Max Throughput query-string-on-message-filtered 2.01 ops/s
50th percentile latency query-string-on-message-filtered 13.3973 ms
90th percentile latency query-string-on-message-filtered 13.7896 ms
99th percentile latency query-string-on-message-filtered 18.1478 ms
100th percentile latency query-string-on-message-filtered 19.0935 ms
50th percentile service time query-string-on-message-filtered 11.9676 ms
90th percentile service time query-string-on-message-filtered 12.238 ms
99th percentile service time query-string-on-message-filtered 16.7963 ms
100th percentile service time query-string-on-message-filtered 17.4636 ms
error rate query-string-on-message-filtered 0 %
Min Throughput query-string-on-message-filtered-sorted-num 2.01 ops/s
Mean Throughput query-string-on-message-filtered-sorted-num 2.01 ops/s
Median Throughput query-string-on-message-filtered-sorted-num 2.01 ops/s
Max Throughput query-string-on-message-filtered-sorted-num 2.01 ops/s
50th percentile latency query-string-on-message-filtered-sorted-num 21.8772 ms
90th percentile latency query-string-on-message-filtered-sorted-num 22.5476 ms
99th percentile latency query-string-on-message-filtered-sorted-num 25.852 ms
100th percentile latency query-string-on-message-filtered-sorted-num 26.706 ms
50th percentile service time query-string-on-message-filtered-sorted-num 19.4857 ms
90th percentile service time query-string-on-message-filtered-sorted-num 20.2287 ms
99th percentile service time query-string-on-message-filtered-sorted-num 23.6487 ms
100th percentile service time query-string-on-message-filtered-sorted-num 24.4817 ms
error rate query-string-on-message-filtered-sorted-num 0 %
Min Throughput sort_keyword_can_match_shortcut 2.01 ops/s
Mean Throughput sort_keyword_can_match_shortcut 2.01 ops/s
Median Throughput sort_keyword_can_match_shortcut 2.01 ops/s
Max Throughput sort_keyword_can_match_shortcut 2.01 ops/s
50th percentile latency sort_keyword_can_match_shortcut 5.45296 ms
90th percentile latency sort_keyword_can_match_shortcut 5.83021 ms
99th percentile latency sort_keyword_can_match_shortcut 6.05734 ms
100th percentile latency sort_keyword_can_match_shortcut 6.14327 ms
50th percentile service time sort_keyword_can_match_shortcut 4.16787 ms
90th percentile service time sort_keyword_can_match_shortcut 4.25601 ms
99th percentile service time sort_keyword_can_match_shortcut 4.71637 ms
100th percentile service time sort_keyword_can_match_shortcut 5.06008 ms
error rate sort_keyword_can_match_shortcut 0 %
Min Throughput sort_keyword_no_can_match_shortcut 2.01 ops/s
Mean Throughput sort_keyword_no_can_match_shortcut 2.01 ops/s
Median Throughput sort_keyword_no_can_match_shortcut 2.01 ops/s
Max Throughput sort_keyword_no_can_match_shortcut 2.01 ops/s
50th percentile latency sort_keyword_no_can_match_shortcut 5.57269 ms
90th percentile latency sort_keyword_no_can_match_shortcut 5.96882 ms
99th percentile latency sort_keyword_no_can_match_shortcut 6.23252 ms
100th percentile latency sort_keyword_no_can_match_shortcut 6.34381 ms
50th percentile service time sort_keyword_no_can_match_shortcut 4.24569 ms
90th percentile service time sort_keyword_no_can_match_shortcut 4.36692 ms
99th percentile service time sort_keyword_no_can_match_shortcut 4.75137 ms
100th percentile service time sort_keyword_no_can_match_shortcut 5.0347 ms
error rate sort_keyword_no_can_match_shortcut 0 %
Min Throughput sort_numeric_desc 2.01 ops/s
Mean Throughput sort_numeric_desc 2.01 ops/s
Median Throughput sort_numeric_desc 2.01 ops/s
Max Throughput sort_numeric_desc 2.01 ops/s
50th percentile latency sort_numeric_desc 5.67541 ms
90th percentile latency sort_numeric_desc 6.1456 ms
99th percentile latency sort_numeric_desc 6.74392 ms
100th percentile latency sort_numeric_desc 6.83709 ms
50th percentile service time sort_numeric_desc 4.33323 ms
90th percentile service time sort_numeric_desc 4.43119 ms
99th percentile service time sort_numeric_desc 5.02332 ms
100th percentile service time sort_numeric_desc 5.13011 ms
error rate sort_numeric_desc 0 %
Min Throughput sort_numeric_asc 2.01 ops/s
Mean Throughput sort_numeric_asc 2.01 ops/s
Median Throughput sort_numeric_asc 2.01 ops/s
Max Throughput sort_numeric_asc 2.01 ops/s
50th percentile latency sort_numeric_asc 5.3657 ms
90th percentile latency sort_numeric_asc 5.79884 ms
99th percentile latency sort_numeric_asc 6.2305 ms
100th percentile latency sort_numeric_asc 6.28995 ms
50th percentile service time sort_numeric_asc 4.03419 ms
90th percentile service time sort_numeric_asc 4.11216 ms
99th percentile service time sort_numeric_asc 4.6783 ms
100th percentile service time sort_numeric_asc 5.00664 ms
error rate sort_numeric_asc 0 %
Min Throughput sort_numeric_desc_with_match 2.01 ops/s
Mean Throughput sort_numeric_desc_with_match 2.01 ops/s
Median Throughput sort_numeric_desc_with_match 2.01 ops/s
Max Throughput sort_numeric_desc_with_match 2.01 ops/s
50th percentile latency sort_numeric_desc_with_match 3.51524 ms
90th percentile latency sort_numeric_desc_with_match 3.92086 ms
99th percentile latency sort_numeric_desc_with_match 4.08861 ms
100th percentile latency sort_numeric_desc_with_match 4.11621 ms
50th percentile service time sort_numeric_desc_with_match 2.21665 ms
90th percentile service time sort_numeric_desc_with_match 2.29089 ms
99th percentile service time sort_numeric_desc_with_match 2.36721 ms
100th percentile service time sort_numeric_desc_with_match 2.4013 ms
error rate sort_numeric_desc_with_match 0 %
Min Throughput sort_numeric_asc_with_match 2.01 ops/s
Mean Throughput sort_numeric_asc_with_match 2.01 ops/s
Median Throughput sort_numeric_asc_with_match 2.01 ops/s
Max Throughput sort_numeric_asc_with_match 2.01 ops/s
50th percentile latency sort_numeric_asc_with_match 3.4707 ms
90th percentile latency sort_numeric_asc_with_match 3.8779 ms
99th percentile latency sort_numeric_asc_with_match 4.03642 ms
100th percentile latency sort_numeric_asc_with_match 4.05542 ms
50th percentile service time sort_numeric_asc_with_match 2.15634 ms
90th percentile service time sort_numeric_asc_with_match 2.21996 ms
99th percentile service time sort_numeric_asc_with_match 2.31758 ms
100th percentile service time sort_numeric_asc_with_match 2.33312 ms
error rate sort_numeric_asc_with_match 0 %
Min Throughput range_field_conjunction_big_range_big_term_query 2.01 ops/s
Mean Throughput range_field_conjunction_big_range_big_term_query 2.01 ops/s
Median Throughput range_field_conjunction_big_range_big_term_query 2.01 ops/s
Max Throughput range_field_conjunction_big_range_big_term_query 2.01 ops/s
50th percentile latency range_field_conjunction_big_range_big_term_query 3.68391 ms
90th percentile latency range_field_conjunction_big_range_big_term_query 4.06723 ms
99th percentile latency range_field_conjunction_big_range_big_term_query 4.14816 ms
100th percentile latency range_field_conjunction_big_range_big_term_query 4.15734 ms
50th percentile service time range_field_conjunction_big_range_big_term_query 2.321 ms
90th percentile service time range_field_conjunction_big_range_big_term_query 2.38568 ms
99th percentile service time range_field_conjunction_big_range_big_term_query 2.46865 ms
100th percentile service time range_field_conjunction_big_range_big_term_query 2.50307 ms
error rate range_field_conjunction_big_range_big_term_query 0 %
Min Throughput range_field_disjunction_big_range_small_term_query 2.01 ops/s
Mean Throughput range_field_disjunction_big_range_small_term_query 2.01 ops/s
Median Throughput range_field_disjunction_big_range_small_term_query 2.01 ops/s
Max Throughput range_field_disjunction_big_range_small_term_query 2.01 ops/s
50th percentile latency range_field_disjunction_big_range_small_term_query 3.60836 ms
90th percentile latency range_field_disjunction_big_range_small_term_query 3.97714 ms
99th percentile latency range_field_disjunction_big_range_small_term_query 4.05868 ms
100th percentile latency range_field_disjunction_big_range_small_term_query 4.06039 ms
50th percentile service time range_field_disjunction_big_range_small_term_query 2.25839 ms
90th percentile service time range_field_disjunction_big_range_small_term_query 2.32041 ms
99th percentile service time range_field_disjunction_big_range_small_term_query 2.40916 ms
100th percentile service time range_field_disjunction_big_range_small_term_query 2.41828 ms
error rate range_field_disjunction_big_range_small_term_query 0 %
Min Throughput range_field_conjunction_small_range_small_term_query 2.01 ops/s
Mean Throughput range_field_conjunction_small_range_small_term_query 2.01 ops/s
Median Throughput range_field_conjunction_small_range_small_term_query 2.01 ops/s
Max Throughput range_field_conjunction_small_range_small_term_query 2.01 ops/s
50th percentile latency range_field_conjunction_small_range_small_term_query 3.76352 ms
90th percentile latency range_field_conjunction_small_range_small_term_query 4.15555 ms
99th percentile latency range_field_conjunction_small_range_small_term_query 4.33875 ms
100th percentile latency range_field_conjunction_small_range_small_term_query 4.35459 ms
50th percentile service time range_field_conjunction_small_range_small_term_query 2.45448 ms
90th percentile service time range_field_conjunction_small_range_small_term_query 2.53859 ms
99th percentile service time range_field_conjunction_small_range_small_term_query 2.68035 ms
100th percentile service time range_field_conjunction_small_range_small_term_query 2.76335 ms
error rate range_field_conjunction_small_range_small_term_query 0 %
Min Throughput range_field_conjunction_small_range_big_term_query 2.01 ops/s
Mean Throughput range_field_conjunction_small_range_big_term_query 2.01 ops/s
Median Throughput range_field_conjunction_small_range_big_term_query 2.01 ops/s
Max Throughput range_field_conjunction_small_range_big_term_query 2.01 ops/s
50th percentile latency range_field_conjunction_small_range_big_term_query 3.52316 ms
90th percentile latency range_field_conjunction_small_range_big_term_query 3.89248 ms
99th percentile latency range_field_conjunction_small_range_big_term_query 4.00503 ms
100th percentile latency range_field_conjunction_small_range_big_term_query 4.00672 ms
50th percentile service time range_field_conjunction_small_range_big_term_query 2.17708 ms
90th percentile service time range_field_conjunction_small_range_big_term_query 2.25389 ms
99th percentile service time range_field_conjunction_small_range_big_term_query 2.31157 ms
100th percentile service time range_field_conjunction_small_range_big_term_query 2.33414 ms
error rate range_field_conjunction_small_range_big_term_query 0 %
Min Throughput range-auto-date-histo 0.31 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 675779 ms
90th percentile latency range-auto-date-histo 782691 ms
99th percentile latency range-auto-date-histo 806687 ms
100th percentile latency range-auto-date-histo 807999 ms
50th percentile service time range-auto-date-histo 3157.53 ms
90th percentile service time range-auto-date-histo 3310.35 ms
99th percentile service time range-auto-date-histo 3625.43 ms
100th percentile service time range-auto-date-histo 3699.36 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 2.17528e+06 ms
90th percentile latency range-auto-date-histo-with-metrics 2.52166e+06 ms
99th percentile latency range-auto-date-histo-with-metrics 2.59963e+06 ms
100th percentile latency range-auto-date-histo-with-metrics 2.60393e+06 ms
50th percentile service time range-auto-date-histo-with-metrics 9140.01 ms
90th percentile service time range-auto-date-histo-with-metrics 9338.7 ms
99th percentile service time range-auto-date-histo-with-metrics 9686.79 ms
100th percentile service time range-auto-date-histo-with-metrics 9713.66 ms
error rate range-auto-date-histo-with-metrics 0 %
Min Throughput range-agg-1 2.01 ops/s
Mean Throughput range-agg-1 2.01 ops/s
Median Throughput range-agg-1 2.01 ops/s
Max Throughput range-agg-1 2.01 ops/s
50th percentile latency range-agg-1 3.74228 ms
90th percentile latency range-agg-1 4.18318 ms
99th percentile latency range-agg-1 4.25847 ms
100th percentile latency range-agg-1 4.2615 ms
50th percentile service time range-agg-1 2.41265 ms
90th percentile service time range-agg-1 2.51146 ms
99th percentile service time range-agg-1 2.57253 ms
100th percentile service time range-agg-1 2.57587 ms
error rate range-agg-1 0 %
Min Throughput range-agg-2 2.01 ops/s
Mean Throughput range-agg-2 2.01 ops/s
Median Throughput range-agg-2 2.01 ops/s
Max Throughput range-agg-2 2.01 ops/s
50th percentile latency range-agg-2 3.82436 ms
90th percentile latency range-agg-2 4.30716 ms
99th percentile latency range-agg-2 4.47274 ms
100th percentile latency range-agg-2 4.49384 ms
50th percentile service time range-agg-2 2.48608 ms
90th percentile service time range-agg-2 2.60763 ms
99th percentile service time range-agg-2 2.72608 ms
100th percentile service time range-agg-2 2.75603 ms
error rate range-agg-2 0 %
Min Throughput cardinality-agg-low 2.01 ops/s
Mean Throughput cardinality-agg-low 2.01 ops/s
Median Throughput cardinality-agg-low 2.01 ops/s
Max Throughput cardinality-agg-low 2.01 ops/s
50th percentile latency cardinality-agg-low 5.25857 ms
90th percentile latency cardinality-agg-low 5.97661 ms
99th percentile latency cardinality-agg-low 6.26521 ms
100th percentile latency cardinality-agg-low 6.30868 ms
50th percentile service time cardinality-agg-low 3.77854 ms
90th percentile service time cardinality-agg-low 4.4612 ms
99th percentile service time cardinality-agg-low 4.61174 ms
100th percentile service time cardinality-agg-low 4.63262 ms
error rate cardinality-agg-low 0 %
Min Throughput cardinality-agg-high 0.77 ops/s
Mean Throughput cardinality-agg-high 0.78 ops/s
Median Throughput cardinality-agg-high 0.78 ops/s
Max Throughput cardinality-agg-high 0.78 ops/s
50th percentile latency cardinality-agg-high 197898 ms
90th percentile latency cardinality-agg-high 228752 ms
99th percentile latency cardinality-agg-high 235636 ms
100th percentile latency cardinality-agg-high 235991 ms
50th percentile service time cardinality-agg-high 1232.89 ms
90th percentile service time cardinality-agg-high 1405.9 ms
99th percentile service time cardinality-agg-high 1882.37 ms
100th percentile service time cardinality-agg-high 1898.81 ms
error rate cardinality-agg-high 0 %
Min Throughput cardinality-agg-very-high 0.62 ops/s
Mean Throughput cardinality-agg-very-high 0.63 ops/s
Median Throughput cardinality-agg-very-high 0.63 ops/s
Max Throughput cardinality-agg-very-high 0.63 ops/s
50th percentile latency cardinality-agg-very-high 111012 ms
90th percentile latency cardinality-agg-very-high 154673 ms
99th percentile latency cardinality-agg-very-high 164179 ms
100th percentile latency cardinality-agg-very-high 164696 ms
50th percentile service time cardinality-agg-very-high 1547.6 ms
90th percentile service time cardinality-agg-very-high 1737.78 ms
99th percentile service time cardinality-agg-very-high 2251.27 ms
100th percentile service time cardinality-agg-very-high 2442.72 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.01 ops/s
Median Throughput range_with_asc_sort 2.01 ops/s
Max Throughput range_with_asc_sort 2.01 ops/s
50th percentile latency range_with_asc_sort 6.88282 ms
90th percentile latency range_with_asc_sort 7.30461 ms
99th percentile latency range_with_asc_sort 8.22885 ms
100th percentile latency range_with_asc_sort 8.55437 ms
50th percentile service time range_with_asc_sort 5.58211 ms
90th percentile service time range_with_asc_sort 5.68686 ms
99th percentile service time range_with_asc_sort 6.74078 ms
100th percentile service time range_with_asc_sort 7.25672 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.01 ops/s
50th percentile latency range_with_desc_sort 6.98276 ms
90th percentile latency range_with_desc_sort 7.4048 ms
99th percentile latency range_with_desc_sort 8.27658 ms
100th percentile latency range_with_desc_sort 8.99228 ms
50th percentile service time range_with_desc_sort 5.666 ms
90th percentile service time range_with_desc_sort 5.77585 ms
99th percentile service time range_with_desc_sort 6.7971 ms
100th percentile service time range_with_desc_sort 7.50392 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/174/

Metric Task Baseline Contender Diff Unit
Cumulative indexing time of primary shards 0 0 0 min
Min cumulative indexing time across primary shard 0 0 0 min
Median cumulative indexing time across primary shard 0 0 0 min
Max cumulative indexing time across primary shard 0 0 0 min
Cumulative indexing throttle time of primary shards 0 0 0 min
Min cumulative indexing throttle time across primary shard 0 0 0 min
Median cumulative indexing throttle time across primary shard 0 0 0 min
Max cumulative indexing throttle time across primary shard 0 0 0 min
Cumulative merge time of primary shards 0 0 0 min
Cumulative merge count of primary shards 0 0 0
Min cumulative merge time across primary shard 0 0 0 min
Median cumulative merge time across primary shard 0 0 0 min
Max cumulative merge time across primary shard 0 0 0 min
Cumulative merge throttle time of primary shards 0 0 0 min
Min cumulative merge throttle time across primary shard 0 0 0 min
Median cumulative merge throttle time across primary shard 0 0 0 min
Max cumulative merge throttle time across primary shard 0 0 0 min
Cumulative refresh time of primary shards 0 0 0 min
Cumulative refresh count of primary shards 4 4 0
Min cumulative refresh time across primary shard 0 0 0 min
Median cumulative refresh time across primary shard 0 0 0 min
Max cumulative refresh time across primary shard 0 0 0 min
Cumulative flush time of primary shards 0 0 0 min
Cumulative flush count of primary shards 1 1 0
Min cumulative flush time across primary shard 0 0 0 min
Median cumulative flush time across primary shard 0 0 0 min
Max cumulative flush time across primary shard 0 0 0 min
Total Young Gen GC time 2.039 2.252 0.213 s
Total Young Gen GC count 53 54 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 300003 300002 -1.28125 ms
100th percentile service time wait-for-snapshot-recovery 300003 300002 -1.28125 ms
error rate wait-for-snapshot-recovery 100 100 0 %
Min Throughput wait-until-merges-finish 119.011 108.187 -10.8239 ops/s
Mean Throughput wait-until-merges-finish 119.011 108.187 -10.8239 ops/s
Median Throughput wait-until-merges-finish 119.011 108.187 -10.8239 ops/s
Max Throughput wait-until-merges-finish 119.011 108.187 -10.8239 ops/s
100th percentile latency wait-until-merges-finish 8.08435 8.91958 0.83522 ms
100th percentile service time wait-until-merges-finish 8.08435 8.91958 0.83522 ms
error rate wait-until-merges-finish 0 0 0 %
Min Throughput default 2.00502 2.00496 -6e-05 ops/s
Mean Throughput default 2.00609 2.00602 -6e-05 ops/s
Median Throughput default 2.00601 2.00594 -7e-05 ops/s
Max Throughput default 2.00748 2.00739 -9e-05 ops/s
50th percentile latency default 7.04752 6.78024 -0.26728 ms
90th percentile latency default 7.55728 7.25652 -0.30076 ms
99th percentile latency default 9.28489 10.3332 1.04832 ms
100th percentile latency default 10.12 11.6133 1.49324 ms
50th percentile service time default 5.6636 5.43262 -0.23098 ms
90th percentile service time default 6.01128 5.94152 -0.06976 ms
99th percentile service time default 8.15429 8.73478 0.58048 ms
100th percentile service time default 9.09702 10.1807 1.08371 ms
error rate default 0 0 0 %
Min Throughput desc_sort_timestamp 2.00535 2.00534 -1e-05 ops/s
Mean Throughput desc_sort_timestamp 2.00649 2.00648 -1e-05 ops/s
Median Throughput desc_sort_timestamp 2.00641 2.00639 -2e-05 ops/s
Max Throughput desc_sort_timestamp 2.00797 2.00795 -1e-05 ops/s
50th percentile latency desc_sort_timestamp 8.06063 8.23489 0.17426 ms
90th percentile latency desc_sort_timestamp 8.65241 8.70451 0.0521 ms
99th percentile latency desc_sort_timestamp 10.9744 11.0193 0.04483 ms
100th percentile latency desc_sort_timestamp 11.2103 12.1152 0.90493 ms
50th percentile service time desc_sort_timestamp 6.75756 6.89268 0.13511 ms
90th percentile service time desc_sort_timestamp 7.02677 7.32065 0.29388 ms
99th percentile service time desc_sort_timestamp 9.89404 9.79251 -0.10153 ms
100th percentile service time desc_sort_timestamp 10.25 10.9163 0.6663 ms
error rate desc_sort_timestamp 0 0 0 %
Min Throughput asc_sort_timestamp 2.00633 2.00624 -9e-05 ops/s
Mean Throughput asc_sort_timestamp 2.00768 2.00757 -0.00011 ops/s
Median Throughput asc_sort_timestamp 2.00758 2.00747 -0.00011 ops/s
Max Throughput asc_sort_timestamp 2.00944 2.00931 -0.00013 ops/s
50th percentile latency asc_sort_timestamp 7.46336 7.8461 0.38274 ms
90th percentile latency asc_sort_timestamp 7.87128 8.37065 0.49937 ms
99th percentile latency asc_sort_timestamp 8.43415 9.14755 0.7134 ms
100th percentile latency asc_sort_timestamp 8.54622 9.55468 1.00845 ms
50th percentile service time asc_sort_timestamp 6.14624 6.60546 0.45923 ms
90th percentile service time asc_sort_timestamp 6.30616 6.75229 0.44613 ms
99th percentile service time asc_sort_timestamp 7.18098 7.5693 0.38832 ms
100th percentile service time asc_sort_timestamp 7.46819 7.99063 0.52243 ms
error rate asc_sort_timestamp 0 0 0 %
Min Throughput desc_sort_with_after_timestamp 2.00635 2.00637 3e-05 ops/s
Mean Throughput desc_sort_with_after_timestamp 2.0077 2.00774 4e-05 ops/s
Median Throughput desc_sort_with_after_timestamp 2.00759 2.00763 4e-05 ops/s
Max Throughput desc_sort_with_after_timestamp 2.00946 2.00951 5e-05 ops/s
50th percentile latency desc_sort_with_after_timestamp 6.21493 6.14999 -0.06494 ms
90th percentile latency desc_sort_with_after_timestamp 6.73626 6.62733 -0.10893 ms
99th percentile latency desc_sort_with_after_timestamp 7.24434 7.53265 0.28831 ms
100th percentile latency desc_sort_with_after_timestamp 7.52382 7.69503 0.17121 ms
50th percentile service time desc_sort_with_after_timestamp 4.96735 4.79512 -0.17224 ms
90th percentile service time desc_sort_with_after_timestamp 5.17486 5.1077 -0.06716 ms
99th percentile service time desc_sort_with_after_timestamp 6.02023 6.02684 0.00661 ms
100th percentile service time desc_sort_with_after_timestamp 6.07322 6.04363 -0.02958 ms
error rate desc_sort_with_after_timestamp 0 0 0 %
Min Throughput asc_sort_with_after_timestamp 2.00652 2.00652 0 ops/s
Mean Throughput asc_sort_with_after_timestamp 2.00792 2.00792 0 ops/s
Median Throughput asc_sort_with_after_timestamp 2.00781 2.00781 0 ops/s
Max Throughput asc_sort_with_after_timestamp 2.00971 2.00972 0 ops/s
50th percentile latency asc_sort_with_after_timestamp 6.2796 6.63315 0.35355 ms
90th percentile latency asc_sort_with_after_timestamp 6.79704 7.10227 0.30523 ms
99th percentile latency asc_sort_with_after_timestamp 7.80818 7.67503 -0.13315 ms
100th percentile latency asc_sort_with_after_timestamp 8.17373 7.74674 -0.42699 ms
50th percentile service time asc_sort_with_after_timestamp 4.91616 5.30719 0.39103 ms
90th percentile service time asc_sort_with_after_timestamp 5.17495 5.41262 0.23767 ms
99th percentile service time asc_sort_with_after_timestamp 6.53322 6.38486 -0.14836 ms
100th percentile service time asc_sort_with_after_timestamp 6.94367 6.40517 -0.53851 ms
error rate asc_sort_with_after_timestamp 0 0 0 %
Min Throughput desc_sort_timestamp_can_match_shortcut 2.00517 2.00499 -0.00018 ops/s
Mean Throughput desc_sort_timestamp_can_match_shortcut 2.00626 2.00605 -0.00022 ops/s
Median Throughput desc_sort_timestamp_can_match_shortcut 2.00618 2.00597 -0.00021 ops/s
Max Throughput desc_sort_timestamp_can_match_shortcut 2.00769 2.00744 -0.00026 ops/s
50th percentile latency desc_sort_timestamp_can_match_shortcut 8.10994 7.64672 -0.46323 ms
90th percentile latency desc_sort_timestamp_can_match_shortcut 8.59852 8.14503 -0.45349 ms
99th percentile latency desc_sort_timestamp_can_match_shortcut 10.292 9.69725 -0.59477 ms
100th percentile latency desc_sort_timestamp_can_match_shortcut 10.2988 9.90406 -0.39473 ms
50th percentile service time desc_sort_timestamp_can_match_shortcut 6.70562 6.32743 -0.37818 ms
90th percentile service time desc_sort_timestamp_can_match_shortcut 6.944 6.71917 -0.22483 ms
99th percentile service time desc_sort_timestamp_can_match_shortcut 8.89162 8.17693 -0.71469 ms
100th percentile service time desc_sort_timestamp_can_match_shortcut 8.90438 8.23467 -0.66971 ms
error rate desc_sort_timestamp_can_match_shortcut 0 0 0 %
Min Throughput desc_sort_timestamp_no_can_match_shortcut 2.00652 2.00649 -3e-05 ops/s
Mean Throughput desc_sort_timestamp_no_can_match_shortcut 2.00791 2.00787 -4e-05 ops/s
Median Throughput desc_sort_timestamp_no_can_match_shortcut 2.0078 2.00776 -5e-05 ops/s
Max Throughput desc_sort_timestamp_no_can_match_shortcut 2.00972 2.00966 -5e-05 ops/s
50th percentile latency desc_sort_timestamp_no_can_match_shortcut 7.95498 7.64514 -0.30984 ms
90th percentile latency desc_sort_timestamp_no_can_match_shortcut 8.36652 8.06334 -0.30318 ms
99th percentile latency desc_sort_timestamp_no_can_match_shortcut 8.83535 8.36288 -0.47247 ms
100th percentile latency desc_sort_timestamp_no_can_match_shortcut 9.17545 8.48957 -0.68588 ms
50th percentile service time desc_sort_timestamp_no_can_match_shortcut 6.62017 6.29828 -0.32189 ms
90th percentile service time desc_sort_timestamp_no_can_match_shortcut 6.74954 6.43563 -0.31391 ms
99th percentile service time desc_sort_timestamp_no_can_match_shortcut 7.27581 6.94781 -0.328 ms
100th percentile service time desc_sort_timestamp_no_can_match_shortcut 7.61299 7.1528 -0.46019 ms
error rate desc_sort_timestamp_no_can_match_shortcut 0 0 0 %
Min Throughput asc_sort_timestamp_can_match_shortcut 2.0065 2.0065 0 ops/s
Mean Throughput asc_sort_timestamp_can_match_shortcut 2.00789 2.00789 -0 ops/s
Median Throughput asc_sort_timestamp_can_match_shortcut 2.00779 2.00778 -1e-05 ops/s
Max Throughput asc_sort_timestamp_can_match_shortcut 2.0097 2.00969 -1e-05 ops/s
50th percentile latency asc_sort_timestamp_can_match_shortcut 8.8065 8.63156 -0.17495 ms
90th percentile latency asc_sort_timestamp_can_match_shortcut 9.16327 9.04256 -0.12071 ms
99th percentile latency asc_sort_timestamp_can_match_shortcut 9.43583 9.15093 -0.2849 ms
100th percentile latency asc_sort_timestamp_can_match_shortcut 9.5036 9.15859 -0.345 ms
50th percentile service time asc_sort_timestamp_can_match_shortcut 7.51587 7.33412 -0.18174 ms
90th percentile service time asc_sort_timestamp_can_match_shortcut 7.61654 7.44957 -0.16698 ms
99th percentile service time asc_sort_timestamp_can_match_shortcut 7.70814 7.57603 -0.13211 ms
100th percentile service time asc_sort_timestamp_can_match_shortcut 7.71499 7.5882 -0.12679 ms
error rate asc_sort_timestamp_can_match_shortcut 0 0 0 %
Min Throughput asc_sort_timestamp_no_can_match_shortcut 2.00651 2.00652 1e-05 ops/s
Mean Throughput asc_sort_timestamp_no_can_match_shortcut 2.00789 2.00791 2e-05 ops/s
Median Throughput asc_sort_timestamp_no_can_match_shortcut 2.00778 2.0078 2e-05 ops/s
Max Throughput asc_sort_timestamp_no_can_match_shortcut 2.00969 2.00972 3e-05 ops/s
50th percentile latency asc_sort_timestamp_no_can_match_shortcut 8.99743 8.2968 -0.70063 ms
90th percentile latency asc_sort_timestamp_no_can_match_shortcut 9.41811 8.74961 -0.6685 ms
99th percentile latency asc_sort_timestamp_no_can_match_shortcut 11.1036 10.3179 -0.78571 ms
100th percentile latency asc_sort_timestamp_no_can_match_shortcut 11.6052 10.3396 -1.26562 ms
50th percentile service time asc_sort_timestamp_no_can_match_shortcut 7.61746 6.95456 -0.66289 ms
90th percentile service time asc_sort_timestamp_no_can_match_shortcut 7.80281 7.12653 -0.67628 ms
99th percentile service time asc_sort_timestamp_no_can_match_shortcut 9.69224 8.88108 -0.81115 ms
100th percentile service time asc_sort_timestamp_no_can_match_shortcut 9.85093 8.89076 -0.96017 ms
error rate asc_sort_timestamp_no_can_match_shortcut 0 0 0 %
Min Throughput term 2.00634 2.00634 -0 ops/s
Mean Throughput term 2.0077 2.0077 0 ops/s
Median Throughput term 2.0076 2.00759 -1e-05 ops/s
Max Throughput term 2.00945 2.00945 -0 ops/s
50th percentile latency term 4.02308 4.16128 0.1382 ms
90th percentile latency term 4.48531 4.63945 0.15413 ms
99th percentile latency term 4.74614 5.00661 0.26047 ms
100th percentile latency term 4.8819 5.09733 0.21543 ms
50th percentile service time term 2.75608 2.82964 0.07356 ms
90th percentile service time term 2.92517 2.99759 0.07241 ms
99th percentile service time term 3.21234 3.19255 -0.01979 ms
100th percentile service time term 3.22346 3.20302 -0.02044 ms
error rate term 0 0 0 %
Min Throughput multi_terms-keyword 1.34507 1.15924 -0.18583 ops/s
Mean Throughput multi_terms-keyword 1.34598 1.16198 -0.184 ops/s
Median Throughput multi_terms-keyword 1.34607 1.1622 -0.18386 ops/s
Max Throughput multi_terms-keyword 1.34667 1.16426 -0.18241 ops/s
50th percentile latency multi_terms-keyword 61084.3 90459 29374.7 ms
90th percentile latency multi_terms-keyword 70721.2 104543 33821.4 ms
99th percentile latency multi_terms-keyword 72888.1 107661 34773.1 ms
100th percentile latency multi_terms-keyword 73016.5 107833 34816.2 ms
50th percentile service time multi_terms-keyword 737.75 849.883 112.132 ms
90th percentile service time multi_terms-keyword 747.782 860.769 112.988 ms
99th percentile service time multi_terms-keyword 818.359 886.405 68.046 ms
100th percentile service time multi_terms-keyword 847.369 894.834 47.4655 ms
error rate multi_terms-keyword 0 0 0 %
Min Throughput keyword-terms 2.00328 2.00327 -1e-05 ops/s
Mean Throughput keyword-terms 2.00397 2.00397 -0 ops/s
Median Throughput keyword-terms 2.00391 2.00391 1e-05 ops/s
Max Throughput keyword-terms 2.00489 2.00488 -1e-05 ops/s
50th percentile latency keyword-terms 27.3629 36.8771 9.51421 ms
90th percentile latency keyword-terms 37.968 48.9077 10.9397 ms
99th percentile latency keyword-terms 40.2471 50.8117 10.5646 ms
100th percentile latency keyword-terms 41.8233 51.1909 9.36761 ms
50th percentile service time keyword-terms 25.0702 35.4487 10.3785 ms
90th percentile service time keyword-terms 35.877 47.6042 11.7271 ms
99th percentile service time keyword-terms 37.816 49.5467 11.7307 ms
100th percentile service time keyword-terms 39.2723 49.8564 10.5841 ms
error rate keyword-terms 0 0 0 %
Min Throughput keyword-terms-low-cardinality 2.0063 2.00616 -0.00014 ops/s
Mean Throughput keyword-terms-low-cardinality 2.00764 2.00747 -0.00017 ops/s
Median Throughput keyword-terms-low-cardinality 2.00754 2.00737 -0.00018 ops/s
Max Throughput keyword-terms-low-cardinality 2.00939 2.00919 -0.0002 ops/s
50th percentile latency keyword-terms-low-cardinality 24.5234 33.6462 9.12286 ms
90th percentile latency keyword-terms-low-cardinality 33.7686 44.9628 11.1941 ms
99th percentile latency keyword-terms-low-cardinality 36.7426 45.3882 8.64561 ms
100th percentile latency keyword-terms-low-cardinality 38.8514 45.4386 6.58726 ms
50th percentile service time keyword-terms-low-cardinality 22.1158 32.1236 10.0078 ms
90th percentile service time keyword-terms-low-cardinality 31.8143 43.614 11.7997 ms
99th percentile service time keyword-terms-low-cardinality 34.4206 43.8465 9.42596 ms
100th percentile service time keyword-terms-low-cardinality 36.5886 43.8816 7.29298 ms
error rate keyword-terms-low-cardinality 0 0 0 %
Min Throughput composite-terms 2.00221 2.00268 0.00047 ops/s
Mean Throughput composite-terms 2.00269 2.00326 0.00057 ops/s
Median Throughput composite-terms 2.00265 2.00321 0.00056 ops/s
Max Throughput composite-terms 2.0033 2.00399 0.00069 ops/s
50th percentile latency composite-terms 195.075 190.023 -5.05216 ms
90th percentile latency composite-terms 199.11 193.348 -5.76192 ms
99th percentile latency composite-terms 217.306 206.222 -11.0847 ms
100th percentile latency composite-terms 217.613 213.76 -3.85229 ms
50th percentile service time composite-terms 194.061 188.821 -5.24017 ms
90th percentile service time composite-terms 198.011 192.395 -5.61591 ms
99th percentile service time composite-terms 216.392 205.135 -11.2565 ms
100th percentile service time composite-terms 216.713 213.129 -3.58356 ms
error rate composite-terms 0 0 0 %
Min Throughput composite_terms-keyword 2.00198 2.00195 -3e-05 ops/s
Mean Throughput composite_terms-keyword 2.0024 2.00236 -4e-05 ops/s
Median Throughput composite_terms-keyword 2.00237 2.00233 -4e-05 ops/s
Max Throughput composite_terms-keyword 2.00294 2.0029 -4e-05 ops/s
50th percentile latency composite_terms-keyword 344.576 328.165 -16.4105 ms
90th percentile latency composite_terms-keyword 352.58 334.61 -17.97 ms
99th percentile latency composite_terms-keyword 365.211 350.018 -15.1937 ms
100th percentile latency composite_terms-keyword 371.368 359.044 -12.3243 ms
50th percentile service time composite_terms-keyword 343.621 326.106 -17.5154 ms
90th percentile service time composite_terms-keyword 351.395 333.142 -18.2528 ms
99th percentile service time composite_terms-keyword 363.989 348.839 -15.1505 ms
100th percentile service time composite_terms-keyword 370.102 357.607 -12.4949 ms
error rate composite_terms-keyword 0 0 0 %
Min Throughput composite-date_histogram-daily 2.00612 2.00611 -2e-05 ops/s
Mean Throughput composite-date_histogram-daily 2.00742 2.00741 -1e-05 ops/s
Median Throughput composite-date_histogram-daily 2.00732 2.00731 -1e-05 ops/s
Max Throughput composite-date_histogram-daily 2.00913 2.00911 -2e-05 ops/s
50th percentile latency composite-date_histogram-daily 5.17715 4.58232 -0.59483 ms
90th percentile latency composite-date_histogram-daily 5.55658 4.9849 -0.57168 ms
99th percentile latency composite-date_histogram-daily 5.7626 5.8177 0.0551 ms
100th percentile latency composite-date_histogram-daily 5.7838 6.15713 0.37333 ms
50th percentile service time composite-date_histogram-daily 3.79892 3.21998 -0.57893 ms
90th percentile service time composite-date_histogram-daily 4.04127 3.44705 -0.59422 ms
99th percentile service time composite-date_histogram-daily 4.30044 3.77071 -0.52974 ms
100th percentile service time composite-date_histogram-daily 4.34026 3.77886 -0.5614 ms
error rate composite-date_histogram-daily 0 0 0 %
Min Throughput range 2.00652 2.00649 -3e-05 ops/s
Mean Throughput range 2.00791 2.00788 -3e-05 ops/s
Median Throughput range 2.00779 2.00777 -2e-05 ops/s
Max Throughput range 2.00971 2.00967 -4e-05 ops/s
50th percentile latency range 5.99637 6.04748 0.05111 ms
90th percentile latency range 6.47469 6.39828 -0.07642 ms
99th percentile latency range 6.89847 6.72887 -0.1696 ms
100th percentile latency range 6.92551 6.89161 -0.0339 ms
50th percentile service time range 4.73983 4.62554 -0.11429 ms
90th percentile service time range 4.88429 4.73825 -0.14605 ms
99th percentile service time range 5.67076 5.10086 -0.56991 ms
100th percentile service time range 5.70011 5.19237 -0.50774 ms
error rate range 0 0 0 %
Min Throughput range-numeric 2.00656 2.00654 -2e-05 ops/s
Mean Throughput range-numeric 2.00796 2.00793 -3e-05 ops/s
Median Throughput range-numeric 2.00785 2.00782 -4e-05 ops/s
Max Throughput range-numeric 2.00978 2.00973 -4e-05 ops/s
50th percentile latency range-numeric 3.60431 4.01125 0.40695 ms
90th percentile latency range-numeric 3.98289 4.41585 0.43296 ms
99th percentile latency range-numeric 4.48647 4.58969 0.10322 ms
100th percentile latency range-numeric 4.55332 4.6292 0.07588 ms
50th percentile service time range-numeric 2.23533 2.69067 0.45534 ms
90th percentile service time range-numeric 2.35377 2.80829 0.45452 ms
99th percentile service time range-numeric 2.47768 3.01287 0.53519 ms
100th percentile service time range-numeric 2.49428 3.06875 0.57447 ms
error rate range-numeric 0 0 0 %
Min Throughput keyword-in-range 2.00587 2.00587 0 ops/s
Mean Throughput keyword-in-range 2.00712 2.00713 1e-05 ops/s
Median Throughput keyword-in-range 2.00702 2.00703 1e-05 ops/s
Max Throughput keyword-in-range 2.00874 2.00874 1e-05 ops/s
50th percentile latency keyword-in-range 14.2521 13.9979 -0.25425 ms
90th percentile latency keyword-in-range 14.8261 14.6337 -0.19237 ms
99th percentile latency keyword-in-range 22.2174 19.98 -2.23737 ms
100th percentile latency keyword-in-range 24.0935 20.3743 -3.71923 ms
50th percentile service time keyword-in-range 12.8654 12.7895 -0.0759 ms
90th percentile service time keyword-in-range 13.2864 13.1586 -0.12782 ms
99th percentile service time keyword-in-range 20.86 18.8645 -1.99555 ms
100th percentile service time keyword-in-range 22.3419 19.4014 -2.94054 ms
error rate keyword-in-range 0 0 0 %
Min Throughput date_histogram_hourly_agg 2.00556 2.00559 3e-05 ops/s
Mean Throughput date_histogram_hourly_agg 2.00674 2.00677 4e-05 ops/s
Median Throughput date_histogram_hourly_agg 2.00665 2.00668 3e-05 ops/s
Max Throughput date_histogram_hourly_agg 2.00827 2.00831 4e-05 ops/s
50th percentile latency date_histogram_hourly_agg 6.88367 6.90544 0.02177 ms
90th percentile latency date_histogram_hourly_agg 8.18964 8.17276 -0.01688 ms
99th percentile latency date_histogram_hourly_agg 8.76938 8.46912 -0.30025 ms
100th percentile latency date_histogram_hourly_agg 8.81518 8.49668 -0.3185 ms
50th percentile service time date_histogram_hourly_agg 5.47418 5.34904 -0.12514 ms
90th percentile service time date_histogram_hourly_agg 6.86725 6.64748 -0.21977 ms
99th percentile service time date_histogram_hourly_agg 7.09646 6.7896 -0.30685 ms
100th percentile service time date_histogram_hourly_agg 7.09761 6.85794 -0.23968 ms
error rate date_histogram_hourly_agg 0 0 0 %
Min Throughput date_histogram_minute_agg 2.0058 2.00561 -0.0002 ops/s
Mean Throughput date_histogram_minute_agg 2.00703 2.0068 -0.00024 ops/s
Median Throughput date_histogram_minute_agg 2.00694 2.00671 -0.00023 ops/s
Max Throughput date_histogram_minute_agg 2.00864 2.00834 -0.0003 ops/s
50th percentile latency date_histogram_minute_agg 42.1368 41.2714 -0.86533 ms
90th percentile latency date_histogram_minute_agg 43.4827 41.9036 -1.57907 ms
99th percentile latency date_histogram_minute_agg 45.1012 42.7141 -2.38716 ms
100th percentile latency date_histogram_minute_agg 45.5143 42.8455 -2.66877 ms
50th percentile service time date_histogram_minute_agg 40.741 40.0015 -0.73944 ms
90th percentile service time date_histogram_minute_agg 42.0936 40.4502 -1.64338 ms
99th percentile service time date_histogram_minute_agg 44.0201 41.5738 -2.44624 ms
100th percentile service time date_histogram_minute_agg 44.6794 41.8771 -2.80229 ms
error rate date_histogram_minute_agg 0 0 0 %
Min Throughput scroll 47.7949 49.9818 2.18687 pages/s
Mean Throughput scroll 47.8895 49.9854 2.09593 pages/s
Median Throughput scroll 47.8823 49.9858 2.10353 pages/s
Max Throughput scroll 47.9972 49.9881 1.99088 pages/s
50th percentile latency scroll 5912.55 461.703 -5450.85 ms
90th percentile latency scroll 6474.97 470.714 -6004.26 ms
99th percentile latency scroll 6632.15 491.912 -6140.24 ms
100th percentile latency scroll 6637.23 493.376 -6143.85 ms
50th percentile service time scroll 508.72 460.542 -48.1789 ms
90th percentile service time scroll 515.418 468.725 -46.6926 ms
99th percentile service time scroll 538.047 491.058 -46.9892 ms
100th percentile service time scroll 538.564 492.817 -45.7464 ms
error rate scroll 0 0 0 %
Min Throughput query-string-on-message 2.00539 2.00538 -2e-05 ops/s
Mean Throughput query-string-on-message 2.00654 2.00653 -1e-05 ops/s
Median Throughput query-string-on-message 2.00645 2.00644 -2e-05 ops/s
Max Throughput query-string-on-message 2.00803 2.00802 -1e-05 ops/s
50th percentile latency query-string-on-message 6.7399 6.41458 -0.32533 ms
90th percentile latency query-string-on-message 7.16145 6.97731 -0.18414 ms
99th percentile latency query-string-on-message 8.77081 8.37686 -0.39395 ms
100th percentile latency query-string-on-message 9.06259 8.89621 -0.16638 ms
50th percentile service time query-string-on-message 5.38822 5.04213 -0.34609 ms
90th percentile service time query-string-on-message 5.51678 5.31427 -0.20251 ms
99th percentile service time query-string-on-message 7.04411 6.72239 -0.32171 ms
100th percentile service time query-string-on-message 7.3709 7.16485 -0.20604 ms
error rate query-string-on-message 0 0 0 %
Min Throughput query-string-on-message-filtered 2.00611 2.00631 0.0002 ops/s
Mean Throughput query-string-on-message-filtered 2.00741 2.00766 0.00024 ops/s
Median Throughput query-string-on-message-filtered 2.00731 2.00756 0.00024 ops/s
Max Throughput query-string-on-message-filtered 2.00911 2.00941 0.0003 ops/s
50th percentile latency query-string-on-message-filtered 13.8181 13.3973 -0.42085 ms
90th percentile latency query-string-on-message-filtered 14.2123 13.7896 -0.42271 ms
99th percentile latency query-string-on-message-filtered 16.4585 18.1478 1.6893 ms
100th percentile latency query-string-on-message-filtered 18.3528 19.0935 0.7407 ms
50th percentile service time query-string-on-message-filtered 12.4489 11.9676 -0.4813 ms
90th percentile service time query-string-on-message-filtered 12.6791 12.238 -0.44109 ms
99th percentile service time query-string-on-message-filtered 14.7717 16.7963 2.02459 ms
100th percentile service time query-string-on-message-filtered 16.6405 17.4636 0.82316 ms
error rate query-string-on-message-filtered 0 0 0 %
Min Throughput query-string-on-message-filtered-sorted-num 2.00612 2.00613 1e-05 ops/s
Mean Throughput query-string-on-message-filtered-sorted-num 2.00742 2.00744 2e-05 ops/s
Median Throughput query-string-on-message-filtered-sorted-num 2.00732 2.00734 2e-05 ops/s
Max Throughput query-string-on-message-filtered-sorted-num 2.00911 2.00915 4e-05 ops/s
50th percentile latency query-string-on-message-filtered-sorted-num 23.3776 21.8772 -1.50039 ms
90th percentile latency query-string-on-message-filtered-sorted-num 23.8164 22.5476 -1.26881 ms
99th percentile latency query-string-on-message-filtered-sorted-num 29.4639 25.852 -3.61183 ms
100th percentile latency query-string-on-message-filtered-sorted-num 34.7134 26.706 -8.00738 ms
50th percentile service time query-string-on-message-filtered-sorted-num 21.0685 19.4857 -1.5828 ms
90th percentile service time query-string-on-message-filtered-sorted-num 21.3543 20.2287 -1.12566 ms
99th percentile service time query-string-on-message-filtered-sorted-num 27.363 23.6487 -3.71438 ms
100th percentile service time query-string-on-message-filtered-sorted-num 32.6939 24.4817 -8.21228 ms
error rate query-string-on-message-filtered-sorted-num 0 0 0 %
Min Throughput sort_keyword_can_match_shortcut 2.00636 2.00639 3e-05 ops/s
Mean Throughput sort_keyword_can_match_shortcut 2.00771 2.00775 4e-05 ops/s
Median Throughput sort_keyword_can_match_shortcut 2.00761 2.00765 4e-05 ops/s
Max Throughput sort_keyword_can_match_shortcut 2.00946 2.00952 6e-05 ops/s
50th percentile latency sort_keyword_can_match_shortcut 6.04854 5.45296 -0.59558 ms
90th percentile latency sort_keyword_can_match_shortcut 6.48586 5.83021 -0.65566 ms
99th percentile latency sort_keyword_can_match_shortcut 6.60336 6.05734 -0.54602 ms
100th percentile latency sort_keyword_can_match_shortcut 6.64178 6.14327 -0.49851 ms
50th percentile service time sort_keyword_can_match_shortcut 4.77552 4.16787 -0.60764 ms
90th percentile service time sort_keyword_can_match_shortcut 4.8503 4.25601 -0.5943 ms
99th percentile service time sort_keyword_can_match_shortcut 5.18879 4.71637 -0.47242 ms
100th percentile service time sort_keyword_can_match_shortcut 5.4396 5.06008 -0.37952 ms
error rate sort_keyword_can_match_shortcut 0 0 0 %
Min Throughput sort_keyword_no_can_match_shortcut 2.00656 2.00655 -1e-05 ops/s
Mean Throughput sort_keyword_no_can_match_shortcut 2.00796 2.00795 -1e-05 ops/s
Median Throughput sort_keyword_no_can_match_shortcut 2.00786 2.00785 -1e-05 ops/s
Max Throughput sort_keyword_no_can_match_shortcut 2.00979 2.00977 -2e-05 ops/s
50th percentile latency sort_keyword_no_can_match_shortcut 5.69329 5.57269 -0.12059 ms
90th percentile latency sort_keyword_no_can_match_shortcut 6.13018 5.96882 -0.16136 ms
99th percentile latency sort_keyword_no_can_match_shortcut 7.11056 6.23252 -0.87805 ms
100th percentile latency sort_keyword_no_can_match_shortcut 7.11902 6.34381 -0.77521 ms
50th percentile service time sort_keyword_no_can_match_shortcut 4.36255 4.24569 -0.11686 ms
90th percentile service time sort_keyword_no_can_match_shortcut 4.43295 4.36692 -0.06603 ms
99th percentile service time sort_keyword_no_can_match_shortcut 4.93146 4.75137 -0.18009 ms
100th percentile service time sort_keyword_no_can_match_shortcut 5.33813 5.0347 -0.30343 ms
error rate sort_keyword_no_can_match_shortcut 0 0 0 %
Min Throughput sort_numeric_desc 2.00586 2.00574 -0.00012 ops/s
Mean Throughput sort_numeric_desc 2.00711 2.00696 -0.00014 ops/s
Median Throughput sort_numeric_desc 2.00702 2.00687 -0.00015 ops/s
Max Throughput sort_numeric_desc 2.00872 2.00854 -0.00018 ops/s
50th percentile latency sort_numeric_desc 5.76868 5.67541 -0.09328 ms
90th percentile latency sort_numeric_desc 6.1265 6.1456 0.0191 ms
99th percentile latency sort_numeric_desc 6.25927 6.74392 0.48465 ms
100th percentile latency sort_numeric_desc 6.26188 6.83709 0.57521 ms
50th percentile service time sort_numeric_desc 4.44007 4.33323 -0.10684 ms
90th percentile service time sort_numeric_desc 4.51693 4.43119 -0.08574 ms
99th percentile service time sort_numeric_desc 4.59214 5.02332 0.43119 ms
100th percentile service time sort_numeric_desc 4.626 5.13011 0.50411 ms
error rate sort_numeric_desc 0 0 0 %
Min Throughput sort_numeric_asc 2.00645 2.00646 0 ops/s
Mean Throughput sort_numeric_asc 2.00782 2.00784 1e-05 ops/s
Median Throughput sort_numeric_asc 2.00771 2.00773 2e-05 ops/s
Max Throughput sort_numeric_asc 2.0096 2.00963 3e-05 ops/s
50th percentile latency sort_numeric_asc 5.75176 5.3657 -0.38606 ms
90th percentile latency sort_numeric_asc 6.16702 5.79884 -0.36818 ms
99th percentile latency sort_numeric_asc 6.31711 6.2305 -0.08661 ms
100th percentile latency sort_numeric_asc 6.34178 6.28995 -0.05183 ms
50th percentile service time sort_numeric_asc 4.41578 4.03419 -0.38159 ms
90th percentile service time sort_numeric_asc 4.50018 4.11216 -0.38802 ms
99th percentile service time sort_numeric_asc 4.6396 4.6783 0.0387 ms
100th percentile service time sort_numeric_asc 4.70751 5.00664 0.29913 ms
error rate sort_numeric_asc 0 0 0 %
Min Throughput sort_numeric_desc_with_match 2.00659 2.00659 0 ops/s
Mean Throughput sort_numeric_desc_with_match 2.00799 2.00799 0 ops/s
Median Throughput sort_numeric_desc_with_match 2.00788 2.00788 -0 ops/s
Max Throughput sort_numeric_desc_with_match 2.00981 2.0098 -1e-05 ops/s
50th percentile latency sort_numeric_desc_with_match 3.55561 3.51524 -0.04037 ms
90th percentile latency sort_numeric_desc_with_match 3.95812 3.92086 -0.03725 ms
99th percentile latency sort_numeric_desc_with_match 4.15621 4.08861 -0.06759 ms
100th percentile latency sort_numeric_desc_with_match 4.20117 4.11621 -0.08496 ms
50th percentile service time sort_numeric_desc_with_match 2.25048 2.21665 -0.03383 ms
90th percentile service time sort_numeric_desc_with_match 2.31486 2.29089 -0.02397 ms
99th percentile service time sort_numeric_desc_with_match 2.48667 2.36721 -0.11946 ms
100th percentile service time sort_numeric_desc_with_match 2.49798 2.4013 -0.09668 ms
error rate sort_numeric_desc_with_match 0 0 0 %
Min Throughput sort_numeric_asc_with_match 2.00659 2.00658 -1e-05 ops/s
Mean Throughput sort_numeric_asc_with_match 2.00799 2.00799 0 ops/s
Median Throughput sort_numeric_asc_with_match 2.00788 2.00788 0 ops/s
Max Throughput sort_numeric_asc_with_match 2.0098 2.0098 -0 ops/s
50th percentile latency sort_numeric_asc_with_match 3.52166 3.4707 -0.05096 ms
90th percentile latency sort_numeric_asc_with_match 3.93716 3.8779 -0.05927 ms
99th percentile latency sort_numeric_asc_with_match 4.20254 4.03642 -0.16611 ms
100th percentile latency sort_numeric_asc_with_match 4.32066 4.05542 -0.26523 ms
50th percentile service time sort_numeric_asc_with_match 2.24497 2.15634 -0.08863 ms
90th percentile service time sort_numeric_asc_with_match 2.28658 2.21996 -0.06662 ms
99th percentile service time sort_numeric_asc_with_match 2.56832 2.31758 -0.25074 ms
100th percentile service time sort_numeric_asc_with_match 2.77132 2.33312 -0.4382 ms
error rate sort_numeric_asc_with_match 0 0 0 %
Min Throughput range_field_conjunction_big_range_big_term_query 2.00658 2.00656 -2e-05 ops/s
Mean Throughput range_field_conjunction_big_range_big_term_query 2.00799 2.00796 -2e-05 ops/s
Median Throughput range_field_conjunction_big_range_big_term_query 2.00788 2.00785 -3e-05 ops/s
Max Throughput range_field_conjunction_big_range_big_term_query 2.00982 2.00977 -5e-05 ops/s
50th percentile latency range_field_conjunction_big_range_big_term_query 3.45524 3.68391 0.22867 ms
90th percentile latency range_field_conjunction_big_range_big_term_query 3.86662 4.06723 0.20061 ms
99th percentile latency range_field_conjunction_big_range_big_term_query 4.236 4.14816 -0.08784 ms
100th percentile latency range_field_conjunction_big_range_big_term_query 4.50323 4.15734 -0.34589 ms
50th percentile service time range_field_conjunction_big_range_big_term_query 2.12211 2.321 0.19889 ms
90th percentile service time range_field_conjunction_big_range_big_term_query 2.16475 2.38568 0.22092 ms
99th percentile service time range_field_conjunction_big_range_big_term_query 2.61144 2.46865 -0.14279 ms
100th percentile service time range_field_conjunction_big_range_big_term_query 3.02517 2.50307 -0.5221 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.00659 2.00658 -1e-05 ops/s
Mean Throughput range_field_disjunction_big_range_small_term_query 2.00799 2.00799 -1e-05 ops/s
Median Throughput range_field_disjunction_big_range_small_term_query 2.00789 2.00788 -1e-05 ops/s
Max Throughput range_field_disjunction_big_range_small_term_query 2.00981 2.00981 -1e-05 ops/s
50th percentile latency range_field_disjunction_big_range_small_term_query 3.5298 3.60836 0.07856 ms
90th percentile latency range_field_disjunction_big_range_small_term_query 3.94671 3.97714 0.03042 ms
99th percentile latency range_field_disjunction_big_range_small_term_query 4.0367 4.05868 0.02198 ms
100th percentile latency range_field_disjunction_big_range_small_term_query 4.05473 4.06039 0.00566 ms
50th percentile service time range_field_disjunction_big_range_small_term_query 2.22561 2.25839 0.03278 ms
90th percentile service time range_field_disjunction_big_range_small_term_query 2.30465 2.32041 0.01576 ms
99th percentile service time range_field_disjunction_big_range_small_term_query 2.5353 2.40916 -0.12614 ms
100th percentile service time range_field_disjunction_big_range_small_term_query 2.54623 2.41828 -0.12795 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.00658 2.00659 1e-05 ops/s
Mean Throughput range_field_conjunction_small_range_small_term_query 2.00799 2.00799 0 ops/s
Median Throughput range_field_conjunction_small_range_small_term_query 2.00788 2.00788 1e-05 ops/s
Max Throughput range_field_conjunction_small_range_small_term_query 2.00981 2.0098 -1e-05 ops/s
50th percentile latency range_field_conjunction_small_range_small_term_query 3.85713 3.76352 -0.09361 ms
90th percentile latency range_field_conjunction_small_range_small_term_query 4.26863 4.15555 -0.11307 ms
99th percentile latency range_field_conjunction_small_range_small_term_query 4.82524 4.33875 -0.4865 ms
100th percentile latency range_field_conjunction_small_range_small_term_query 4.82578 4.35459 -0.4712 ms
50th percentile service time range_field_conjunction_small_range_small_term_query 2.51821 2.45448 -0.06374 ms
90th percentile service time range_field_conjunction_small_range_small_term_query 2.59475 2.53859 -0.05616 ms
99th percentile service time range_field_conjunction_small_range_small_term_query 2.67555 2.68035 0.00479 ms
100th percentile service time range_field_conjunction_small_range_small_term_query 2.68085 2.76335 0.08249 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.00658 2.00659 2e-05 ops/s
Mean Throughput range_field_conjunction_small_range_big_term_query 2.00798 2.008 1e-05 ops/s
Median Throughput range_field_conjunction_small_range_big_term_query 2.00788 2.00789 1e-05 ops/s
Max Throughput range_field_conjunction_small_range_big_term_query 2.0098 2.00982 2e-05 ops/s
50th percentile latency range_field_conjunction_small_range_big_term_query 3.62858 3.52316 -0.10541 ms
90th percentile latency range_field_conjunction_small_range_big_term_query 4.05378 3.89248 -0.16131 ms
99th percentile latency range_field_conjunction_small_range_big_term_query 4.39384 4.00503 -0.38881 ms
100th percentile latency range_field_conjunction_small_range_big_term_query 4.58846 4.00672 -0.58173 ms
50th percentile service time range_field_conjunction_small_range_big_term_query 2.34134 2.17708 -0.16427 ms
90th percentile service time range_field_conjunction_small_range_big_term_query 2.38015 2.25389 -0.12625 ms
99th percentile service time range_field_conjunction_small_range_big_term_query 2.68647 2.31157 -0.3749 ms
100th percentile service time range_field_conjunction_small_range_big_term_query 2.92882 2.33414 -0.59468 ms
error rate range_field_conjunction_small_range_big_term_query 0 0 0 %
Min Throughput range-auto-date-histo 0.317985 0.31254 -0.00545 ops/s
Mean Throughput range-auto-date-histo 0.318267 0.312783 -0.00548 ops/s
Median Throughput range-auto-date-histo 0.318278 0.312767 -0.00551 ops/s
Max Throughput range-auto-date-histo 0.318415 0.313115 -0.0053 ops/s
50th percentile latency range-auto-date-histo 661671 675779 14108.5 ms
90th percentile latency range-auto-date-histo 767129 782691 15562.4 ms
99th percentile latency range-auto-date-histo 790869 806687 15818.8 ms
100th percentile latency range-auto-date-histo 792168 807999 15831.3 ms
50th percentile service time range-auto-date-histo 3101.14 3157.53 56.3907 ms
90th percentile service time range-auto-date-histo 3276.54 3310.35 33.8164 ms
99th percentile service time range-auto-date-histo 3361.49 3625.43 263.939 ms
100th percentile service time range-auto-date-histo 3367.64 3699.36 331.726 ms
error rate range-auto-date-histo 0 0 0 %
Min Throughput range-auto-date-histo-with-metrics 0.108261 0.108856 0.00059 ops/s
Mean Throughput range-auto-date-histo-with-metrics 0.108465 0.108894 0.00043 ops/s
Median Throughput range-auto-date-histo-with-metrics 0.108297 0.108895 0.0006 ops/s
Max Throughput range-auto-date-histo-with-metrics 0.108836 0.10893 9e-05 ops/s
50th percentile latency range-auto-date-histo-with-metrics 2.18754e+06 2.17528e+06 -12260.9 ms
90th percentile latency range-auto-date-histo-with-metrics 2.52373e+06 2.52166e+06 -2064.88 ms
99th percentile latency range-auto-date-histo-with-metrics 2.6018e+06 2.59963e+06 -2161.12 ms
100th percentile latency range-auto-date-histo-with-metrics 2.60611e+06 2.60393e+06 -2175.25 ms
50th percentile service time range-auto-date-histo-with-metrics 9150.33 9140.01 -10.3149 ms
90th percentile service time range-auto-date-histo-with-metrics 9277.67 9338.7 61.0303 ms
99th percentile service time range-auto-date-histo-with-metrics 9434.61 9686.79 252.18 ms
100th percentile service time range-auto-date-histo-with-metrics 9461.43 9713.66 252.229 ms
error rate range-auto-date-histo-with-metrics 0 0 0 %
Min Throughput range-agg-1 2.00659 2.00658 -1e-05 ops/s
Mean Throughput range-agg-1 2.00799 2.00799 -0 ops/s
Median Throughput range-agg-1 2.00789 2.00788 -1e-05 ops/s
Max Throughput range-agg-1 2.00981 2.00981 0 ops/s
50th percentile latency range-agg-1 3.88716 3.74228 -0.14488 ms
90th percentile latency range-agg-1 4.26604 4.18318 -0.08286 ms
99th percentile latency range-agg-1 4.75211 4.25847 -0.49363 ms
100th percentile latency range-agg-1 4.82571 4.2615 -0.56422 ms
50th percentile service time range-agg-1 2.50661 2.41265 -0.09397 ms
90th percentile service time range-agg-1 2.62106 2.51146 -0.1096 ms
99th percentile service time range-agg-1 2.6964 2.57253 -0.12387 ms
100th percentile service time range-agg-1 2.70164 2.57587 -0.12578 ms
error rate range-agg-1 0 0 0 %
Min Throughput range-agg-2 2.00658 2.00658 0 ops/s
Mean Throughput range-agg-2 2.00798 2.00798 0 ops/s
Median Throughput range-agg-2 2.00788 2.00787 -0 ops/s
Max Throughput range-agg-2 2.0098 2.0098 -0 ops/s
50th percentile latency range-agg-2 3.82831 3.82436 -0.00395 ms
90th percentile latency range-agg-2 4.25454 4.30716 0.05262 ms
99th percentile latency range-agg-2 4.45151 4.47274 0.02123 ms
100th percentile latency range-agg-2 4.5049 4.49384 -0.01106 ms
50th percentile service time range-agg-2 2.47051 2.48608 0.01556 ms
90th percentile service time range-agg-2 2.5957 2.60763 0.01194 ms
99th percentile service time range-agg-2 2.68878 2.72608 0.0373 ms
100th percentile service time range-agg-2 2.70246 2.75603 0.05357 ms
error rate range-agg-2 0 0 0 %
Min Throughput cardinality-agg-low 2.00626 2.00619 -6e-05 ops/s
Mean Throughput cardinality-agg-low 2.00759 2.00752 -7e-05 ops/s
Median Throughput cardinality-agg-low 2.00748 2.00742 -7e-05 ops/s
Max Throughput cardinality-agg-low 2.00932 2.00923 -9e-05 ops/s
50th percentile latency cardinality-agg-low 5.36857 5.25857 -0.11 ms
90th percentile latency cardinality-agg-low 6.10758 5.97661 -0.13097 ms
99th percentile latency cardinality-agg-low 6.42581 6.26521 -0.16059 ms
100th percentile latency cardinality-agg-low 6.43056 6.30868 -0.12188 ms
50th percentile service time cardinality-agg-low 3.95092 3.77854 -0.17238 ms
90th percentile service time cardinality-agg-low 4.64443 4.4612 -0.18323 ms
99th percentile service time cardinality-agg-low 4.74558 4.61174 -0.13384 ms
100th percentile service time cardinality-agg-low 4.7559 4.63262 -0.12328 ms
error rate cardinality-agg-low 0 0 0 %
Min Throughput cardinality-agg-high 0.792106 0.77329 -0.01882 ops/s
Mean Throughput cardinality-agg-high 0.793131 0.776105 -0.01703 ops/s
Median Throughput cardinality-agg-high 0.793041 0.776323 -0.01672 ops/s
Max Throughput cardinality-agg-high 0.794671 0.77805 -0.01662 ops/s
50th percentile latency cardinality-agg-high 190861 197898 7037.57 ms
90th percentile latency cardinality-agg-high 220748 228752 8003.56 ms
99th percentile latency cardinality-agg-high 227164 235636 8471.26 ms
100th percentile latency cardinality-agg-high 227505 235991 8485.81 ms
50th percentile service time cardinality-agg-high 1234.98 1232.89 -2.08929 ms
90th percentile service time cardinality-agg-high 1310.37 1405.9 95.5283 ms
99th percentile service time cardinality-agg-high 1486.02 1882.37 396.349 ms
100th percentile service time cardinality-agg-high 1570.35 1898.81 328.456 ms
error rate cardinality-agg-high 0 0 0 %
Min Throughput cardinality-agg-very-high 0.627385 0.620633 -0.00675 ops/s
Mean Throughput cardinality-agg-very-high 0.631071 0.625478 -0.00559 ops/s
Median Throughput cardinality-agg-very-high 0.630959 0.62535 -0.00561 ops/s
Max Throughput cardinality-agg-very-high 0.633135 0.630681 -0.00245 ops/s
50th percentile latency cardinality-agg-very-high 109224 111012 1787.89 ms
90th percentile latency cardinality-agg-very-high 151885 154673 2787.67 ms
99th percentile latency cardinality-agg-very-high 161654 164179 2524.56 ms
100th percentile latency cardinality-agg-very-high 162196 164696 2499.38 ms
50th percentile service time cardinality-agg-very-high 1554.96 1547.6 -7.35663 ms
90th percentile service time cardinality-agg-very-high 1634.01 1737.78 103.764 ms
99th percentile service time cardinality-agg-very-high 1820.45 2251.27 430.822 ms
100th percentile service time cardinality-agg-very-high 1895.22 2442.72 547.496 ms
error rate cardinality-agg-very-high 0 0 0 %
Min Throughput range_with_asc_sort 2.00654 2.00653 -0 ops/s
Mean Throughput range_with_asc_sort 2.00792 2.00793 0 ops/s
Median Throughput range_with_asc_sort 2.00782 2.00782 0 ops/s
Max Throughput range_with_asc_sort 2.00972 2.00974 1e-05 ops/s
50th percentile latency range_with_asc_sort 6.8187 6.88282 0.06411 ms
90th percentile latency range_with_asc_sort 7.25596 7.30461 0.04865 ms
99th percentile latency range_with_asc_sort 7.44985 8.22885 0.77901 ms
100th percentile latency range_with_asc_sort 7.45239 8.55437 1.10197 ms
50th percentile service time range_with_asc_sort 5.5353 5.58211 0.04681 ms
90th percentile service time range_with_asc_sort 5.62416 5.68686 0.0627 ms
99th percentile service time range_with_asc_sort 5.84824 6.74078 0.89254 ms
100th percentile service time range_with_asc_sort 5.86683 7.25672 1.38989 ms
error rate range_with_asc_sort 0 0 0 %
Min Throughput range_with_desc_sort 2.00655 2.00653 -2e-05 ops/s
Mean Throughput range_with_desc_sort 2.00794 2.00793 -1e-05 ops/s
Median Throughput range_with_desc_sort 2.00783 2.00782 -2e-05 ops/s
Max Throughput range_with_desc_sort 2.00975 2.00974 -1e-05 ops/s
50th percentile latency range_with_desc_sort 6.94304 6.98276 0.03972 ms
90th percentile latency range_with_desc_sort 7.32431 7.4048 0.08049 ms
99th percentile latency range_with_desc_sort 7.43293 8.27658 0.84365 ms
100th percentile latency range_with_desc_sort 7.44172 8.99228 1.55055 ms
50th percentile service time range_with_desc_sort 5.59399 5.666 0.07201 ms
90th percentile service time range_with_desc_sort 5.67786 5.77585 0.09799 ms
99th percentile service time range_with_desc_sort 5.85278 6.7971 0.94432 ms
100th percentile service time range_with_desc_sort 5.94325 7.50392 1.56067 ms
error rate range_with_desc_sort 0 0 0 %

@sandeshkr419
Copy link
Member

Benchmarks seem okay, probably most aggregations seem slightly regressed as a variant run.
Probably will keep a monitor on nightlies.

@anandpatel9998
Copy link
Author

@sandeshkr419 Thanks for running the benchmark. I am wondering why this change did not help cardinality aggregation queries. Can u help me setting up this workload ? I think we should debug this to understand.

@sandeshkr419
Copy link
Member

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

@github-actions
Copy link
Contributor

github-actions bot commented Nov 5, 2025

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

@sandeshkr419
Copy link
Member

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

@sandeshkr419
Copy link
Member

@anandpatel9998 I have re-triggerred the runs a few times to avoid variance which happened in the first run.
I'll sync up with you offline as well to get you started on local benchmarking setup as well.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 5, 2025

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

@sandeshkr419
Copy link
Member

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

@github-actions
Copy link
Contributor

github-actions bot commented Nov 5, 2025

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

Metric Task Value Unit
Cumulative indexing time of primary shards 0 min
Min cumulative indexing time across primary shards 0 min
Median cumulative indexing time across primary shards 0 min
Max cumulative indexing time across primary shards 0 min
Cumulative indexing throttle time of primary shards 0 min
Min cumulative indexing throttle time across primary shards 0 min
Median cumulative indexing throttle time across primary shards 0 min
Max cumulative indexing throttle time across primary shards 0 min
Cumulative merge time of primary shards 0 min
Cumulative merge count of primary shards 0
Min cumulative merge time across primary shards 0 min
Median cumulative merge time across primary shards 0 min
Max cumulative merge time across primary shards 0 min
Cumulative merge throttle time of primary shards 0 min
Min cumulative merge throttle time across primary shards 0 min
Median cumulative merge throttle time across primary shards 0 min
Max cumulative merge throttle time across primary shards 0 min
Cumulative refresh time of primary shards 0 min
Cumulative refresh count of primary shards 4
Min cumulative refresh time across primary shards 0 min
Median cumulative refresh time across primary shards 0 min
Max cumulative refresh time across primary shards 0 min
Cumulative flush time of primary shards 0 min
Cumulative flush count of primary shards 1
Min cumulative flush time across primary shards 0 min
Median cumulative flush time across primary shards 0 min
Max cumulative flush time across primary shards 0 min
Total Young Gen GC time 2.241 s
Total Young Gen GC count 55
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 300001 ms
100th percentile service time wait-for-snapshot-recovery 300001 ms
error rate wait-for-snapshot-recovery 100 %
Min Throughput wait-until-merges-finish 117.07 ops/s
Mean Throughput wait-until-merges-finish 117.07 ops/s
Median Throughput wait-until-merges-finish 117.07 ops/s
Max Throughput wait-until-merges-finish 117.07 ops/s
100th percentile latency wait-until-merges-finish 8.21376 ms
100th percentile service time wait-until-merges-finish 8.21376 ms
error rate wait-until-merges-finish 0 %
Min Throughput default 2 ops/s
Mean Throughput default 2.01 ops/s
Median Throughput default 2.01 ops/s
Max Throughput default 2.01 ops/s
50th percentile latency default 7.30088 ms
90th percentile latency default 7.89826 ms
99th percentile latency default 9.39546 ms
100th percentile latency default 9.79496 ms
50th percentile service time default 5.95704 ms
90th percentile service time default 6.30928 ms
99th percentile service time default 8.08123 ms
100th percentile service time default 8.14711 ms
error rate default 0 %
Min Throughput desc_sort_timestamp 2.01 ops/s
Mean Throughput desc_sort_timestamp 2.01 ops/s
Median Throughput desc_sort_timestamp 2.01 ops/s
Max Throughput desc_sort_timestamp 2.01 ops/s
50th percentile latency desc_sort_timestamp 8.87762 ms
90th percentile latency desc_sort_timestamp 9.60453 ms
99th percentile latency desc_sort_timestamp 13.1632 ms
100th percentile latency desc_sort_timestamp 15.3751 ms
50th percentile service time desc_sort_timestamp 7.44417 ms
90th percentile service time desc_sort_timestamp 8.02295 ms
99th percentile service time desc_sort_timestamp 11.9062 ms
100th percentile service time desc_sort_timestamp 14.5135 ms
error rate desc_sort_timestamp 0 %
Min Throughput asc_sort_timestamp 2.01 ops/s
Mean Throughput asc_sort_timestamp 2.01 ops/s
Median Throughput asc_sort_timestamp 2.01 ops/s
Max Throughput asc_sort_timestamp 2.01 ops/s
50th percentile latency asc_sort_timestamp 8.0293 ms
90th percentile latency asc_sort_timestamp 8.62347 ms
99th percentile latency asc_sort_timestamp 9.46838 ms
100th percentile latency asc_sort_timestamp 9.52529 ms
50th percentile service time asc_sort_timestamp 6.76825 ms
90th percentile service time asc_sort_timestamp 7.00533 ms
99th percentile service time asc_sort_timestamp 7.78753 ms
100th percentile service time asc_sort_timestamp 7.8524 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.01 ops/s
Median Throughput desc_sort_with_after_timestamp 2.01 ops/s
Max Throughput desc_sort_with_after_timestamp 2.01 ops/s
50th percentile latency desc_sort_with_after_timestamp 6.1458 ms
90th percentile latency desc_sort_with_after_timestamp 6.76141 ms
99th percentile latency desc_sort_with_after_timestamp 7.34248 ms
100th percentile latency desc_sort_with_after_timestamp 7.61883 ms
50th percentile service time desc_sort_with_after_timestamp 4.83114 ms
90th percentile service time desc_sort_with_after_timestamp 5.15986 ms
99th percentile service time desc_sort_with_after_timestamp 5.67962 ms
100th percentile service time desc_sort_with_after_timestamp 5.70576 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.01 ops/s
Median Throughput asc_sort_with_after_timestamp 2.01 ops/s
Max Throughput asc_sort_with_after_timestamp 2.01 ops/s
50th percentile latency asc_sort_with_after_timestamp 5.93057 ms
90th percentile latency asc_sort_with_after_timestamp 6.50036 ms
99th percentile latency asc_sort_with_after_timestamp 7.02692 ms
100th percentile latency asc_sort_with_after_timestamp 7.13865 ms
50th percentile service time asc_sort_with_after_timestamp 4.71121 ms
90th percentile service time asc_sort_with_after_timestamp 4.90829 ms
99th percentile service time asc_sort_with_after_timestamp 5.21072 ms
100th percentile service time asc_sort_with_after_timestamp 5.29962 ms
error rate asc_sort_with_after_timestamp 0 %
Min Throughput desc_sort_timestamp_can_match_shortcut 2.01 ops/s
Mean Throughput desc_sort_timestamp_can_match_shortcut 2.01 ops/s
Median Throughput desc_sort_timestamp_can_match_shortcut 2.01 ops/s
Max Throughput desc_sort_timestamp_can_match_shortcut 2.01 ops/s
50th percentile latency desc_sort_timestamp_can_match_shortcut 7.55894 ms
90th percentile latency desc_sort_timestamp_can_match_shortcut 8.19286 ms
99th percentile latency desc_sort_timestamp_can_match_shortcut 9.32077 ms
100th percentile latency desc_sort_timestamp_can_match_shortcut 9.42569 ms
50th percentile service time desc_sort_timestamp_can_match_shortcut 6.21624 ms
90th percentile service time desc_sort_timestamp_can_match_shortcut 6.55441 ms
99th percentile service time desc_sort_timestamp_can_match_shortcut 7.92684 ms
100th percentile service time desc_sort_timestamp_can_match_shortcut 8.25457 ms
error rate desc_sort_timestamp_can_match_shortcut 0 %
Min Throughput desc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Mean Throughput desc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Median Throughput desc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Max Throughput desc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
50th percentile latency desc_sort_timestamp_no_can_match_shortcut 7.79931 ms
90th percentile latency desc_sort_timestamp_no_can_match_shortcut 8.2522 ms
99th percentile latency desc_sort_timestamp_no_can_match_shortcut 9.0368 ms
100th percentile latency desc_sort_timestamp_no_can_match_shortcut 9.10609 ms
50th percentile service time desc_sort_timestamp_no_can_match_shortcut 6.37264 ms
90th percentile service time desc_sort_timestamp_no_can_match_shortcut 6.57716 ms
99th percentile service time desc_sort_timestamp_no_can_match_shortcut 7.36804 ms
100th percentile service time desc_sort_timestamp_no_can_match_shortcut 7.60661 ms
error rate desc_sort_timestamp_no_can_match_shortcut 0 %
Min Throughput asc_sort_timestamp_can_match_shortcut 2.01 ops/s
Mean Throughput asc_sort_timestamp_can_match_shortcut 2.01 ops/s
Median Throughput asc_sort_timestamp_can_match_shortcut 2.01 ops/s
Max Throughput asc_sort_timestamp_can_match_shortcut 2.01 ops/s
50th percentile latency asc_sort_timestamp_can_match_shortcut 8.70181 ms
90th percentile latency asc_sort_timestamp_can_match_shortcut 9.09362 ms
99th percentile latency asc_sort_timestamp_can_match_shortcut 9.63693 ms
100th percentile latency asc_sort_timestamp_can_match_shortcut 9.80856 ms
50th percentile service time asc_sort_timestamp_can_match_shortcut 7.35032 ms
90th percentile service time asc_sort_timestamp_can_match_shortcut 7.58154 ms
99th percentile service time asc_sort_timestamp_can_match_shortcut 8.03901 ms
100th percentile service time asc_sort_timestamp_can_match_shortcut 8.04053 ms
error rate asc_sort_timestamp_can_match_shortcut 0 %
Min Throughput asc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Mean Throughput asc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Median Throughput asc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Max Throughput asc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
50th percentile latency asc_sort_timestamp_no_can_match_shortcut 8.79028 ms
90th percentile latency asc_sort_timestamp_no_can_match_shortcut 9.15638 ms
99th percentile latency asc_sort_timestamp_no_can_match_shortcut 10.7338 ms
100th percentile latency asc_sort_timestamp_no_can_match_shortcut 10.983 ms
50th percentile service time asc_sort_timestamp_no_can_match_shortcut 7.34199 ms
90th percentile service time asc_sort_timestamp_no_can_match_shortcut 7.62021 ms
99th percentile service time asc_sort_timestamp_no_can_match_shortcut 9.24264 ms
100th percentile service time asc_sort_timestamp_no_can_match_shortcut 9.293 ms
error rate asc_sort_timestamp_no_can_match_shortcut 0 %
Min Throughput term 2.01 ops/s
Mean Throughput term 2.01 ops/s
Median Throughput term 2.01 ops/s
Max Throughput term 2.01 ops/s
50th percentile latency term 4.09269 ms
90th percentile latency term 4.63323 ms
99th percentile latency term 4.99527 ms
100th percentile latency term 5.0158 ms
50th percentile service time term 2.7437 ms
90th percentile service time term 2.96248 ms
99th percentile service time term 3.22068 ms
100th percentile service time term 3.26902 ms
error rate term 0 %
Min Throughput multi_terms-keyword 1.34 ops/s
Mean Throughput multi_terms-keyword 1.35 ops/s
Median Throughput multi_terms-keyword 1.35 ops/s
Max Throughput multi_terms-keyword 1.35 ops/s
50th percentile latency multi_terms-keyword 60540.8 ms
90th percentile latency multi_terms-keyword 69803.1 ms
99th percentile latency multi_terms-keyword 71884.8 ms
100th percentile latency multi_terms-keyword 72002 ms
50th percentile service time multi_terms-keyword 729.869 ms
90th percentile service time multi_terms-keyword 737.911 ms
99th percentile service time multi_terms-keyword 766.738 ms
100th percentile service time multi_terms-keyword 773.543 ms
error rate multi_terms-keyword 0 %
Min Throughput keyword-terms 2 ops/s
Mean Throughput keyword-terms 2 ops/s
Median Throughput keyword-terms 2 ops/s
Max Throughput keyword-terms 2 ops/s
50th percentile latency keyword-terms 28.5006 ms
90th percentile latency keyword-terms 39.0582 ms
99th percentile latency keyword-terms 40.4858 ms
100th percentile latency keyword-terms 40.5817 ms
50th percentile service time keyword-terms 26.1501 ms
90th percentile service time keyword-terms 36.9196 ms
99th percentile service time keyword-terms 38.5854 ms
100th percentile service time keyword-terms 39.1183 ms
error rate keyword-terms 0 %
Min Throughput keyword-terms-low-cardinality 2.01 ops/s
Mean Throughput keyword-terms-low-cardinality 2.01 ops/s
Median Throughput keyword-terms-low-cardinality 2.01 ops/s
Max Throughput keyword-terms-low-cardinality 2.01 ops/s
50th percentile latency keyword-terms-low-cardinality 25.1232 ms
90th percentile latency keyword-terms-low-cardinality 35.1029 ms
99th percentile latency keyword-terms-low-cardinality 35.4798 ms
100th percentile latency keyword-terms-low-cardinality 35.4988 ms
50th percentile service time keyword-terms-low-cardinality 22.7882 ms
90th percentile service time keyword-terms-low-cardinality 32.7398 ms
99th percentile service time keyword-terms-low-cardinality 33.1434 ms
100th percentile service time keyword-terms-low-cardinality 33.2605 ms
error rate keyword-terms-low-cardinality 0 %
Min Throughput composite-terms 2 ops/s
Mean Throughput composite-terms 2 ops/s
Median Throughput composite-terms 2 ops/s
Max Throughput composite-terms 2 ops/s
50th percentile latency composite-terms 191.541 ms
90th percentile latency composite-terms 195.026 ms
99th percentile latency composite-terms 234.895 ms
100th percentile latency composite-terms 245.215 ms
50th percentile service time composite-terms 190.333 ms
90th percentile service time composite-terms 194.269 ms
99th percentile service time composite-terms 233.609 ms
100th percentile service time composite-terms 243.565 ms
error rate composite-terms 0 %
Min Throughput composite_terms-keyword 2 ops/s
Mean Throughput composite_terms-keyword 2 ops/s
Median Throughput composite_terms-keyword 2 ops/s
Max Throughput composite_terms-keyword 2 ops/s
50th percentile latency composite_terms-keyword 339.328 ms
90th percentile latency composite_terms-keyword 344.552 ms
99th percentile latency composite_terms-keyword 355.827 ms
100th percentile latency composite_terms-keyword 363.368 ms
50th percentile service time composite_terms-keyword 338.261 ms
90th percentile service time composite_terms-keyword 343.178 ms
99th percentile service time composite_terms-keyword 354.987 ms
100th percentile service time composite_terms-keyword 362.76 ms
error rate composite_terms-keyword 0 %
Min Throughput composite-date_histogram-daily 2.01 ops/s
Mean Throughput composite-date_histogram-daily 2.01 ops/s
Median Throughput composite-date_histogram-daily 2.01 ops/s
Max Throughput composite-date_histogram-daily 2.01 ops/s
50th percentile latency composite-date_histogram-daily 5.03554 ms
90th percentile latency composite-date_histogram-daily 5.53161 ms
99th percentile latency composite-date_histogram-daily 5.95099 ms
100th percentile latency composite-date_histogram-daily 5.96391 ms
50th percentile service time composite-date_histogram-daily 3.55688 ms
90th percentile service time composite-date_histogram-daily 3.86847 ms
99th percentile service time composite-date_histogram-daily 4.2703 ms
100th percentile service time composite-date_histogram-daily 4.31616 ms
error rate composite-date_histogram-daily 0 %
Min Throughput range 2.01 ops/s
Mean Throughput range 2.01 ops/s
Median Throughput range 2.01 ops/s
Max Throughput range 2.01 ops/s
50th percentile latency range 5.45305 ms
90th percentile latency range 5.99003 ms
99th percentile latency range 6.42686 ms
100th percentile latency range 6.56348 ms
50th percentile service time range 4.08801 ms
90th percentile service time range 4.25491 ms
99th percentile service time range 4.96192 ms
100th percentile service time range 4.98861 ms
error rate range 0 %
Min Throughput range-numeric 2.01 ops/s
Mean Throughput range-numeric 2.01 ops/s
Median Throughput range-numeric 2.01 ops/s
Max Throughput range-numeric 2.01 ops/s
50th percentile latency range-numeric 3.76297 ms
90th percentile latency range-numeric 4.17902 ms
99th percentile latency range-numeric 4.98936 ms
100th percentile latency range-numeric 5.144 ms
50th percentile service time range-numeric 2.43798 ms
90th percentile service time range-numeric 2.54304 ms
99th percentile service time range-numeric 2.65539 ms
100th percentile service time range-numeric 2.67834 ms
error rate range-numeric 0 %
Min Throughput keyword-in-range 2.01 ops/s
Mean Throughput keyword-in-range 2.01 ops/s
Median Throughput keyword-in-range 2.01 ops/s
Max Throughput keyword-in-range 2.01 ops/s
50th percentile latency keyword-in-range 14.5798 ms
90th percentile latency keyword-in-range 15.0343 ms
99th percentile latency keyword-in-range 18.4911 ms
100th percentile latency keyword-in-range 20.8251 ms
50th percentile service time keyword-in-range 13.2316 ms
90th percentile service time keyword-in-range 13.4835 ms
99th percentile service time keyword-in-range 17.4993 ms
100th percentile service time keyword-in-range 19.7337 ms
error rate keyword-in-range 0 %
Min Throughput date_histogram_hourly_agg 2.01 ops/s
Mean Throughput date_histogram_hourly_agg 2.01 ops/s
Median Throughput date_histogram_hourly_agg 2.01 ops/s
Max Throughput date_histogram_hourly_agg 2.01 ops/s
50th percentile latency date_histogram_hourly_agg 6.94481 ms
90th percentile latency date_histogram_hourly_agg 8.31651 ms
99th percentile latency date_histogram_hourly_agg 9.39335 ms
100th percentile latency date_histogram_hourly_agg 9.72746 ms
50th percentile service time date_histogram_hourly_agg 5.37226 ms
90th percentile service time date_histogram_hourly_agg 6.73864 ms
99th percentile service time date_histogram_hourly_agg 8.20285 ms
100th percentile service time date_histogram_hourly_agg 8.23534 ms
error rate date_histogram_hourly_agg 0 %
Min Throughput date_histogram_minute_agg 2.01 ops/s
Mean Throughput date_histogram_minute_agg 2.01 ops/s
Median Throughput date_histogram_minute_agg 2.01 ops/s
Max Throughput date_histogram_minute_agg 2.01 ops/s
50th percentile latency date_histogram_minute_agg 43.146 ms
90th percentile latency date_histogram_minute_agg 45.0325 ms
99th percentile latency date_histogram_minute_agg 46.3245 ms
100th percentile latency date_histogram_minute_agg 46.3808 ms
50th percentile service time date_histogram_minute_agg 41.7604 ms
90th percentile service time date_histogram_minute_agg 43.792 ms
99th percentile service time date_histogram_minute_agg 44.8316 ms
100th percentile service time date_histogram_minute_agg 45.0236 ms
error rate date_histogram_minute_agg 0 %
Min Throughput scroll 43.12 pages/s
Mean Throughput scroll 43.45 pages/s
Median Throughput scroll 43.46 pages/s
Max Throughput scroll 43.72 pages/s
50th percentile latency scroll 18773.4 ms
90th percentile latency scroll 22189.4 ms
99th percentile latency scroll 23152.8 ms
100th percentile latency scroll 23201.6 ms
50th percentile service time scroll 583.267 ms
90th percentile service time scroll 608.802 ms
99th percentile service time scroll 635.322 ms
100th percentile service time scroll 636.174 ms
error rate scroll 0 %
Min Throughput query-string-on-message 2 ops/s
Mean Throughput query-string-on-message 2 ops/s
Median Throughput query-string-on-message 2 ops/s
Max Throughput query-string-on-message 2.01 ops/s
50th percentile latency query-string-on-message 6.90995 ms
90th percentile latency query-string-on-message 8.04476 ms
99th percentile latency query-string-on-message 9.71385 ms
100th percentile latency query-string-on-message 9.92195 ms
50th percentile service time query-string-on-message 5.51459 ms
90th percentile service time query-string-on-message 6.70457 ms
99th percentile service time query-string-on-message 8.31456 ms
100th percentile service time query-string-on-message 8.31754 ms
error rate query-string-on-message 0 %
Min Throughput query-string-on-message-filtered 2.01 ops/s
Mean Throughput query-string-on-message-filtered 2.01 ops/s
Median Throughput query-string-on-message-filtered 2.01 ops/s
Max Throughput query-string-on-message-filtered 2.01 ops/s
50th percentile latency query-string-on-message-filtered 14.3766 ms
90th percentile latency query-string-on-message-filtered 22.8889 ms
99th percentile latency query-string-on-message-filtered 23.7688 ms
100th percentile latency query-string-on-message-filtered 23.9725 ms
50th percentile service time query-string-on-message-filtered 13.0612 ms
90th percentile service time query-string-on-message-filtered 20.824 ms
99th percentile service time query-string-on-message-filtered 21.3829 ms
100th percentile service time query-string-on-message-filtered 21.4289 ms
error rate query-string-on-message-filtered 0 %
Min Throughput query-string-on-message-filtered-sorted-num 2.01 ops/s
Mean Throughput query-string-on-message-filtered-sorted-num 2.01 ops/s
Median Throughput query-string-on-message-filtered-sorted-num 2.01 ops/s
Max Throughput query-string-on-message-filtered-sorted-num 2.01 ops/s
50th percentile latency query-string-on-message-filtered-sorted-num 23.5563 ms
90th percentile latency query-string-on-message-filtered-sorted-num 25.1184 ms
99th percentile latency query-string-on-message-filtered-sorted-num 33.227 ms
100th percentile latency query-string-on-message-filtered-sorted-num 35.3354 ms
50th percentile service time query-string-on-message-filtered-sorted-num 21.2106 ms
90th percentile service time query-string-on-message-filtered-sorted-num 22.9991 ms
99th percentile service time query-string-on-message-filtered-sorted-num 30.9932 ms
100th percentile service time query-string-on-message-filtered-sorted-num 32.6619 ms
error rate query-string-on-message-filtered-sorted-num 0 %
Min Throughput sort_keyword_can_match_shortcut 2.01 ops/s
Mean Throughput sort_keyword_can_match_shortcut 2.01 ops/s
Median Throughput sort_keyword_can_match_shortcut 2.01 ops/s
Max Throughput sort_keyword_can_match_shortcut 2.01 ops/s
50th percentile latency sort_keyword_can_match_shortcut 5.98137 ms
90th percentile latency sort_keyword_can_match_shortcut 9.04368 ms
99th percentile latency sort_keyword_can_match_shortcut 9.69134 ms
100th percentile latency sort_keyword_can_match_shortcut 9.76519 ms
50th percentile service time sort_keyword_can_match_shortcut 4.49636 ms
90th percentile service time sort_keyword_can_match_shortcut 7.86128 ms
99th percentile service time sort_keyword_can_match_shortcut 8.05931 ms
100th percentile service time sort_keyword_can_match_shortcut 8.06356 ms
error rate sort_keyword_can_match_shortcut 0 %
Min Throughput sort_keyword_no_can_match_shortcut 2.01 ops/s
Mean Throughput sort_keyword_no_can_match_shortcut 2.01 ops/s
Median Throughput sort_keyword_no_can_match_shortcut 2.01 ops/s
Max Throughput sort_keyword_no_can_match_shortcut 2.01 ops/s
50th percentile latency sort_keyword_no_can_match_shortcut 5.93304 ms
90th percentile latency sort_keyword_no_can_match_shortcut 6.33019 ms
99th percentile latency sort_keyword_no_can_match_shortcut 6.4749 ms
100th percentile latency sort_keyword_no_can_match_shortcut 6.48918 ms
50th percentile service time sort_keyword_no_can_match_shortcut 4.62235 ms
90th percentile service time sort_keyword_no_can_match_shortcut 4.72026 ms
99th percentile service time sort_keyword_no_can_match_shortcut 4.82238 ms
100th percentile service time sort_keyword_no_can_match_shortcut 4.82389 ms
error rate sort_keyword_no_can_match_shortcut 0 %
Min Throughput sort_numeric_desc 2.01 ops/s
Mean Throughput sort_numeric_desc 2.01 ops/s
Median Throughput sort_numeric_desc 2.01 ops/s
Max Throughput sort_numeric_desc 2.01 ops/s
50th percentile latency sort_numeric_desc 5.75384 ms
90th percentile latency sort_numeric_desc 6.09197 ms
99th percentile latency sort_numeric_desc 6.2808 ms
100th percentile latency sort_numeric_desc 6.28649 ms
50th percentile service time sort_numeric_desc 4.39894 ms
90th percentile service time sort_numeric_desc 4.48776 ms
99th percentile service time sort_numeric_desc 4.58348 ms
100th percentile service time sort_numeric_desc 4.58946 ms
error rate sort_numeric_desc 0 %
Min Throughput sort_numeric_asc 2.01 ops/s
Mean Throughput sort_numeric_asc 2.01 ops/s
Median Throughput sort_numeric_asc 2.01 ops/s
Max Throughput sort_numeric_asc 2.01 ops/s
50th percentile latency sort_numeric_asc 5.75933 ms
90th percentile latency sort_numeric_asc 6.0739 ms
99th percentile latency sort_numeric_asc 6.55399 ms
100th percentile latency sort_numeric_asc 6.67905 ms
50th percentile service time sort_numeric_asc 4.41519 ms
90th percentile service time sort_numeric_asc 4.49929 ms
99th percentile service time sort_numeric_asc 4.98162 ms
100th percentile service time sort_numeric_asc 5.19501 ms
error rate sort_numeric_asc 0 %
Min Throughput sort_numeric_desc_with_match 2.01 ops/s
Mean Throughput sort_numeric_desc_with_match 2.01 ops/s
Median Throughput sort_numeric_desc_with_match 2.01 ops/s
Max Throughput sort_numeric_desc_with_match 2.01 ops/s
50th percentile latency sort_numeric_desc_with_match 3.4278 ms
90th percentile latency sort_numeric_desc_with_match 3.77895 ms
99th percentile latency sort_numeric_desc_with_match 4.18234 ms
100th percentile latency sort_numeric_desc_with_match 4.28076 ms
50th percentile service time sort_numeric_desc_with_match 2.09884 ms
90th percentile service time sort_numeric_desc_with_match 2.19467 ms
99th percentile service time sort_numeric_desc_with_match 2.32548 ms
100th percentile service time sort_numeric_desc_with_match 2.35657 ms
error rate sort_numeric_desc_with_match 0 %
Min Throughput sort_numeric_asc_with_match 2.01 ops/s
Mean Throughput sort_numeric_asc_with_match 2.01 ops/s
Median Throughput sort_numeric_asc_with_match 2.01 ops/s
Max Throughput sort_numeric_asc_with_match 2.01 ops/s
50th percentile latency sort_numeric_asc_with_match 3.69419 ms
90th percentile latency sort_numeric_asc_with_match 4.06376 ms
99th percentile latency sort_numeric_asc_with_match 4.26251 ms
100th percentile latency sort_numeric_asc_with_match 4.35926 ms
50th percentile service time sort_numeric_asc_with_match 2.34252 ms
90th percentile service time sort_numeric_asc_with_match 2.41486 ms
99th percentile service time sort_numeric_asc_with_match 2.55166 ms
100th percentile service time sort_numeric_asc_with_match 2.58223 ms
error rate sort_numeric_asc_with_match 0 %
Min Throughput range_field_conjunction_big_range_big_term_query 2.01 ops/s
Mean Throughput range_field_conjunction_big_range_big_term_query 2.01 ops/s
Median Throughput range_field_conjunction_big_range_big_term_query 2.01 ops/s
Max Throughput range_field_conjunction_big_range_big_term_query 2.01 ops/s
50th percentile latency range_field_conjunction_big_range_big_term_query 3.44888 ms
90th percentile latency range_field_conjunction_big_range_big_term_query 3.79298 ms
99th percentile latency range_field_conjunction_big_range_big_term_query 7.66113 ms
100th percentile latency range_field_conjunction_big_range_big_term_query 11.3006 ms
50th percentile service time range_field_conjunction_big_range_big_term_query 2.09073 ms
90th percentile service time range_field_conjunction_big_range_big_term_query 2.16126 ms
99th percentile service time range_field_conjunction_big_range_big_term_query 6.05045 ms
100th percentile service time range_field_conjunction_big_range_big_term_query 9.75655 ms
error rate range_field_conjunction_big_range_big_term_query 0 %
Min Throughput range_field_disjunction_big_range_small_term_query 2.01 ops/s
Mean Throughput range_field_disjunction_big_range_small_term_query 2.01 ops/s
Median Throughput range_field_disjunction_big_range_small_term_query 2.01 ops/s
Max Throughput range_field_disjunction_big_range_small_term_query 2.01 ops/s
50th percentile latency range_field_disjunction_big_range_small_term_query 3.66073 ms
90th percentile latency range_field_disjunction_big_range_small_term_query 4.04142 ms
99th percentile latency range_field_disjunction_big_range_small_term_query 4.19111 ms
100th percentile latency range_field_disjunction_big_range_small_term_query 4.19983 ms
50th percentile service time range_field_disjunction_big_range_small_term_query 2.30162 ms
90th percentile service time range_field_disjunction_big_range_small_term_query 2.39567 ms
99th percentile service time range_field_disjunction_big_range_small_term_query 2.67283 ms
100th percentile service time range_field_disjunction_big_range_small_term_query 2.70931 ms
error rate range_field_disjunction_big_range_small_term_query 0 %
Min Throughput range_field_conjunction_small_range_small_term_query 2.01 ops/s
Mean Throughput range_field_conjunction_small_range_small_term_query 2.01 ops/s
Median Throughput range_field_conjunction_small_range_small_term_query 2.01 ops/s
Max Throughput range_field_conjunction_small_range_small_term_query 2.01 ops/s
50th percentile latency range_field_conjunction_small_range_small_term_query 3.55039 ms
90th percentile latency range_field_conjunction_small_range_small_term_query 3.97468 ms
99th percentile latency range_field_conjunction_small_range_small_term_query 4.04461 ms
100th percentile latency range_field_conjunction_small_range_small_term_query 4.0456 ms
50th percentile service time range_field_conjunction_small_range_small_term_query 2.21852 ms
90th percentile service time range_field_conjunction_small_range_small_term_query 2.27843 ms
99th percentile service time range_field_conjunction_small_range_small_term_query 2.36363 ms
100th percentile service time range_field_conjunction_small_range_small_term_query 2.36828 ms
error rate range_field_conjunction_small_range_small_term_query 0 %
Min Throughput range_field_conjunction_small_range_big_term_query 2.01 ops/s
Mean Throughput range_field_conjunction_small_range_big_term_query 2.01 ops/s
Median Throughput range_field_conjunction_small_range_big_term_query 2.01 ops/s
Max Throughput range_field_conjunction_small_range_big_term_query 2.01 ops/s
50th percentile latency range_field_conjunction_small_range_big_term_query 3.80853 ms
90th percentile latency range_field_conjunction_small_range_big_term_query 4.157 ms
99th percentile latency range_field_conjunction_small_range_big_term_query 4.30559 ms
100th percentile latency range_field_conjunction_small_range_big_term_query 4.31207 ms
50th percentile service time range_field_conjunction_small_range_big_term_query 2.4607 ms
90th percentile service time range_field_conjunction_small_range_big_term_query 2.54622 ms
99th percentile service time range_field_conjunction_small_range_big_term_query 2.70312 ms
100th percentile service time range_field_conjunction_small_range_big_term_query 2.80851 ms
error rate range_field_conjunction_small_range_big_term_query 0 %
Min Throughput range-auto-date-histo 0.31 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 670889 ms
90th percentile latency range-auto-date-histo 780431 ms
99th percentile latency range-auto-date-histo 804975 ms
100th percentile latency range-auto-date-histo 806330 ms
50th percentile service time range-auto-date-histo 3201.31 ms
90th percentile service time range-auto-date-histo 3299.86 ms
99th percentile service time range-auto-date-histo 3505.86 ms
100th percentile service time range-auto-date-histo 3565.98 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 2.20517e+06 ms
90th percentile latency range-auto-date-histo-with-metrics 2.5545e+06 ms
99th percentile latency range-auto-date-histo-with-metrics 2.63407e+06 ms
100th percentile latency range-auto-date-histo-with-metrics 2.63845e+06 ms
50th percentile service time range-auto-date-histo-with-metrics 9208.61 ms
90th percentile service time range-auto-date-histo-with-metrics 9349.76 ms
99th percentile service time range-auto-date-histo-with-metrics 9680.07 ms
100th percentile service time range-auto-date-histo-with-metrics 9820.82 ms
error rate range-auto-date-histo-with-metrics 0 %
Min Throughput range-agg-1 2.01 ops/s
Mean Throughput range-agg-1 2.01 ops/s
Median Throughput range-agg-1 2.01 ops/s
Max Throughput range-agg-1 2.01 ops/s
50th percentile latency range-agg-1 3.92351 ms
90th percentile latency range-agg-1 4.38188 ms
99th percentile latency range-agg-1 4.72888 ms
100th percentile latency range-agg-1 4.79746 ms
50th percentile service time range-agg-1 2.48235 ms
90th percentile service time range-agg-1 2.70826 ms
99th percentile service time range-agg-1 3.00347 ms
100th percentile service time range-agg-1 3.13744 ms
error rate range-agg-1 0 %
Min Throughput range-agg-2 2.01 ops/s
Mean Throughput range-agg-2 2.01 ops/s
Median Throughput range-agg-2 2.01 ops/s
Max Throughput range-agg-2 2.01 ops/s
50th percentile latency range-agg-2 3.87118 ms
90th percentile latency range-agg-2 4.35425 ms
99th percentile latency range-agg-2 4.83402 ms
100th percentile latency range-agg-2 4.97352 ms
50th percentile service time range-agg-2 2.46279 ms
90th percentile service time range-agg-2 2.62064 ms
99th percentile service time range-agg-2 2.79612 ms
100th percentile service time range-agg-2 2.81457 ms
error rate range-agg-2 0 %
Min Throughput cardinality-agg-low 2.01 ops/s
Mean Throughput cardinality-agg-low 2.01 ops/s
Median Throughput cardinality-agg-low 2.01 ops/s
Max Throughput cardinality-agg-low 2.01 ops/s
50th percentile latency cardinality-agg-low 6.05975 ms
90th percentile latency cardinality-agg-low 6.79419 ms
99th percentile latency cardinality-agg-low 7.58886 ms
100th percentile latency cardinality-agg-low 7.73743 ms
50th percentile service time cardinality-agg-low 4.50626 ms
90th percentile service time cardinality-agg-low 5.17551 ms
99th percentile service time cardinality-agg-low 6.1918 ms
100th percentile service time cardinality-agg-low 6.25101 ms
error rate cardinality-agg-low 0 %
Min Throughput cardinality-agg-high 0.77 ops/s
Mean Throughput cardinality-agg-high 0.77 ops/s
Median Throughput cardinality-agg-high 0.77 ops/s
Max Throughput cardinality-agg-high 0.77 ops/s
50th percentile latency cardinality-agg-high 201593 ms
90th percentile latency cardinality-agg-high 233473 ms
99th percentile latency cardinality-agg-high 240789 ms
100th percentile latency cardinality-agg-high 241175 ms
50th percentile service time cardinality-agg-high 1272.4 ms
90th percentile service time cardinality-agg-high 1376.69 ms
99th percentile service time cardinality-agg-high 1518.5 ms
100th percentile service time cardinality-agg-high 1529.33 ms
error rate cardinality-agg-high 0 %
Min Throughput cardinality-agg-very-high 0.63 ops/s
Mean Throughput cardinality-agg-very-high 0.63 ops/s
Median Throughput cardinality-agg-very-high 0.63 ops/s
Max Throughput cardinality-agg-very-high 0.63 ops/s
50th percentile latency cardinality-agg-very-high 108563 ms
90th percentile latency cardinality-agg-very-high 151827 ms
99th percentile latency cardinality-agg-very-high 161977 ms
100th percentile latency cardinality-agg-very-high 162562 ms
50th percentile service time cardinality-agg-very-high 1558.07 ms
90th percentile service time cardinality-agg-very-high 1649.21 ms
99th percentile service time cardinality-agg-very-high 1851.17 ms
100th percentile service time cardinality-agg-very-high 1856.98 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.01 ops/s
Median Throughput range_with_asc_sort 2.01 ops/s
Max Throughput range_with_asc_sort 2.01 ops/s
50th percentile latency range_with_asc_sort 7.9419 ms
90th percentile latency range_with_asc_sort 8.34911 ms
99th percentile latency range_with_asc_sort 8.44154 ms
100th percentile latency range_with_asc_sort 8.44521 ms
50th percentile service time range_with_asc_sort 6.60941 ms
90th percentile service time range_with_asc_sort 6.71694 ms
99th percentile service time range_with_asc_sort 6.82722 ms
100th percentile service time range_with_asc_sort 6.83961 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.01 ops/s
50th percentile latency range_with_desc_sort 7.22207 ms
90th percentile latency range_with_desc_sort 7.77902 ms
99th percentile latency range_with_desc_sort 7.94293 ms
100th percentile latency range_with_desc_sort 7.98515 ms
50th percentile service time range_with_desc_sort 6.04588 ms
90th percentile service time range_with_desc_sort 6.15254 ms
99th percentile service time range_with_desc_sort 6.33522 ms
100th percentile service time range_with_desc_sort 6.42696 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/176/

Metric Task Baseline Contender Diff Unit
Cumulative indexing time of primary shards 0 0 0 min
Min cumulative indexing time across primary shard 0 0 0 min
Median cumulative indexing time across primary shard 0 0 0 min
Max cumulative indexing time across primary shard 0 0 0 min
Cumulative indexing throttle time of primary shards 0 0 0 min
Min cumulative indexing throttle time across primary shard 0 0 0 min
Median cumulative indexing throttle time across primary shard 0 0 0 min
Max cumulative indexing throttle time across primary shard 0 0 0 min
Cumulative merge time of primary shards 0 0 0 min
Cumulative merge count of primary shards 0 0 0
Min cumulative merge time across primary shard 0 0 0 min
Median cumulative merge time across primary shard 0 0 0 min
Max cumulative merge time across primary shard 0 0 0 min
Cumulative merge throttle time of primary shards 0 0 0 min
Min cumulative merge throttle time across primary shard 0 0 0 min
Median cumulative merge throttle time across primary shard 0 0 0 min
Max cumulative merge throttle time across primary shard 0 0 0 min
Cumulative refresh time of primary shards 0 0 0 min
Cumulative refresh count of primary shards 4 4 0
Min cumulative refresh time across primary shard 0 0 0 min
Median cumulative refresh time across primary shard 0 0 0 min
Max cumulative refresh time across primary shard 0 0 0 min
Cumulative flush time of primary shards 0 0 0 min
Cumulative flush count of primary shards 1 1 0
Min cumulative flush time across primary shard 0 0 0 min
Median cumulative flush time across primary shard 0 0 0 min
Max cumulative flush time across primary shard 0 0 0 min
Total Young Gen GC time 2.088 2.241 0.153 s
Total Young Gen GC count 54 55 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 300001 -0.4375 ms
100th percentile service time wait-for-snapshot-recovery 300001 300001 -0.4375 ms
error rate wait-for-snapshot-recovery 100 100 0 %
Min Throughput wait-until-merges-finish 114.96 117.068 2.10809 ops/s
Mean Throughput wait-until-merges-finish 114.96 117.068 2.10809 ops/s
Median Throughput wait-until-merges-finish 114.96 117.068 2.10809 ops/s
Max Throughput wait-until-merges-finish 114.96 117.068 2.10809 ops/s
100th percentile latency wait-until-merges-finish 8.38587 8.21376 -0.1721 ms
100th percentile service time wait-until-merges-finish 8.38587 8.21376 -0.1721 ms
error rate wait-until-merges-finish 0 0 0 %
Min Throughput default 2.00488 2.00487 -1e-05 ops/s
Mean Throughput default 2.00592 2.00591 -1e-05 ops/s
Median Throughput default 2.00584 2.00582 -2e-05 ops/s
Max Throughput default 2.00726 2.00725 -1e-05 ops/s
50th percentile latency default 7.04785 7.30088 0.25303 ms
90th percentile latency default 7.72207 7.89826 0.17619 ms
99th percentile latency default 9.57691 9.39546 -0.18145 ms
100th percentile latency default 10.7504 9.79496 -0.95543 ms
50th percentile service time default 5.76429 5.95704 0.19275 ms
90th percentile service time default 6.23533 6.30928 0.07396 ms
99th percentile service time default 8.56034 8.08123 -0.47911 ms
100th percentile service time default 9.56915 8.14711 -1.42205 ms
error rate default 0 0 0 %
Min Throughput desc_sort_timestamp 2.00515 2.00519 4e-05 ops/s
Mean Throughput desc_sort_timestamp 2.00625 2.0063 4e-05 ops/s
Median Throughput desc_sort_timestamp 2.00616 2.00621 5e-05 ops/s
Max Throughput desc_sort_timestamp 2.00769 2.00773 4e-05 ops/s
50th percentile latency desc_sort_timestamp 8.46159 8.87762 0.41603 ms
90th percentile latency desc_sort_timestamp 9.04261 9.60453 0.56192 ms
99th percentile latency desc_sort_timestamp 11.6187 13.1632 1.5445 ms
100th percentile latency desc_sort_timestamp 11.6534 15.3751 3.72171 ms
50th percentile service time desc_sort_timestamp 7.12974 7.44417 0.31443 ms
90th percentile service time desc_sort_timestamp 7.63288 8.02295 0.39007 ms
99th percentile service time desc_sort_timestamp 10.2321 11.9062 1.67411 ms
100th percentile service time desc_sort_timestamp 10.6692 14.5135 3.8443 ms
error rate desc_sort_timestamp 0 0 0 %
Min Throughput asc_sort_timestamp 2.00629 2.00633 4e-05 ops/s
Mean Throughput asc_sort_timestamp 2.00763 2.00767 4e-05 ops/s
Median Throughput asc_sort_timestamp 2.00753 2.00757 4e-05 ops/s
Max Throughput asc_sort_timestamp 2.00937 2.00943 6e-05 ops/s
50th percentile latency asc_sort_timestamp 7.80059 8.0293 0.22872 ms
90th percentile latency asc_sort_timestamp 8.2315 8.62347 0.39197 ms
99th percentile latency asc_sort_timestamp 9.2322 9.46838 0.23618 ms
100th percentile latency asc_sort_timestamp 9.37042 9.52529 0.15487 ms
50th percentile service time asc_sort_timestamp 6.47551 6.76825 0.29273 ms
90th percentile service time asc_sort_timestamp 6.73393 7.00533 0.2714 ms
99th percentile service time asc_sort_timestamp 7.93186 7.78753 -0.14433 ms
100th percentile service time asc_sort_timestamp 8.23236 7.8524 -0.37996 ms
error rate asc_sort_timestamp 0 0 0 %
Min Throughput desc_sort_with_after_timestamp 2.00635 2.00635 -0 ops/s
Mean Throughput desc_sort_with_after_timestamp 2.00771 2.0077 -0 ops/s
Median Throughput desc_sort_with_after_timestamp 2.00761 2.0076 -1e-05 ops/s
Max Throughput desc_sort_with_after_timestamp 2.00948 2.00946 -2e-05 ops/s
50th percentile latency desc_sort_with_after_timestamp 6.38928 6.1458 -0.24348 ms
90th percentile latency desc_sort_with_after_timestamp 6.85047 6.76141 -0.08907 ms
99th percentile latency desc_sort_with_after_timestamp 7.67437 7.34248 -0.33189 ms
100th percentile latency desc_sort_with_after_timestamp 7.81594 7.61883 -0.19711 ms
50th percentile service time desc_sort_with_after_timestamp 4.9879 4.83114 -0.15676 ms
90th percentile service time desc_sort_with_after_timestamp 5.30757 5.15986 -0.14772 ms
99th percentile service time desc_sort_with_after_timestamp 6.13869 5.67962 -0.45908 ms
100th percentile service time desc_sort_with_after_timestamp 6.1567 5.70576 -0.45094 ms
error rate desc_sort_with_after_timestamp 0 0 0 %
Min Throughput asc_sort_with_after_timestamp 2.00654 2.00653 -1e-05 ops/s
Mean Throughput asc_sort_with_after_timestamp 2.00794 2.00792 -2e-05 ops/s
Median Throughput asc_sort_with_after_timestamp 2.00783 2.00782 -1e-05 ops/s
Max Throughput asc_sort_with_after_timestamp 2.00975 2.00973 -2e-05 ops/s
50th percentile latency asc_sort_with_after_timestamp 6.35377 5.93057 -0.4232 ms
90th percentile latency asc_sort_with_after_timestamp 6.70028 6.50036 -0.19992 ms
99th percentile latency asc_sort_with_after_timestamp 7.18001 7.02692 -0.15309 ms
100th percentile latency asc_sort_with_after_timestamp 7.296 7.13865 -0.15736 ms
50th percentile service time asc_sort_with_after_timestamp 4.92611 4.71121 -0.2149 ms
90th percentile service time asc_sort_with_after_timestamp 5.13929 4.90829 -0.231 ms
99th percentile service time asc_sort_with_after_timestamp 5.62094 5.21072 -0.41022 ms
100th percentile service time asc_sort_with_after_timestamp 5.90726 5.29962 -0.60764 ms
error rate asc_sort_with_after_timestamp 0 0 0 %
Min Throughput desc_sort_timestamp_can_match_shortcut 2.00525 2.00518 -7e-05 ops/s
Mean Throughput desc_sort_timestamp_can_match_shortcut 2.00638 2.00628 -0.0001 ops/s
Median Throughput desc_sort_timestamp_can_match_shortcut 2.00629 2.00619 -0.0001 ops/s
Max Throughput desc_sort_timestamp_can_match_shortcut 2.00783 2.00772 -0.00012 ops/s
50th percentile latency desc_sort_timestamp_can_match_shortcut 7.70977 7.55894 -0.15083 ms
90th percentile latency desc_sort_timestamp_can_match_shortcut 8.19291 8.19286 -5e-05 ms
99th percentile latency desc_sort_timestamp_can_match_shortcut 8.90324 9.32077 0.41753 ms
100th percentile latency desc_sort_timestamp_can_match_shortcut 9.45425 9.42569 -0.02856 ms
50th percentile service time desc_sort_timestamp_can_match_shortcut 6.42 6.21624 -0.20376 ms
90th percentile service time desc_sort_timestamp_can_match_shortcut 6.66875 6.55441 -0.11434 ms
99th percentile service time desc_sort_timestamp_can_match_shortcut 7.73644 7.92684 0.1904 ms
100th percentile service time desc_sort_timestamp_can_match_shortcut 8.50576 8.25457 -0.25119 ms
error rate desc_sort_timestamp_can_match_shortcut 0 0 0 %
Min Throughput desc_sort_timestamp_no_can_match_shortcut 2.00654 2.00651 -3e-05 ops/s
Mean Throughput desc_sort_timestamp_no_can_match_shortcut 2.00793 2.00789 -4e-05 ops/s
Median Throughput desc_sort_timestamp_no_can_match_shortcut 2.00781 2.00778 -4e-05 ops/s
Max Throughput desc_sort_timestamp_no_can_match_shortcut 2.00974 2.0097 -4e-05 ops/s
50th percentile latency desc_sort_timestamp_no_can_match_shortcut 7.5763 7.79931 0.22301 ms
90th percentile latency desc_sort_timestamp_no_can_match_shortcut 8.09124 8.2522 0.16095 ms
99th percentile latency desc_sort_timestamp_no_can_match_shortcut 8.77386 9.0368 0.26294 ms
100th percentile latency desc_sort_timestamp_no_can_match_shortcut 8.89558 9.10609 0.21051 ms
50th percentile service time desc_sort_timestamp_no_can_match_shortcut 6.21535 6.37264 0.15728 ms
90th percentile service time desc_sort_timestamp_no_can_match_shortcut 6.38767 6.57716 0.1895 ms
99th percentile service time desc_sort_timestamp_no_can_match_shortcut 7.5985 7.36804 -0.23046 ms
100th percentile service time desc_sort_timestamp_no_can_match_shortcut 7.76468 7.60661 -0.15807 ms
error rate desc_sort_timestamp_no_can_match_shortcut 0 0 0 %
Min Throughput asc_sort_timestamp_can_match_shortcut 2.00651 2.00651 -0 ops/s
Mean Throughput asc_sort_timestamp_can_match_shortcut 2.0079 2.00789 -1e-05 ops/s
Median Throughput asc_sort_timestamp_can_match_shortcut 2.00779 2.00779 -0 ops/s
Max Throughput asc_sort_timestamp_can_match_shortcut 2.00971 2.00969 -2e-05 ops/s
50th percentile latency asc_sort_timestamp_can_match_shortcut 8.60534 8.70181 0.09646 ms
90th percentile latency asc_sort_timestamp_can_match_shortcut 8.96896 9.09362 0.12465 ms
99th percentile latency asc_sort_timestamp_can_match_shortcut 9.66708 9.63693 -0.03015 ms
100th percentile latency asc_sort_timestamp_can_match_shortcut 10.1685 9.80856 -0.35991 ms
50th percentile service time asc_sort_timestamp_can_match_shortcut 7.26531 7.35032 0.08501 ms
90th percentile service time asc_sort_timestamp_can_match_shortcut 7.48194 7.58154 0.0996 ms
99th percentile service time asc_sort_timestamp_can_match_shortcut 8.47233 8.03901 -0.43333 ms
100th percentile service time asc_sort_timestamp_can_match_shortcut 9.07161 8.04053 -1.03108 ms
error rate asc_sort_timestamp_can_match_shortcut 0 0 0 %
Min Throughput asc_sort_timestamp_no_can_match_shortcut 2.00652 2.00651 -1e-05 ops/s
Mean Throughput asc_sort_timestamp_no_can_match_shortcut 2.00791 2.00791 -0 ops/s
Median Throughput asc_sort_timestamp_no_can_match_shortcut 2.0078 2.0078 -0 ops/s
Max Throughput asc_sort_timestamp_no_can_match_shortcut 2.00971 2.00971 -1e-05 ops/s
50th percentile latency asc_sort_timestamp_no_can_match_shortcut 8.50694 8.79028 0.28334 ms
90th percentile latency asc_sort_timestamp_no_can_match_shortcut 8.95115 9.15638 0.20523 ms
99th percentile latency asc_sort_timestamp_no_can_match_shortcut 9.72809 10.7338 1.00567 ms
100th percentile latency asc_sort_timestamp_no_can_match_shortcut 10.3601 10.983 0.62293 ms
50th percentile service time asc_sort_timestamp_no_can_match_shortcut 7.11571 7.34199 0.22629 ms
90th percentile service time asc_sort_timestamp_no_can_match_shortcut 7.35963 7.62021 0.26059 ms
99th percentile service time asc_sort_timestamp_no_can_match_shortcut 8.6057 9.24264 0.63694 ms
100th percentile service time asc_sort_timestamp_no_can_match_shortcut 9.1588 9.293 0.1342 ms
error rate asc_sort_timestamp_no_can_match_shortcut 0 0 0 %
Min Throughput term 2.00633 2.00636 3e-05 ops/s
Mean Throughput term 2.00769 2.00772 3e-05 ops/s
Median Throughput term 2.00758 2.00762 4e-05 ops/s
Max Throughput term 2.00944 2.00948 4e-05 ops/s
50th percentile latency term 4.25227 4.09269 -0.15958 ms
90th percentile latency term 4.65501 4.63323 -0.02178 ms
99th percentile latency term 4.8323 4.99527 0.16297 ms
100th percentile latency term 4.89183 5.0158 0.12397 ms
50th percentile service time term 2.88375 2.7437 -0.14005 ms
90th percentile service time term 3.06653 2.96248 -0.10404 ms
99th percentile service time term 3.26883 3.22068 -0.04816 ms
100th percentile service time term 3.32495 3.26902 -0.05593 ms
error rate term 0 0 0 %
Min Throughput multi_terms-keyword 1.1653 1.34416 0.17886 ops/s
Mean Throughput multi_terms-keyword 1.16781 1.34819 0.18038 ops/s
Median Throughput multi_terms-keyword 1.16797 1.34846 0.18049 ops/s
Max Throughput multi_terms-keyword 1.16979 1.35153 0.18174 ops/s
50th percentile latency multi_terms-keyword 89433.4 60540.8 -28892.6 ms
90th percentile latency multi_terms-keyword 103375 69803.1 -33571.6 ms
99th percentile latency multi_terms-keyword 106502 71884.8 -34616.8 ms
100th percentile latency multi_terms-keyword 106677 72002 -34674.8 ms
50th percentile service time multi_terms-keyword 848.053 729.869 -118.185 ms
90th percentile service time multi_terms-keyword 854.393 737.911 -116.481 ms
99th percentile service time multi_terms-keyword 871.753 766.738 -105.015 ms
100th percentile service time multi_terms-keyword 883.985 773.543 -110.442 ms
error rate multi_terms-keyword 0 0 0 %
Min Throughput keyword-terms 2.0041 2.00308 -0.00102 ops/s
Mean Throughput keyword-terms 2.00498 2.00373 -0.00125 ops/s
Median Throughput keyword-terms 2.00491 2.00369 -0.00122 ops/s
Max Throughput keyword-terms 2.00612 2.00457 -0.00155 ops/s
50th percentile latency keyword-terms 37.6573 28.5006 -9.15669 ms
90th percentile latency keyword-terms 48.9802 39.0582 -9.922 ms
99th percentile latency keyword-terms 49.486 40.4858 -9.00015 ms
100th percentile latency keyword-terms 49.5126 40.5817 -8.93095 ms
50th percentile service time keyword-terms 36.3906 26.1501 -10.2405 ms
90th percentile service time keyword-terms 47.7944 36.9196 -10.8749 ms
99th percentile service time keyword-terms 48.0287 38.5854 -9.44328 ms
100th percentile service time keyword-terms 48.0951 39.1183 -8.97682 ms
error rate keyword-terms 0 0 0 %
Min Throughput keyword-terms-low-cardinality 2.00614 2.00629 0.00015 ops/s
Mean Throughput keyword-terms-low-cardinality 2.00745 2.00763 0.00018 ops/s
Median Throughput keyword-terms-low-cardinality 2.00734 2.00753 0.00019 ops/s
Max Throughput keyword-terms-low-cardinality 2.00914 2.00936 0.00022 ops/s
50th percentile latency keyword-terms-low-cardinality 34.7485 25.1232 -9.62523 ms
90th percentile latency keyword-terms-low-cardinality 45.4193 35.1029 -10.3165 ms
99th percentile latency keyword-terms-low-cardinality 49.3945 35.4798 -13.9146 ms
100th percentile latency keyword-terms-low-cardinality 52.877 35.4988 -17.3782 ms
50th percentile service time keyword-terms-low-cardinality 33.3989 22.7882 -10.6107 ms
90th percentile service time keyword-terms-low-cardinality 44.1965 32.7398 -11.4567 ms
99th percentile service time keyword-terms-low-cardinality 48.108 33.1434 -14.9646 ms
100th percentile service time keyword-terms-low-cardinality 51.693 33.2605 -18.4325 ms
error rate keyword-terms-low-cardinality 0 0 0 %
Min Throughput composite-terms 2.00263 2.00208 -0.00055 ops/s
Mean Throughput composite-terms 2.0032 2.00252 -0.00067 ops/s
Median Throughput composite-terms 2.00315 2.00249 -0.00066 ops/s
Max Throughput composite-terms 2.00393 2.0031 -0.00082 ops/s
50th percentile latency composite-terms 198.311 191.541 -6.77041 ms
90th percentile latency composite-terms 201.304 195.026 -6.27826 ms
99th percentile latency composite-terms 205.526 234.895 29.369 ms
100th percentile latency composite-terms 205.905 245.215 39.3094 ms
50th percentile service time composite-terms 197.153 190.333 -6.82018 ms
90th percentile service time composite-terms 200.105 194.269 -5.83593 ms
99th percentile service time composite-terms 204.18 233.609 29.4289 ms
100th percentile service time composite-terms 204.685 243.565 38.8796 ms
error rate composite-terms 0 0 0 %
Min Throughput composite_terms-keyword 2.00196 2.00175 -0.00021 ops/s
Mean Throughput composite_terms-keyword 2.00238 2.00213 -0.00025 ops/s
Median Throughput composite_terms-keyword 2.00235 2.0021 -0.00025 ops/s
Max Throughput composite_terms-keyword 2.00292 2.00262 -0.0003 ops/s
50th percentile latency composite_terms-keyword 328.256 339.328 11.0714 ms
90th percentile latency composite_terms-keyword 334.677 344.552 9.87471 ms
99th percentile latency composite_terms-keyword 349.998 355.827 5.8286 ms
100th percentile latency composite_terms-keyword 350.596 363.368 12.7722 ms
50th percentile service time composite_terms-keyword 326.874 338.261 11.3875 ms
90th percentile service time composite_terms-keyword 333.488 343.178 9.69058 ms
99th percentile service time composite_terms-keyword 348.679 354.987 6.30807 ms
100th percentile service time composite_terms-keyword 348.704 362.76 14.0567 ms
error rate composite_terms-keyword 0 0 0 %
Min Throughput composite-date_histogram-daily 2.00614 2.00613 -2e-05 ops/s
Mean Throughput composite-date_histogram-daily 2.00745 2.00744 -2e-05 ops/s
Median Throughput composite-date_histogram-daily 2.00735 2.00734 -0 ops/s
Max Throughput composite-date_histogram-daily 2.00916 2.00913 -3e-05 ops/s
50th percentile latency composite-date_histogram-daily 4.91232 5.03554 0.12321 ms
90th percentile latency composite-date_histogram-daily 5.30842 5.53161 0.22319 ms
99th percentile latency composite-date_histogram-daily 5.52006 5.95099 0.43094 ms
100th percentile latency composite-date_histogram-daily 5.54215 5.96391 0.42176 ms
50th percentile service time composite-date_histogram-daily 3.56748 3.55688 -0.0106 ms
90th percentile service time composite-date_histogram-daily 3.80082 3.86847 0.06764 ms
99th percentile service time composite-date_histogram-daily 4.10766 4.2703 0.16263 ms
100th percentile service time composite-date_histogram-daily 4.11494 4.31616 0.20123 ms
error rate composite-date_histogram-daily 0 0 0 %
Min Throughput range 2.0065 2.00647 -3e-05 ops/s
Mean Throughput range 2.00787 2.00785 -3e-05 ops/s
Median Throughput range 2.00777 2.00774 -3e-05 ops/s
Max Throughput range 2.00968 2.00964 -4e-05 ops/s
50th percentile latency range 5.76269 5.45305 -0.30964 ms
90th percentile latency range 6.25036 5.99003 -0.26033 ms
99th percentile latency range 6.53131 6.42686 -0.10445 ms
100th percentile latency range 6.56407 6.56348 -0.0006 ms
50th percentile service time range 4.42708 4.08801 -0.33907 ms
90th percentile service time range 4.65894 4.25491 -0.40404 ms
99th percentile service time range 5.13507 4.96192 -0.17314 ms
100th percentile service time range 5.32624 4.98861 -0.33763 ms
error rate range 0 0 0 %
Min Throughput range-numeric 2.00655 2.00656 1e-05 ops/s
Mean Throughput range-numeric 2.00794 2.00795 1e-05 ops/s
Median Throughput range-numeric 2.00784 2.00784 1e-05 ops/s
Max Throughput range-numeric 2.00975 2.00977 1e-05 ops/s
50th percentile latency range-numeric 3.64678 3.76297 0.11619 ms
90th percentile latency range-numeric 4.06206 4.17902 0.11696 ms
99th percentile latency range-numeric 4.26443 4.98936 0.72493 ms
100th percentile latency range-numeric 4.26922 5.144 0.87478 ms
50th percentile service time range-numeric 2.36181 2.43798 0.07617 ms
90th percentile service time range-numeric 2.48402 2.54304 0.05902 ms
99th percentile service time range-numeric 2.79275 2.65539 -0.13737 ms
100th percentile service time range-numeric 2.85565 2.67834 -0.17731 ms
error rate range-numeric 0 0 0 %
Min Throughput keyword-in-range 2.0059 2.00566 -0.00025 ops/s
Mean Throughput keyword-in-range 2.00716 2.00687 -0.00029 ops/s
Median Throughput keyword-in-range 2.00706 2.00677 -0.00029 ops/s
Max Throughput keyword-in-range 2.00879 2.00843 -0.00036 ops/s
50th percentile latency keyword-in-range 14.3927 14.5798 0.18703 ms
90th percentile latency keyword-in-range 14.9438 15.0343 0.09049 ms
99th percentile latency keyword-in-range 17.767 18.4911 0.72417 ms
100th percentile latency keyword-in-range 20.0687 20.8251 0.75631 ms
50th percentile service time keyword-in-range 13.2031 13.2316 0.02841 ms
90th percentile service time keyword-in-range 13.5424 13.4835 -0.05885 ms
99th percentile service time keyword-in-range 16.4011 17.4993 1.09823 ms
100th percentile service time keyword-in-range 18.7174 19.7337 1.01634 ms
error rate keyword-in-range 0 0 0 %
Min Throughput date_histogram_hourly_agg 2.00556 2.00557 1e-05 ops/s
Mean Throughput date_histogram_hourly_agg 2.00675 2.00675 0 ops/s
Median Throughput date_histogram_hourly_agg 2.00665 2.00666 0 ops/s
Max Throughput date_histogram_hourly_agg 2.00827 2.00828 0 ops/s
50th percentile latency date_histogram_hourly_agg 7.06039 6.94481 -0.11557 ms
90th percentile latency date_histogram_hourly_agg 8.47545 8.31651 -0.15894 ms
99th percentile latency date_histogram_hourly_agg 8.71203 9.39335 0.68133 ms
100th percentile latency date_histogram_hourly_agg 8.75084 9.72746 0.97662 ms
50th percentile service time date_histogram_hourly_agg 5.53364 5.37226 -0.16138 ms
90th percentile service time date_histogram_hourly_agg 7.05295 6.73864 -0.31431 ms
99th percentile service time date_histogram_hourly_agg 7.12706 8.20285 1.07578 ms
100th percentile service time date_histogram_hourly_agg 7.13635 8.23534 1.09899 ms
error rate date_histogram_hourly_agg 0 0 0 %
Min Throughput date_histogram_minute_agg 2.00586 2.00555 -0.0003 ops/s
Mean Throughput date_histogram_minute_agg 2.0071 2.00675 -0.00036 ops/s
Median Throughput date_histogram_minute_agg 2.00701 2.00665 -0.00035 ops/s
Max Throughput date_histogram_minute_agg 2.00871 2.00829 -0.00043 ops/s
50th percentile latency date_histogram_minute_agg 41.7563 43.146 1.38965 ms
90th percentile latency date_histogram_minute_agg 42.598 45.0325 2.43451 ms
99th percentile latency date_histogram_minute_agg 47.072 46.3245 -0.74746 ms
100th percentile latency date_histogram_minute_agg 47.3398 46.3808 -0.95896 ms
50th percentile service time date_histogram_minute_agg 40.4934 41.7604 1.26699 ms
90th percentile service time date_histogram_minute_agg 41.1815 43.792 2.61053 ms
99th percentile service time date_histogram_minute_agg 45.6911 44.8316 -0.85952 ms
100th percentile service time date_histogram_minute_agg 46.2982 45.0236 -1.27459 ms
error rate date_histogram_minute_agg 0 0 0 %
Min Throughput scroll 49.9343 43.1214 -6.8129 pages/s
Mean Throughput scroll 49.9466 43.449 -6.49759 pages/s
Median Throughput scroll 49.9474 43.4609 -6.4865 pages/s
Max Throughput scroll 49.9556 43.7231 -6.2325 pages/s
50th percentile latency scroll 473.854 18773.4 18299.6 ms
90th percentile latency scroll 480.819 22189.4 21708.6 ms
99th percentile latency scroll 505.459 23152.8 22647.3 ms
100th percentile latency scroll 506.468 23201.6 22695.1 ms
50th percentile service time scroll 472.84 583.267 110.427 ms
90th percentile service time scroll 479.08 608.802 129.722 ms
99th percentile service time scroll 504.248 635.322 131.073 ms
100th percentile service time scroll 505.372 636.174 130.802 ms
error rate scroll 0 0 0 %
Min Throughput query-string-on-message 2.00528 2.00408 -0.0012 ops/s
Mean Throughput query-string-on-message 2.00641 2.00495 -0.00146 ops/s
Median Throughput query-string-on-message 2.00632 2.00488 -0.00144 ops/s
Max Throughput query-string-on-message 2.00786 2.00608 -0.00179 ops/s
50th percentile latency query-string-on-message 6.50679 6.90995 0.40316 ms
90th percentile latency query-string-on-message 6.97626 8.04476 1.0685 ms
99th percentile latency query-string-on-message 7.62419 9.71385 2.08966 ms
100th percentile latency query-string-on-message 7.83015 9.92195 2.0918 ms
50th percentile service time query-string-on-message 5.1622 5.51459 0.3524 ms
90th percentile service time query-string-on-message 5.35525 6.70457 1.34932 ms
99th percentile service time query-string-on-message 6.27811 8.31456 2.03645 ms
100th percentile service time query-string-on-message 6.58347 8.31754 1.73407 ms
error rate query-string-on-message 0 0 0 %
Min Throughput query-string-on-message-filtered 2.00632 2.00626 -6e-05 ops/s
Mean Throughput query-string-on-message-filtered 2.00767 2.00759 -8e-05 ops/s
Median Throughput query-string-on-message-filtered 2.00757 2.00749 -8e-05 ops/s
Max Throughput query-string-on-message-filtered 2.00942 2.00932 -0.00011 ops/s
50th percentile latency query-string-on-message-filtered 13.5503 14.3766 0.82635 ms
90th percentile latency query-string-on-message-filtered 13.974 22.8889 8.91486 ms
99th percentile latency query-string-on-message-filtered 16.7934 23.7688 6.97548 ms
100th percentile latency query-string-on-message-filtered 18.4473 23.9725 5.52521 ms
50th percentile service time query-string-on-message-filtered 12.2643 13.0612 0.79689 ms
90th percentile service time query-string-on-message-filtered 12.5167 20.824 8.30737 ms
99th percentile service time query-string-on-message-filtered 15.4389 21.3829 5.94402 ms
100th percentile service time query-string-on-message-filtered 17.4369 21.4289 3.99204 ms
error rate query-string-on-message-filtered 0 0 0 %
Min Throughput query-string-on-message-filtered-sorted-num 2.00613 2.00595 -0.00018 ops/s
Mean Throughput query-string-on-message-filtered-sorted-num 2.00743 2.00722 -0.0002 ops/s
Median Throughput query-string-on-message-filtered-sorted-num 2.00732 2.00712 -0.0002 ops/s
Max Throughput query-string-on-message-filtered-sorted-num 2.00912 2.00887 -0.00025 ops/s
50th percentile latency query-string-on-message-filtered-sorted-num 22.0603 23.5563 1.49598 ms
90th percentile latency query-string-on-message-filtered-sorted-num 22.5946 25.1184 2.5238 ms
99th percentile latency query-string-on-message-filtered-sorted-num 31.4012 33.227 1.82577 ms
100th percentile latency query-string-on-message-filtered-sorted-num 31.6814 35.3354 3.65393 ms
50th percentile service time query-string-on-message-filtered-sorted-num 19.7227 21.2106 1.48791 ms
90th percentile service time query-string-on-message-filtered-sorted-num 20.1803 22.9991 2.81876 ms
99th percentile service time query-string-on-message-filtered-sorted-num 29.7434 30.9932 1.2498 ms
100th percentile service time query-string-on-message-filtered-sorted-num 29.7673 32.6619 2.89459 ms
error rate query-string-on-message-filtered-sorted-num 0 0 0 %
Min Throughput sort_keyword_can_match_shortcut 2.00639 2.00639 0 ops/s
Mean Throughput sort_keyword_can_match_shortcut 2.00775 2.00774 -1e-05 ops/s
Median Throughput sort_keyword_can_match_shortcut 2.00765 2.00764 -1e-05 ops/s
Max Throughput sort_keyword_can_match_shortcut 2.00951 2.00951 0 ops/s
50th percentile latency sort_keyword_can_match_shortcut 5.61276 5.98137 0.36861 ms
90th percentile latency sort_keyword_can_match_shortcut 6.02929 9.04368 3.01439 ms
99th percentile latency sort_keyword_can_match_shortcut 6.18621 9.69134 3.50513 ms
100th percentile latency sort_keyword_can_match_shortcut 6.1953 9.76519 3.56989 ms
50th percentile service time sort_keyword_can_match_shortcut 4.27798 4.49636 0.21838 ms
90th percentile service time sort_keyword_can_match_shortcut 4.41409 7.86128 3.44718 ms
99th percentile service time sort_keyword_can_match_shortcut 4.69496 8.05931 3.36435 ms
100th percentile service time sort_keyword_can_match_shortcut 4.86673 8.06356 3.19683 ms
error rate sort_keyword_can_match_shortcut 0 0 0 %
Min Throughput sort_keyword_no_can_match_shortcut 2.00656 2.00652 -4e-05 ops/s
Mean Throughput sort_keyword_no_can_match_shortcut 2.00796 2.00792 -4e-05 ops/s
Median Throughput sort_keyword_no_can_match_shortcut 2.00785 2.00781 -4e-05 ops/s
Max Throughput sort_keyword_no_can_match_shortcut 2.00978 2.00972 -6e-05 ops/s
50th percentile latency sort_keyword_no_can_match_shortcut 5.61174 5.93304 0.32129 ms
90th percentile latency sort_keyword_no_can_match_shortcut 5.98833 6.33019 0.34185 ms
99th percentile latency sort_keyword_no_can_match_shortcut 6.41666 6.4749 0.05824 ms
100th percentile latency sort_keyword_no_can_match_shortcut 6.62711 6.48918 -0.13792 ms
50th percentile service time sort_keyword_no_can_match_shortcut 4.27021 4.62235 0.35213 ms
90th percentile service time sort_keyword_no_can_match_shortcut 4.37289 4.72026 0.34737 ms
99th percentile service time sort_keyword_no_can_match_shortcut 4.71905 4.82238 0.10333 ms
100th percentile service time sort_keyword_no_can_match_shortcut 4.98103 4.82389 -0.15714 ms
error rate sort_keyword_no_can_match_shortcut 0 0 0 %
Min Throughput sort_numeric_desc 2.0059 2.00586 -4e-05 ops/s
Mean Throughput sort_numeric_desc 2.00716 2.0071 -6e-05 ops/s
Median Throughput sort_numeric_desc 2.00706 2.00701 -5e-05 ops/s
Max Throughput sort_numeric_desc 2.0088 2.00872 -8e-05 ops/s
50th percentile latency sort_numeric_desc 5.96593 5.75384 -0.21209 ms
90th percentile latency sort_numeric_desc 6.39429 6.09197 -0.30231 ms
99th percentile latency sort_numeric_desc 6.83139 6.2808 -0.55059 ms
100th percentile latency sort_numeric_desc 7.12391 6.28649 -0.83742 ms
50th percentile service time sort_numeric_desc 4.65536 4.39894 -0.25642 ms
90th percentile service time sort_numeric_desc 4.73745 4.48776 -0.24969 ms
99th percentile service time sort_numeric_desc 5.1162 4.58348 -0.53272 ms
100th percentile service time sort_numeric_desc 5.42483 4.58946 -0.83537 ms
error rate sort_numeric_desc 0 0 0 %
Min Throughput sort_numeric_asc 2.00646 2.00644 -1e-05 ops/s
Mean Throughput sort_numeric_asc 2.00784 2.00782 -2e-05 ops/s
Median Throughput sort_numeric_asc 2.00773 2.00771 -2e-05 ops/s
Max Throughput sort_numeric_asc 2.00962 2.00959 -3e-05 ops/s
50th percentile latency sort_numeric_asc 5.63177 5.75933 0.12756 ms
90th percentile latency sort_numeric_asc 6.02578 6.0739 0.04812 ms
99th percentile latency sort_numeric_asc 6.41812 6.55399 0.13587 ms
100th percentile latency sort_numeric_asc 6.66715 6.67905 0.0119 ms
50th percentile service time sort_numeric_asc 4.30052 4.41519 0.11467 ms
90th percentile service time sort_numeric_asc 4.39547 4.49929 0.10383 ms
99th percentile service time sort_numeric_asc 4.89869 4.98162 0.08293 ms
100th percentile service time sort_numeric_asc 5.25883 5.19501 -0.06382 ms
error rate sort_numeric_asc 0 0 0 %
Min Throughput sort_numeric_desc_with_match 2.00657 2.00659 2e-05 ops/s
Mean Throughput sort_numeric_desc_with_match 2.00798 2.00799 1e-05 ops/s
Median Throughput sort_numeric_desc_with_match 2.00788 2.00788 -0 ops/s
Max Throughput sort_numeric_desc_with_match 2.0098 2.00982 1e-05 ops/s
50th percentile latency sort_numeric_desc_with_match 3.74462 3.4278 -0.31682 ms
90th percentile latency sort_numeric_desc_with_match 4.13886 3.77895 -0.35991 ms
99th percentile latency sort_numeric_desc_with_match 4.2707 4.18234 -0.08836 ms
100th percentile latency sort_numeric_desc_with_match 4.28416 4.28076 -0.00341 ms
50th percentile service time sort_numeric_desc_with_match 2.4408 2.09884 -0.34197 ms
90th percentile service time sort_numeric_desc_with_match 2.51054 2.19467 -0.31587 ms
99th percentile service time sort_numeric_desc_with_match 2.59325 2.32548 -0.26777 ms
100th percentile service time sort_numeric_desc_with_match 2.60064 2.35657 -0.24407 ms
error rate sort_numeric_desc_with_match 0 0 0 %
Min Throughput sort_numeric_asc_with_match 2.00656 2.00659 3e-05 ops/s
Mean Throughput sort_numeric_asc_with_match 2.00796 2.008 4e-05 ops/s
Median Throughput sort_numeric_asc_with_match 2.00784 2.00789 5e-05 ops/s
Max Throughput sort_numeric_asc_with_match 2.00977 2.00982 5e-05 ops/s
50th percentile latency sort_numeric_asc_with_match 3.81409 3.69419 -0.1199 ms
90th percentile latency sort_numeric_asc_with_match 4.25441 4.06376 -0.19065 ms
99th percentile latency sort_numeric_asc_with_match 4.29911 4.26251 -0.0366 ms
100th percentile latency sort_numeric_asc_with_match 4.30177 4.35926 0.05749 ms
50th percentile service time sort_numeric_asc_with_match 2.49877 2.34252 -0.15625 ms
90th percentile service time sort_numeric_asc_with_match 2.56355 2.41486 -0.14869 ms
99th percentile service time sort_numeric_asc_with_match 2.63285 2.55166 -0.08119 ms
100th percentile service time sort_numeric_asc_with_match 2.66392 2.58223 -0.0817 ms
error rate sort_numeric_asc_with_match 0 0 0 %
Min Throughput range_field_conjunction_big_range_big_term_query 2.00656 2.00658 2e-05 ops/s
Mean Throughput range_field_conjunction_big_range_big_term_query 2.00796 2.00798 2e-05 ops/s
Median Throughput range_field_conjunction_big_range_big_term_query 2.00786 2.00788 2e-05 ops/s
Max Throughput range_field_conjunction_big_range_big_term_query 2.00978 2.00981 3e-05 ops/s
50th percentile latency range_field_conjunction_big_range_big_term_query 3.57323 3.44888 -0.12435 ms
90th percentile latency range_field_conjunction_big_range_big_term_query 3.96686 3.79298 -0.17388 ms
99th percentile latency range_field_conjunction_big_range_big_term_query 4.03349 7.66113 3.62764 ms
100th percentile latency range_field_conjunction_big_range_big_term_query 4.04745 11.3006 7.25312 ms
50th percentile service time range_field_conjunction_big_range_big_term_query 2.20513 2.09073 -0.1144 ms
90th percentile service time range_field_conjunction_big_range_big_term_query 2.28644 2.16126 -0.12517 ms
99th percentile service time range_field_conjunction_big_range_big_term_query 2.5982 6.05045 3.45225 ms
100th percentile service time range_field_conjunction_big_range_big_term_query 2.64686 9.75655 7.10969 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.00658 2.00656 -2e-05 ops/s
Mean Throughput range_field_disjunction_big_range_small_term_query 2.00798 2.00797 -1e-05 ops/s
Median Throughput range_field_disjunction_big_range_small_term_query 2.00787 2.00786 -1e-05 ops/s
Max Throughput range_field_disjunction_big_range_small_term_query 2.0098 2.00979 -1e-05 ops/s
50th percentile latency range_field_disjunction_big_range_small_term_query 3.69221 3.66073 -0.03148 ms
90th percentile latency range_field_disjunction_big_range_small_term_query 4.06043 4.04142 -0.01901 ms
99th percentile latency range_field_disjunction_big_range_small_term_query 4.21007 4.19111 -0.01896 ms
100th percentile latency range_field_disjunction_big_range_small_term_query 4.24598 4.19983 -0.04615 ms
50th percentile service time range_field_disjunction_big_range_small_term_query 2.3476 2.30162 -0.04598 ms
90th percentile service time range_field_disjunction_big_range_small_term_query 2.44204 2.39567 -0.04636 ms
99th percentile service time range_field_disjunction_big_range_small_term_query 2.50552 2.67283 0.16731 ms
100th percentile service time range_field_disjunction_big_range_small_term_query 2.51762 2.70931 0.19169 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.00658 2.00659 0 ops/s
Mean Throughput range_field_conjunction_small_range_small_term_query 2.00799 2.00799 -0 ops/s
Median Throughput range_field_conjunction_small_range_small_term_query 2.00789 2.00788 -1e-05 ops/s
Max Throughput range_field_conjunction_small_range_small_term_query 2.00982 2.00981 -1e-05 ops/s
50th percentile latency range_field_conjunction_small_range_small_term_query 3.79009 3.55039 -0.2397 ms
90th percentile latency range_field_conjunction_small_range_small_term_query 4.20103 3.97468 -0.22635 ms
99th percentile latency range_field_conjunction_small_range_small_term_query 4.32886 4.04461 -0.28425 ms
100th percentile latency range_field_conjunction_small_range_small_term_query 4.38586 4.0456 -0.34026 ms
50th percentile service time range_field_conjunction_small_range_small_term_query 2.4897 2.21852 -0.27118 ms
90th percentile service time range_field_conjunction_small_range_small_term_query 2.55582 2.27843 -0.27738 ms
99th percentile service time range_field_conjunction_small_range_small_term_query 2.63709 2.36363 -0.27345 ms
100th percentile service time range_field_conjunction_small_range_small_term_query 2.65542 2.36828 -0.28714 ms
error rate range_field_conjunction_small_range_small_term_query 0 0 0 %
Min Throughput range_field_conjunction_small_range_big_term_query 2.00659 2.00658 -0 ops/s
Mean Throughput range_field_conjunction_small_range_big_term_query 2.00799 2.00799 0 ops/s
Median Throughput range_field_conjunction_small_range_big_term_query 2.00788 2.00788 -0 ops/s
Max Throughput range_field_conjunction_small_range_big_term_query 2.0098 2.00981 0 ops/s
50th percentile latency range_field_conjunction_small_range_big_term_query 3.50185 3.80853 0.30667 ms
90th percentile latency range_field_conjunction_small_range_big_term_query 3.90551 4.157 0.25149 ms
99th percentile latency range_field_conjunction_small_range_big_term_query 4.28233 4.30559 0.02326 ms
100th percentile latency range_field_conjunction_small_range_big_term_query 4.30126 4.31207 0.01081 ms
50th percentile service time range_field_conjunction_small_range_big_term_query 2.13038 2.4607 0.33033 ms
90th percentile service time range_field_conjunction_small_range_big_term_query 2.22295 2.54622 0.32327 ms
99th percentile service time range_field_conjunction_small_range_big_term_query 2.45672 2.70312 0.2464 ms
100th percentile service time range_field_conjunction_small_range_big_term_query 2.56242 2.80851 0.24609 ms
error rate range_field_conjunction_small_range_big_term_query 0 0 0 %
Min Throughput range-auto-date-histo 0.308006 0.313534 0.00553 ops/s
Mean Throughput range-auto-date-histo 0.308219 0.314312 0.00609 ops/s
Median Throughput range-auto-date-histo 0.308222 0.31444 0.00622 ops/s
Max Throughput range-auto-date-histo 0.308372 0.314867 0.00649 ops/s
50th percentile latency range-auto-date-histo 687199 670889 -16310 ms
90th percentile latency range-auto-date-histo 796912 780431 -16481.2 ms
99th percentile latency range-auto-date-histo 821577 804975 -16601.6 ms
100th percentile latency range-auto-date-histo 822910 806330 -16579.4 ms
50th percentile service time range-auto-date-histo 3193.28 3201.31 8.03894 ms
90th percentile service time range-auto-date-histo 3381.65 3299.86 -81.7859 ms
99th percentile service time range-auto-date-histo 3682.24 3505.86 -176.38 ms
100th percentile service time range-auto-date-histo 3766 3565.98 -200.012 ms
error rate range-auto-date-histo 0 0 0 %
Min Throughput range-auto-date-histo-with-metrics 0.100017 0.107195 0.00718 ops/s
Mean Throughput range-auto-date-histo-with-metrics 0.10005 0.107431 0.00738 ops/s
Median Throughput range-auto-date-histo-with-metrics 0.100053 0.107456 0.0074 ops/s
Max Throughput range-auto-date-histo-with-metrics 0.100076 0.107608 0.00753 ops/s
50th percentile latency range-auto-date-histo-with-metrics 2.37798e+06 2.20517e+06 -172814 ms
90th percentile latency range-auto-date-histo-with-metrics 2.75749e+06 2.5545e+06 -202997 ms
99th percentile latency range-auto-date-histo-with-metrics 2.843e+06 2.63407e+06 -208932 ms
100th percentile latency range-auto-date-histo-with-metrics 2.84773e+06 2.63845e+06 -209277 ms
50th percentile service time range-auto-date-histo-with-metrics 9970.93 9208.61 -762.314 ms
90th percentile service time range-auto-date-histo-with-metrics 10069.4 9349.76 -719.64 ms
99th percentile service time range-auto-date-histo-with-metrics 10335.7 9680.07 -655.598 ms
100th percentile service time range-auto-date-histo-with-metrics 10345.2 9820.82 -524.349 ms
error rate range-auto-date-histo-with-metrics 0 0 0 %
Min Throughput range-agg-1 2.00657 2.00659 2e-05 ops/s
Mean Throughput range-agg-1 2.00797 2.00798 1e-05 ops/s
Median Throughput range-agg-1 2.00786 2.00788 1e-05 ops/s
Max Throughput range-agg-1 2.00978 2.0098 2e-05 ops/s
50th percentile latency range-agg-1 3.73082 3.92351 0.19269 ms
90th percentile latency range-agg-1 4.12915 4.38188 0.25273 ms
99th percentile latency range-agg-1 4.27384 4.72888 0.45505 ms
100th percentile latency range-agg-1 4.30685 4.79746 0.49061 ms
50th percentile service time range-agg-1 2.47259 2.48235 0.00976 ms
90th percentile service time range-agg-1 2.5823 2.70826 0.12596 ms
99th percentile service time range-agg-1 2.65075 3.00347 0.35272 ms
100th percentile service time range-agg-1 2.66289 3.13744 0.47455 ms
error rate range-agg-1 0 0 0 %
Min Throughput range-agg-2 2.00658 2.00657 -0 ops/s
Mean Throughput range-agg-2 2.00798 2.00798 -0 ops/s
Median Throughput range-agg-2 2.00788 2.00787 -0 ops/s
Max Throughput range-agg-2 2.0098 2.00981 1e-05 ops/s
50th percentile latency range-agg-2 4.11477 3.87118 -0.24359 ms
90th percentile latency range-agg-2 4.52106 4.35425 -0.16681 ms
99th percentile latency range-agg-2 4.61861 4.83402 0.21541 ms
100th percentile latency range-agg-2 4.61982 4.97352 0.35369 ms
50th percentile service time range-agg-2 2.76554 2.46279 -0.30275 ms
90th percentile service time range-agg-2 2.88399 2.62064 -0.26335 ms
99th percentile service time range-agg-2 2.9323 2.79612 -0.13618 ms
100th percentile service time range-agg-2 2.93616 2.81457 -0.12159 ms
error rate range-agg-2 0 0 0 %
Min Throughput cardinality-agg-low 2.00622 2.00622 0 ops/s
Mean Throughput cardinality-agg-low 2.00755 2.00756 1e-05 ops/s
Median Throughput cardinality-agg-low 2.00745 2.00745 0 ops/s
Max Throughput cardinality-agg-low 2.00928 2.00928 -0 ops/s
50th percentile latency cardinality-agg-low 5.54592 6.05975 0.51383 ms
90th percentile latency cardinality-agg-low 6.14368 6.79419 0.65052 ms
99th percentile latency cardinality-agg-low 6.48777 7.58886 1.10109 ms
100th percentile latency cardinality-agg-low 6.5324 7.73743 1.20503 ms
50th percentile service time cardinality-agg-low 4.09792 4.50626 0.40834 ms
90th percentile service time cardinality-agg-low 4.71779 5.17551 0.45772 ms
99th percentile service time cardinality-agg-low 4.95073 6.1918 1.24107 ms
100th percentile service time cardinality-agg-low 5.07699 6.25101 1.17402 ms
error rate cardinality-agg-low 0 0 0 %
Min Throughput cardinality-agg-high 0.780208 0.766066 -0.01414 ops/s
Mean Throughput cardinality-agg-high 0.782246 0.767306 -0.01494 ops/s
Median Throughput cardinality-agg-high 0.782316 0.767488 -0.01483 ops/s
Max Throughput cardinality-agg-high 0.783774 0.768319 -0.01545 ops/s
50th percentile latency cardinality-agg-high 195104 201593 6488.91 ms
90th percentile latency cardinality-agg-high 226146 233473 7327.14 ms
99th percentile latency cardinality-agg-high 232842 240789 7947.41 ms
100th percentile latency cardinality-agg-high 233207 241175 7967.61 ms
50th percentile service time cardinality-agg-high 1242.43 1272.4 29.967 ms
90th percentile service time cardinality-agg-high 1315.97 1376.69 60.7183 ms
99th percentile service time cardinality-agg-high 1794.23 1518.5 -275.726 ms
100th percentile service time cardinality-agg-high 1867.24 1529.33 -337.911 ms
error rate cardinality-agg-high 0 0 0 %
Min Throughput cardinality-agg-very-high 0.599318 0.62838 0.02906 ops/s
Mean Throughput cardinality-agg-very-high 0.601441 0.632656 0.03122 ops/s
Median Throughput cardinality-agg-very-high 0.601393 0.632895 0.0315 ops/s
Max Throughput cardinality-agg-very-high 0.604567 0.634597 0.03003 ops/s
50th percentile latency cardinality-agg-very-high 117144 108563 -8580.98 ms
90th percentile latency cardinality-agg-very-high 163886 151827 -12059 ms
99th percentile latency cardinality-agg-very-high 174031 161977 -12054 ms
100th percentile latency cardinality-agg-very-high 174587 162562 -12025.1 ms
50th percentile service time cardinality-agg-very-high 1621.13 1558.07 -63.0565 ms
90th percentile service time cardinality-agg-very-high 1739.11 1649.21 -89.8958 ms
99th percentile service time cardinality-agg-very-high 2282.92 1851.17 -431.748 ms
100th percentile service time cardinality-agg-very-high 2311.1 1856.98 -454.121 ms
error rate cardinality-agg-very-high 0 0 0 %
Min Throughput range_with_asc_sort 2.00653 2.00649 -4e-05 ops/s
Mean Throughput range_with_asc_sort 2.00792 2.00788 -4e-05 ops/s
Median Throughput range_with_asc_sort 2.00782 2.00778 -4e-05 ops/s
Max Throughput range_with_asc_sort 2.00973 2.00967 -6e-05 ops/s
50th percentile latency range_with_asc_sort 7.05256 7.9419 0.88934 ms
90th percentile latency range_with_asc_sort 7.49789 8.34911 0.85123 ms
99th percentile latency range_with_asc_sort 14.0716 8.44154 -5.63003 ms
100th percentile latency range_with_asc_sort 15.2615 8.44521 -6.81625 ms
50th percentile service time range_with_asc_sort 5.72645 6.60941 0.88297 ms
90th percentile service time range_with_asc_sort 5.84668 6.71694 0.87026 ms
99th percentile service time range_with_asc_sort 12.3423 6.82722 -5.51508 ms
100th percentile service time range_with_asc_sort 13.4601 6.83961 -6.62051 ms
error rate range_with_asc_sort 0 0 0 %
Min Throughput range_with_desc_sort 2.00654 2.00654 1e-05 ops/s
Mean Throughput range_with_desc_sort 2.00793 2.00793 -0 ops/s
Median Throughput range_with_desc_sort 2.00783 2.00782 -0 ops/s
Max Throughput range_with_desc_sort 2.00974 2.00973 -1e-05 ops/s
50th percentile latency range_with_desc_sort 6.98331 7.22207 0.23876 ms
90th percentile latency range_with_desc_sort 7.42543 7.77902 0.3536 ms
99th percentile latency range_with_desc_sort 8.15884 7.94293 -0.21591 ms
100th percentile latency range_with_desc_sort 8.78441 7.98515 -0.79926 ms
50th percentile service time range_with_desc_sort 5.73675 6.04588 0.30913 ms
90th percentile service time range_with_desc_sort 5.85756 6.15254 0.29498 ms
99th percentile service time range_with_desc_sort 6.71621 6.33522 -0.38098 ms
100th percentile service time range_with_desc_sort 7.26376 6.42696 -0.8368 ms
error rate range_with_desc_sort 0 0 0 %

@sandeshkr419 sandeshkr419 reopened this Nov 5, 2025
@opensearch-ci-bot
Copy link
Collaborator

Benchmark Results

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

Metric Task Value Unit
Cumulative indexing time of primary shards 0 min
Min cumulative indexing time across primary shards 0 min
Median cumulative indexing time across primary shards 0 min
Max cumulative indexing time across primary shards 0 min
Cumulative indexing throttle time of primary shards 0 min
Min cumulative indexing throttle time across primary shards 0 min
Median cumulative indexing throttle time across primary shards 0 min
Max cumulative indexing throttle time across primary shards 0 min
Cumulative merge time of primary shards 0 min
Cumulative merge count of primary shards 0
Min cumulative merge time across primary shards 0 min
Median cumulative merge time across primary shards 0 min
Max cumulative merge time across primary shards 0 min
Cumulative merge throttle time of primary shards 0 min
Min cumulative merge throttle time across primary shards 0 min
Median cumulative merge throttle time across primary shards 0 min
Max cumulative merge throttle time across primary shards 0 min
Cumulative refresh time of primary shards 0 min
Cumulative refresh count of primary shards 4
Min cumulative refresh time across primary shards 0 min
Median cumulative refresh time across primary shards 0 min
Max cumulative refresh time across primary shards 0 min
Cumulative flush time of primary shards 0 min
Cumulative flush count of primary shards 1
Min cumulative flush time across primary shards 0 min
Median cumulative flush time across primary shards 0 min
Max cumulative flush time across primary shards 0 min
Total Young Gen GC time 2.084 s
Total Young Gen GC count 53
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 300001 ms
100th percentile service time wait-for-snapshot-recovery 300001 ms
error rate wait-for-snapshot-recovery 100 %
Min Throughput wait-until-merges-finish 107.86 ops/s
Mean Throughput wait-until-merges-finish 107.86 ops/s
Median Throughput wait-until-merges-finish 107.86 ops/s
Max Throughput wait-until-merges-finish 107.86 ops/s
100th percentile latency wait-until-merges-finish 8.91565 ms
100th percentile service time wait-until-merges-finish 8.91565 ms
error rate wait-until-merges-finish 0 %
Min Throughput default 2 ops/s
Mean Throughput default 2.01 ops/s
Median Throughput default 2.01 ops/s
Max Throughput default 2.01 ops/s
50th percentile latency default 7.35583 ms
90th percentile latency default 8.22423 ms
99th percentile latency default 9.62465 ms
100th percentile latency default 10.1828 ms
50th percentile service time default 5.91062 ms
90th percentile service time default 6.68673 ms
99th percentile service time default 8.52979 ms
100th percentile service time default 9.15108 ms
error rate default 0 %
Min Throughput desc_sort_timestamp 2.01 ops/s
Mean Throughput desc_sort_timestamp 2.01 ops/s
Median Throughput desc_sort_timestamp 2.01 ops/s
Max Throughput desc_sort_timestamp 2.01 ops/s
50th percentile latency desc_sort_timestamp 8.8004 ms
90th percentile latency desc_sort_timestamp 9.49324 ms
99th percentile latency desc_sort_timestamp 17.6747 ms
100th percentile latency desc_sort_timestamp 20.864 ms
50th percentile service time desc_sort_timestamp 7.32918 ms
90th percentile service time desc_sort_timestamp 7.90602 ms
99th percentile service time desc_sort_timestamp 16.2793 ms
100th percentile service time desc_sort_timestamp 19.61 ms
error rate desc_sort_timestamp 0 %
Min Throughput asc_sort_timestamp 2.01 ops/s
Mean Throughput asc_sort_timestamp 2.01 ops/s
Median Throughput asc_sort_timestamp 2.01 ops/s
Max Throughput asc_sort_timestamp 2.01 ops/s
50th percentile latency asc_sort_timestamp 8.03926 ms
90th percentile latency asc_sort_timestamp 8.61965 ms
99th percentile latency asc_sort_timestamp 9.42339 ms
100th percentile latency asc_sort_timestamp 9.8177 ms
50th percentile service time asc_sort_timestamp 6.64589 ms
90th percentile service time asc_sort_timestamp 6.92154 ms
99th percentile service time asc_sort_timestamp 8.04535 ms
100th percentile service time asc_sort_timestamp 8.57216 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.01 ops/s
Median Throughput desc_sort_with_after_timestamp 2.01 ops/s
Max Throughput desc_sort_with_after_timestamp 2.01 ops/s
50th percentile latency desc_sort_with_after_timestamp 6.75278 ms
90th percentile latency desc_sort_with_after_timestamp 7.31928 ms
99th percentile latency desc_sort_with_after_timestamp 8.16914 ms
100th percentile latency desc_sort_with_after_timestamp 8.30883 ms
50th percentile service time desc_sort_with_after_timestamp 5.33188 ms
90th percentile service time desc_sort_with_after_timestamp 5.6548 ms
99th percentile service time desc_sort_with_after_timestamp 6.45941 ms
100th percentile service time desc_sort_with_after_timestamp 6.48494 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.01 ops/s
Median Throughput asc_sort_with_after_timestamp 2.01 ops/s
Max Throughput asc_sort_with_after_timestamp 2.01 ops/s
50th percentile latency asc_sort_with_after_timestamp 6.50952 ms
90th percentile latency asc_sort_with_after_timestamp 6.97721 ms
99th percentile latency asc_sort_with_after_timestamp 7.37428 ms
100th percentile latency asc_sort_with_after_timestamp 7.48726 ms
50th percentile service time asc_sort_with_after_timestamp 5.0842 ms
90th percentile service time asc_sort_with_after_timestamp 5.32552 ms
99th percentile service time asc_sort_with_after_timestamp 5.90497 ms
100th percentile service time asc_sort_with_after_timestamp 5.94912 ms
error rate asc_sort_with_after_timestamp 0 %
Min Throughput desc_sort_timestamp_can_match_shortcut 2.01 ops/s
Mean Throughput desc_sort_timestamp_can_match_shortcut 2.01 ops/s
Median Throughput desc_sort_timestamp_can_match_shortcut 2.01 ops/s
Max Throughput desc_sort_timestamp_can_match_shortcut 2.01 ops/s
50th percentile latency desc_sort_timestamp_can_match_shortcut 7.8941 ms
90th percentile latency desc_sort_timestamp_can_match_shortcut 8.39224 ms
99th percentile latency desc_sort_timestamp_can_match_shortcut 10.8818 ms
100th percentile latency desc_sort_timestamp_can_match_shortcut 11.0228 ms
50th percentile service time desc_sort_timestamp_can_match_shortcut 6.50198 ms
90th percentile service time desc_sort_timestamp_can_match_shortcut 6.84849 ms
99th percentile service time desc_sort_timestamp_can_match_shortcut 9.01687 ms
100th percentile service time desc_sort_timestamp_can_match_shortcut 9.37795 ms
error rate desc_sort_timestamp_can_match_shortcut 0 %
Min Throughput desc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Mean Throughput desc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Median Throughput desc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Max Throughput desc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
50th percentile latency desc_sort_timestamp_no_can_match_shortcut 8.00665 ms
90th percentile latency desc_sort_timestamp_no_can_match_shortcut 8.38706 ms
99th percentile latency desc_sort_timestamp_no_can_match_shortcut 8.91317 ms
100th percentile latency desc_sort_timestamp_no_can_match_shortcut 8.9311 ms
50th percentile service time desc_sort_timestamp_no_can_match_shortcut 6.5277 ms
90th percentile service time desc_sort_timestamp_no_can_match_shortcut 6.74126 ms
99th percentile service time desc_sort_timestamp_no_can_match_shortcut 7.1089 ms
100th percentile service time desc_sort_timestamp_no_can_match_shortcut 7.25398 ms
error rate desc_sort_timestamp_no_can_match_shortcut 0 %
Min Throughput asc_sort_timestamp_can_match_shortcut 2.01 ops/s
Mean Throughput asc_sort_timestamp_can_match_shortcut 2.01 ops/s
Median Throughput asc_sort_timestamp_can_match_shortcut 2.01 ops/s
Max Throughput asc_sort_timestamp_can_match_shortcut 2.01 ops/s
50th percentile latency asc_sort_timestamp_can_match_shortcut 8.67959 ms
90th percentile latency asc_sort_timestamp_can_match_shortcut 9.20573 ms
99th percentile latency asc_sort_timestamp_can_match_shortcut 9.57964 ms
100th percentile latency asc_sort_timestamp_can_match_shortcut 9.64073 ms
50th percentile service time asc_sort_timestamp_can_match_shortcut 7.28042 ms
90th percentile service time asc_sort_timestamp_can_match_shortcut 7.47013 ms
99th percentile service time asc_sort_timestamp_can_match_shortcut 7.7406 ms
100th percentile service time asc_sort_timestamp_can_match_shortcut 7.79984 ms
error rate asc_sort_timestamp_can_match_shortcut 0 %
Min Throughput asc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Mean Throughput asc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Median Throughput asc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Max Throughput asc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
50th percentile latency asc_sort_timestamp_no_can_match_shortcut 8.79707 ms
90th percentile latency asc_sort_timestamp_no_can_match_shortcut 9.20381 ms
99th percentile latency asc_sort_timestamp_no_can_match_shortcut 11.2528 ms
100th percentile latency asc_sort_timestamp_no_can_match_shortcut 11.3517 ms
50th percentile service time asc_sort_timestamp_no_can_match_shortcut 7.31859 ms
90th percentile service time asc_sort_timestamp_no_can_match_shortcut 7.52204 ms
99th percentile service time asc_sort_timestamp_no_can_match_shortcut 9.57803 ms
100th percentile service time asc_sort_timestamp_no_can_match_shortcut 9.73326 ms
error rate asc_sort_timestamp_no_can_match_shortcut 0 %
Min Throughput term 2.01 ops/s
Mean Throughput term 2.01 ops/s
Median Throughput term 2.01 ops/s
Max Throughput term 2.01 ops/s
50th percentile latency term 3.92748 ms
90th percentile latency term 4.43335 ms
99th percentile latency term 5.50587 ms
100th percentile latency term 5.54407 ms
50th percentile service time term 2.56399 ms
90th percentile service time term 2.74271 ms
99th percentile service time term 3.02243 ms
100th percentile service time term 3.05926 ms
error rate term 0 %
Min Throughput multi_terms-keyword 1.35 ops/s
Mean Throughput multi_terms-keyword 1.35 ops/s
Median Throughput multi_terms-keyword 1.35 ops/s
Max Throughput multi_terms-keyword 1.36 ops/s
50th percentile latency multi_terms-keyword 60006.8 ms
90th percentile latency multi_terms-keyword 69189.8 ms
99th percentile latency multi_terms-keyword 71245.1 ms
100th percentile latency multi_terms-keyword 71355.6 ms
50th percentile service time multi_terms-keyword 728.818 ms
90th percentile service time multi_terms-keyword 734.592 ms
99th percentile service time multi_terms-keyword 791.055 ms
100th percentile service time multi_terms-keyword 831.569 ms
error rate multi_terms-keyword 0 %
Min Throughput keyword-terms 2 ops/s
Mean Throughput keyword-terms 2.01 ops/s
Median Throughput keyword-terms 2.01 ops/s
Max Throughput keyword-terms 2.01 ops/s
50th percentile latency keyword-terms 26.8505 ms
90th percentile latency keyword-terms 37.104 ms
99th percentile latency keyword-terms 40.7167 ms
100th percentile latency keyword-terms 43.1957 ms
50th percentile service time keyword-terms 24.6039 ms
90th percentile service time keyword-terms 34.8064 ms
99th percentile service time keyword-terms 38.0043 ms
100th percentile service time keyword-terms 40.5922 ms
error rate keyword-terms 0 %
Min Throughput keyword-terms-low-cardinality 2.01 ops/s
Mean Throughput keyword-terms-low-cardinality 2.01 ops/s
Median Throughput keyword-terms-low-cardinality 2.01 ops/s
Max Throughput keyword-terms-low-cardinality 2.01 ops/s
50th percentile latency keyword-terms-low-cardinality 24.1092 ms
90th percentile latency keyword-terms-low-cardinality 33.3904 ms
99th percentile latency keyword-terms-low-cardinality 33.877 ms
100th percentile latency keyword-terms-low-cardinality 33.887 ms
50th percentile service time keyword-terms-low-cardinality 21.72 ms
90th percentile service time keyword-terms-low-cardinality 31.1516 ms
99th percentile service time keyword-terms-low-cardinality 31.4189 ms
100th percentile service time keyword-terms-low-cardinality 31.5059 ms
error rate keyword-terms-low-cardinality 0 %
Min Throughput composite-terms 2 ops/s
Mean Throughput composite-terms 2 ops/s
Median Throughput composite-terms 2 ops/s
Max Throughput composite-terms 2 ops/s
50th percentile latency composite-terms 191.203 ms
90th percentile latency composite-terms 195.885 ms
99th percentile latency composite-terms 214.29 ms
100th percentile latency composite-terms 225.619 ms
50th percentile service time composite-terms 189.973 ms
90th percentile service time composite-terms 194.956 ms
99th percentile service time composite-terms 213.314 ms
100th percentile service time composite-terms 224.81 ms
error rate composite-terms 0 %
Min Throughput composite_terms-keyword 2 ops/s
Mean Throughput composite_terms-keyword 2 ops/s
Median Throughput composite_terms-keyword 2 ops/s
Max Throughput composite_terms-keyword 2 ops/s
50th percentile latency composite_terms-keyword 324.227 ms
90th percentile latency composite_terms-keyword 329.643 ms
99th percentile latency composite_terms-keyword 347.18 ms
100th percentile latency composite_terms-keyword 355.17 ms
50th percentile service time composite_terms-keyword 322.995 ms
90th percentile service time composite_terms-keyword 328.871 ms
99th percentile service time composite_terms-keyword 346.08 ms
100th percentile service time composite_terms-keyword 353.863 ms
error rate composite_terms-keyword 0 %
Min Throughput composite-date_histogram-daily 2.01 ops/s
Mean Throughput composite-date_histogram-daily 2.01 ops/s
Median Throughput composite-date_histogram-daily 2.01 ops/s
Max Throughput composite-date_histogram-daily 2.01 ops/s
50th percentile latency composite-date_histogram-daily 4.58769 ms
90th percentile latency composite-date_histogram-daily 5.01215 ms
99th percentile latency composite-date_histogram-daily 5.22515 ms
100th percentile latency composite-date_histogram-daily 5.24224 ms
50th percentile service time composite-date_histogram-daily 3.25801 ms
90th percentile service time composite-date_histogram-daily 3.44384 ms
99th percentile service time composite-date_histogram-daily 3.81436 ms
100th percentile service time composite-date_histogram-daily 3.83578 ms
error rate composite-date_histogram-daily 0 %
Min Throughput range 2.01 ops/s
Mean Throughput range 2.01 ops/s
Median Throughput range 2.01 ops/s
Max Throughput range 2.01 ops/s
50th percentile latency range 5.77734 ms
90th percentile latency range 6.16198 ms
99th percentile latency range 6.52799 ms
100th percentile latency range 6.6624 ms
50th percentile service time range 4.46705 ms
90th percentile service time range 4.63023 ms
99th percentile service time range 5.33104 ms
100th percentile service time range 5.37347 ms
error rate range 0 %
Min Throughput range-numeric 2.01 ops/s
Mean Throughput range-numeric 2.01 ops/s
Median Throughput range-numeric 2.01 ops/s
Max Throughput range-numeric 2.01 ops/s
50th percentile latency range-numeric 3.87088 ms
90th percentile latency range-numeric 4.3421 ms
99th percentile latency range-numeric 4.61139 ms
100th percentile latency range-numeric 4.73315 ms
50th percentile service time range-numeric 2.53988 ms
90th percentile service time range-numeric 2.65127 ms
99th percentile service time range-numeric 2.82377 ms
100th percentile service time range-numeric 2.82991 ms
error rate range-numeric 0 %
Min Throughput keyword-in-range 2.01 ops/s
Mean Throughput keyword-in-range 2.01 ops/s
Median Throughput keyword-in-range 2.01 ops/s
Max Throughput keyword-in-range 2.01 ops/s
50th percentile latency keyword-in-range 13.9594 ms
90th percentile latency keyword-in-range 14.4464 ms
99th percentile latency keyword-in-range 18.8867 ms
100th percentile latency keyword-in-range 20.8954 ms
50th percentile service time keyword-in-range 12.7021 ms
90th percentile service time keyword-in-range 12.9625 ms
99th percentile service time keyword-in-range 17.1767 ms
100th percentile service time keyword-in-range 19.1979 ms
error rate keyword-in-range 0 %
Min Throughput date_histogram_hourly_agg 2.01 ops/s
Mean Throughput date_histogram_hourly_agg 2.01 ops/s
Median Throughput date_histogram_hourly_agg 2.01 ops/s
Max Throughput date_histogram_hourly_agg 2.01 ops/s
50th percentile latency date_histogram_hourly_agg 6.82849 ms
90th percentile latency date_histogram_hourly_agg 8.21636 ms
99th percentile latency date_histogram_hourly_agg 8.60443 ms
100th percentile latency date_histogram_hourly_agg 8.6054 ms
50th percentile service time date_histogram_hourly_agg 5.3988 ms
90th percentile service time date_histogram_hourly_agg 6.68717 ms
99th percentile service time date_histogram_hourly_agg 7.01101 ms
100th percentile service time date_histogram_hourly_agg 7.12106 ms
error rate date_histogram_hourly_agg 0 %
Min Throughput date_histogram_minute_agg 2.01 ops/s
Mean Throughput date_histogram_minute_agg 2.01 ops/s
Median Throughput date_histogram_minute_agg 2.01 ops/s
Max Throughput date_histogram_minute_agg 2.01 ops/s
50th percentile latency date_histogram_minute_agg 42.0553 ms
90th percentile latency date_histogram_minute_agg 43.3056 ms
99th percentile latency date_histogram_minute_agg 46.35 ms
100th percentile latency date_histogram_minute_agg 46.4353 ms
50th percentile service time date_histogram_minute_agg 40.8229 ms
90th percentile service time date_histogram_minute_agg 41.9666 ms
99th percentile service time date_histogram_minute_agg 44.9956 ms
100th percentile service time date_histogram_minute_agg 45.1409 ms
error rate date_histogram_minute_agg 0 %
Min Throughput scroll 48 pages/s
Mean Throughput scroll 48.09 pages/s
Median Throughput scroll 48.09 pages/s
Max Throughput scroll 48.18 pages/s
50th percentile latency scroll 5358.65 ms
90th percentile latency scroll 5874.76 ms
99th percentile latency scroll 6027.91 ms
100th percentile latency scroll 6034.26 ms
50th percentile service time scroll 505.827 ms
90th percentile service time scroll 511.121 ms
99th percentile service time scroll 563.88 ms
100th percentile service time scroll 588.155 ms
error rate scroll 0 %
Min Throughput query-string-on-message 2.01 ops/s
Mean Throughput query-string-on-message 2.01 ops/s
Median Throughput query-string-on-message 2.01 ops/s
Max Throughput query-string-on-message 2.01 ops/s
50th percentile latency query-string-on-message 6.81557 ms
90th percentile latency query-string-on-message 7.20401 ms
99th percentile latency query-string-on-message 8.04405 ms
100th percentile latency query-string-on-message 8.52386 ms
50th percentile service time query-string-on-message 5.50088 ms
90th percentile service time query-string-on-message 5.63016 ms
99th percentile service time query-string-on-message 6.02552 ms
100th percentile service time query-string-on-message 6.19275 ms
error rate query-string-on-message 0 %
Min Throughput query-string-on-message-filtered 2.01 ops/s
Mean Throughput query-string-on-message-filtered 2.01 ops/s
Median Throughput query-string-on-message-filtered 2.01 ops/s
Max Throughput query-string-on-message-filtered 2.01 ops/s
50th percentile latency query-string-on-message-filtered 14.1257 ms
90th percentile latency query-string-on-message-filtered 14.4944 ms
99th percentile latency query-string-on-message-filtered 18.7785 ms
100th percentile latency query-string-on-message-filtered 19.6734 ms
50th percentile service time query-string-on-message-filtered 12.6695 ms
90th percentile service time query-string-on-message-filtered 12.8512 ms
99th percentile service time query-string-on-message-filtered 17.653 ms
100th percentile service time query-string-on-message-filtered 18.3152 ms
error rate query-string-on-message-filtered 0 %
Min Throughput query-string-on-message-filtered-sorted-num 2.01 ops/s
Mean Throughput query-string-on-message-filtered-sorted-num 2.01 ops/s
Median Throughput query-string-on-message-filtered-sorted-num 2.01 ops/s
Max Throughput query-string-on-message-filtered-sorted-num 2.01 ops/s
50th percentile latency query-string-on-message-filtered-sorted-num 23.1721 ms
90th percentile latency query-string-on-message-filtered-sorted-num 23.6748 ms
99th percentile latency query-string-on-message-filtered-sorted-num 29.743 ms
100th percentile latency query-string-on-message-filtered-sorted-num 35.1997 ms
50th percentile service time query-string-on-message-filtered-sorted-num 20.9332 ms
90th percentile service time query-string-on-message-filtered-sorted-num 21.1852 ms
99th percentile service time query-string-on-message-filtered-sorted-num 27.3404 ms
100th percentile service time query-string-on-message-filtered-sorted-num 32.5484 ms
error rate query-string-on-message-filtered-sorted-num 0 %
Min Throughput sort_keyword_can_match_shortcut 2.01 ops/s
Mean Throughput sort_keyword_can_match_shortcut 2.01 ops/s
Median Throughput sort_keyword_can_match_shortcut 2.01 ops/s
Max Throughput sort_keyword_can_match_shortcut 2.01 ops/s
50th percentile latency sort_keyword_can_match_shortcut 5.76376 ms
90th percentile latency sort_keyword_can_match_shortcut 6.20128 ms
99th percentile latency sort_keyword_can_match_shortcut 6.65015 ms
100th percentile latency sort_keyword_can_match_shortcut 6.78394 ms
50th percentile service time sort_keyword_can_match_shortcut 4.50259 ms
90th percentile service time sort_keyword_can_match_shortcut 4.61883 ms
99th percentile service time sort_keyword_can_match_shortcut 5.28753 ms
100th percentile service time sort_keyword_can_match_shortcut 5.364 ms
error rate sort_keyword_can_match_shortcut 0 %
Min Throughput sort_keyword_no_can_match_shortcut 2.01 ops/s
Mean Throughput sort_keyword_no_can_match_shortcut 2.01 ops/s
Median Throughput sort_keyword_no_can_match_shortcut 2.01 ops/s
Max Throughput sort_keyword_no_can_match_shortcut 2.01 ops/s
50th percentile latency sort_keyword_no_can_match_shortcut 5.62244 ms
90th percentile latency sort_keyword_no_can_match_shortcut 6.01608 ms
99th percentile latency sort_keyword_no_can_match_shortcut 6.26219 ms
100th percentile latency sort_keyword_no_can_match_shortcut 6.26411 ms
50th percentile service time sort_keyword_no_can_match_shortcut 4.28653 ms
90th percentile service time sort_keyword_no_can_match_shortcut 4.40022 ms
99th percentile service time sort_keyword_no_can_match_shortcut 4.91811 ms
100th percentile service time sort_keyword_no_can_match_shortcut 5.2932 ms
error rate sort_keyword_no_can_match_shortcut 0 %
Min Throughput sort_numeric_desc 2.01 ops/s
Mean Throughput sort_numeric_desc 2.01 ops/s
Median Throughput sort_numeric_desc 2.01 ops/s
Max Throughput sort_numeric_desc 2.01 ops/s
50th percentile latency sort_numeric_desc 5.59889 ms
90th percentile latency sort_numeric_desc 5.99522 ms
99th percentile latency sort_numeric_desc 6.20981 ms
100th percentile latency sort_numeric_desc 6.22769 ms
50th percentile service time sort_numeric_desc 4.29088 ms
90th percentile service time sort_numeric_desc 4.39351 ms
99th percentile service time sort_numeric_desc 4.64788 ms
100th percentile service time sort_numeric_desc 4.78851 ms
error rate sort_numeric_desc 0 %
Min Throughput sort_numeric_asc 2.01 ops/s
Mean Throughput sort_numeric_asc 2.01 ops/s
Median Throughput sort_numeric_asc 2.01 ops/s
Max Throughput sort_numeric_asc 2.01 ops/s
50th percentile latency sort_numeric_asc 5.4 ms
90th percentile latency sort_numeric_asc 5.78716 ms
99th percentile latency sort_numeric_asc 5.95441 ms
100th percentile latency sort_numeric_asc 5.97808 ms
50th percentile service time sort_numeric_asc 4.11165 ms
90th percentile service time sort_numeric_asc 4.19151 ms
99th percentile service time sort_numeric_asc 4.28911 ms
100th percentile service time sort_numeric_asc 4.30448 ms
error rate sort_numeric_asc 0 %
Min Throughput sort_numeric_desc_with_match 2.01 ops/s
Mean Throughput sort_numeric_desc_with_match 2.01 ops/s
Median Throughput sort_numeric_desc_with_match 2.01 ops/s
Max Throughput sort_numeric_desc_with_match 2.01 ops/s
50th percentile latency sort_numeric_desc_with_match 3.33817 ms
90th percentile latency sort_numeric_desc_with_match 3.79479 ms
99th percentile latency sort_numeric_desc_with_match 3.99802 ms
100th percentile latency sort_numeric_desc_with_match 4.09226 ms
50th percentile service time sort_numeric_desc_with_match 2.06238 ms
90th percentile service time sort_numeric_desc_with_match 2.12368 ms
99th percentile service time sort_numeric_desc_with_match 2.26972 ms
100th percentile service time sort_numeric_desc_with_match 2.32401 ms
error rate sort_numeric_desc_with_match 0 %
Min Throughput sort_numeric_asc_with_match 2.01 ops/s
Mean Throughput sort_numeric_asc_with_match 2.01 ops/s
Median Throughput sort_numeric_asc_with_match 2.01 ops/s
Max Throughput sort_numeric_asc_with_match 2.01 ops/s
50th percentile latency sort_numeric_asc_with_match 3.48831 ms
90th percentile latency sort_numeric_asc_with_match 3.94429 ms
99th percentile latency sort_numeric_asc_with_match 4.03742 ms
100th percentile latency sort_numeric_asc_with_match 4.03985 ms
50th percentile service time sort_numeric_asc_with_match 2.19806 ms
90th percentile service time sort_numeric_asc_with_match 2.25845 ms
99th percentile service time sort_numeric_asc_with_match 2.39313 ms
100th percentile service time sort_numeric_asc_with_match 2.48129 ms
error rate sort_numeric_asc_with_match 0 %
Min Throughput range_field_conjunction_big_range_big_term_query 2.01 ops/s
Mean Throughput range_field_conjunction_big_range_big_term_query 2.01 ops/s
Median Throughput range_field_conjunction_big_range_big_term_query 2.01 ops/s
Max Throughput range_field_conjunction_big_range_big_term_query 2.01 ops/s
50th percentile latency range_field_conjunction_big_range_big_term_query 3.72506 ms
90th percentile latency range_field_conjunction_big_range_big_term_query 4.12894 ms
99th percentile latency range_field_conjunction_big_range_big_term_query 4.4505 ms
100th percentile latency range_field_conjunction_big_range_big_term_query 4.63193 ms
50th percentile service time range_field_conjunction_big_range_big_term_query 2.35869 ms
90th percentile service time range_field_conjunction_big_range_big_term_query 2.40136 ms
99th percentile service time range_field_conjunction_big_range_big_term_query 2.59516 ms
100th percentile service time range_field_conjunction_big_range_big_term_query 2.63204 ms
error rate range_field_conjunction_big_range_big_term_query 0 %
Min Throughput range_field_disjunction_big_range_small_term_query 2.01 ops/s
Mean Throughput range_field_disjunction_big_range_small_term_query 2.01 ops/s
Median Throughput range_field_disjunction_big_range_small_term_query 2.01 ops/s
Max Throughput range_field_disjunction_big_range_small_term_query 2.01 ops/s
50th percentile latency range_field_disjunction_big_range_small_term_query 3.8798 ms
90th percentile latency range_field_disjunction_big_range_small_term_query 4.28423 ms
99th percentile latency range_field_disjunction_big_range_small_term_query 4.73864 ms
100th percentile latency range_field_disjunction_big_range_small_term_query 5.08051 ms
50th percentile service time range_field_disjunction_big_range_small_term_query 2.48632 ms
90th percentile service time range_field_disjunction_big_range_small_term_query 2.59684 ms
99th percentile service time range_field_disjunction_big_range_small_term_query 3.56894 ms
100th percentile service time range_field_disjunction_big_range_small_term_query 4.11457 ms
error rate range_field_disjunction_big_range_small_term_query 0 %
Min Throughput range_field_conjunction_small_range_small_term_query 2.01 ops/s
Mean Throughput range_field_conjunction_small_range_small_term_query 2.01 ops/s
Median Throughput range_field_conjunction_small_range_small_term_query 2.01 ops/s
Max Throughput range_field_conjunction_small_range_small_term_query 2.01 ops/s
50th percentile latency range_field_conjunction_small_range_small_term_query 3.63303 ms
90th percentile latency range_field_conjunction_small_range_small_term_query 3.99057 ms
99th percentile latency range_field_conjunction_small_range_small_term_query 4.256 ms
100th percentile latency range_field_conjunction_small_range_small_term_query 4.29786 ms
50th percentile service time range_field_conjunction_small_range_small_term_query 2.25053 ms
90th percentile service time range_field_conjunction_small_range_small_term_query 2.33452 ms
99th percentile service time range_field_conjunction_small_range_small_term_query 2.40202 ms
100th percentile service time range_field_conjunction_small_range_small_term_query 2.40236 ms
error rate range_field_conjunction_small_range_small_term_query 0 %
Min Throughput range_field_conjunction_small_range_big_term_query 2.01 ops/s
Mean Throughput range_field_conjunction_small_range_big_term_query 2.01 ops/s
Median Throughput range_field_conjunction_small_range_big_term_query 2.01 ops/s
Max Throughput range_field_conjunction_small_range_big_term_query 2.01 ops/s
50th percentile latency range_field_conjunction_small_range_big_term_query 3.3125 ms
90th percentile latency range_field_conjunction_small_range_big_term_query 3.77225 ms
99th percentile latency range_field_conjunction_small_range_big_term_query 4.11697 ms
100th percentile latency range_field_conjunction_small_range_big_term_query 4.134 ms
50th percentile service time range_field_conjunction_small_range_big_term_query 2.00096 ms
90th percentile service time range_field_conjunction_small_range_big_term_query 2.05937 ms
99th percentile service time range_field_conjunction_small_range_big_term_query 2.34908 ms
100th percentile service time range_field_conjunction_small_range_big_term_query 2.39363 ms
error rate range_field_conjunction_small_range_big_term_query 0 %
Min Throughput range-auto-date-histo 0.32 ops/s
Mean Throughput range-auto-date-histo 0.32 ops/s
Median Throughput range-auto-date-histo 0.32 ops/s
Max Throughput range-auto-date-histo 0.32 ops/s
50th percentile latency range-auto-date-histo 655316 ms
90th percentile latency range-auto-date-histo 759746 ms
99th percentile latency range-auto-date-histo 783284 ms
100th percentile latency range-auto-date-histo 784592 ms
50th percentile service time range-auto-date-histo 3080.68 ms
90th percentile service time range-auto-date-histo 3177.7 ms
99th percentile service time range-auto-date-histo 3280.06 ms
100th percentile service time range-auto-date-histo 3294.38 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 2.17333e+06 ms
90th percentile latency range-auto-date-histo-with-metrics 2.52052e+06 ms
99th percentile latency range-auto-date-histo-with-metrics 2.59834e+06 ms
100th percentile latency range-auto-date-histo-with-metrics 2.6027e+06 ms
50th percentile service time range-auto-date-histo-with-metrics 9145.81 ms
90th percentile service time range-auto-date-histo-with-metrics 9256.14 ms
99th percentile service time range-auto-date-histo-with-metrics 9466.39 ms
100th percentile service time range-auto-date-histo-with-metrics 9469.8 ms
error rate range-auto-date-histo-with-metrics 0 %
Min Throughput range-agg-1 2.01 ops/s
Mean Throughput range-agg-1 2.01 ops/s
Median Throughput range-agg-1 2.01 ops/s
Max Throughput range-agg-1 2.01 ops/s
50th percentile latency range-agg-1 3.78629 ms
90th percentile latency range-agg-1 4.19928 ms
99th percentile latency range-agg-1 4.38042 ms
100th percentile latency range-agg-1 4.39754 ms
50th percentile service time range-agg-1 2.4696 ms
90th percentile service time range-agg-1 2.58425 ms
99th percentile service time range-agg-1 2.71496 ms
100th percentile service time range-agg-1 2.75592 ms
error rate range-agg-1 0 %
Min Throughput range-agg-2 2.01 ops/s
Mean Throughput range-agg-2 2.01 ops/s
Median Throughput range-agg-2 2.01 ops/s
Max Throughput range-agg-2 2.01 ops/s
50th percentile latency range-agg-2 3.98977 ms
90th percentile latency range-agg-2 4.41813 ms
99th percentile latency range-agg-2 4.53442 ms
100th percentile latency range-agg-2 4.5682 ms
50th percentile service time range-agg-2 2.65511 ms
90th percentile service time range-agg-2 2.76137 ms
99th percentile service time range-agg-2 2.90506 ms
100th percentile service time range-agg-2 2.9566 ms
error rate range-agg-2 0 %
Min Throughput cardinality-agg-low 2.01 ops/s
Mean Throughput cardinality-agg-low 2.01 ops/s
Median Throughput cardinality-agg-low 2.01 ops/s
Max Throughput cardinality-agg-low 2.01 ops/s
50th percentile latency cardinality-agg-low 5.18993 ms
90th percentile latency cardinality-agg-low 6.03125 ms
99th percentile latency cardinality-agg-low 6.33784 ms
100th percentile latency cardinality-agg-low 6.44616 ms
50th percentile service time cardinality-agg-low 3.81767 ms
90th percentile service time cardinality-agg-low 4.52693 ms
99th percentile service time cardinality-agg-low 4.65712 ms
100th percentile service time cardinality-agg-low 4.67422 ms
error rate cardinality-agg-low 0 %
Min Throughput cardinality-agg-high 0.76 ops/s
Mean Throughput cardinality-agg-high 0.76 ops/s
Median Throughput cardinality-agg-high 0.76 ops/s
Max Throughput cardinality-agg-high 0.76 ops/s
50th percentile latency cardinality-agg-high 204898 ms
90th percentile latency cardinality-agg-high 237644 ms
99th percentile latency cardinality-agg-high 245301 ms
100th percentile latency cardinality-agg-high 245692 ms
50th percentile service time cardinality-agg-high 1303.09 ms
90th percentile service time cardinality-agg-high 1449.81 ms
99th percentile service time cardinality-agg-high 1800.75 ms
100th percentile service time cardinality-agg-high 1907.12 ms
error rate cardinality-agg-high 0 %
Min Throughput cardinality-agg-very-high 0.62 ops/s
Mean Throughput cardinality-agg-very-high 0.62 ops/s
Median Throughput cardinality-agg-very-high 0.62 ops/s
Max Throughput cardinality-agg-very-high 0.62 ops/s
50th percentile latency cardinality-agg-very-high 111687 ms
90th percentile latency cardinality-agg-very-high 155728 ms
99th percentile latency cardinality-agg-very-high 165488 ms
100th percentile latency cardinality-agg-very-high 166023 ms
50th percentile service time cardinality-agg-very-high 1576.84 ms
90th percentile service time cardinality-agg-very-high 1654.39 ms
99th percentile service time cardinality-agg-very-high 1854.84 ms
100th percentile service time cardinality-agg-very-high 1901.87 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.01 ops/s
Median Throughput range_with_asc_sort 2.01 ops/s
Max Throughput range_with_asc_sort 2.01 ops/s
50th percentile latency range_with_asc_sort 7.15714 ms
90th percentile latency range_with_asc_sort 7.61161 ms
99th percentile latency range_with_asc_sort 8.05682 ms
100th percentile latency range_with_asc_sort 8.22695 ms
50th percentile service time range_with_asc_sort 5.90267 ms
90th percentile service time range_with_asc_sort 5.99962 ms
99th percentile service time range_with_asc_sort 6.34202 ms
100th percentile service time range_with_asc_sort 6.56391 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.01 ops/s
50th percentile latency range_with_desc_sort 7.56742 ms
90th percentile latency range_with_desc_sort 7.98271 ms
99th percentile latency range_with_desc_sort 8.19783 ms
100th percentile latency range_with_desc_sort 8.2156 ms
50th percentile service time range_with_desc_sort 6.27787 ms
90th percentile service time range_with_desc_sort 6.39722 ms
99th percentile service time range_with_desc_sort 6.48711 ms
100th percentile service time range_with_desc_sort 6.48713 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/177/

Metric Task Baseline Contender Diff Unit
Cumulative indexing time of primary shards 0 0 0 min
Min cumulative indexing time across primary shard 0 0 0 min
Median cumulative indexing time across primary shard 0 0 0 min
Max cumulative indexing time across primary shard 0 0 0 min
Cumulative indexing throttle time of primary shards 0 0 0 min
Min cumulative indexing throttle time across primary shard 0 0 0 min
Median cumulative indexing throttle time across primary shard 0 0 0 min
Max cumulative indexing throttle time across primary shard 0 0 0 min
Cumulative merge time of primary shards 0 0 0 min
Cumulative merge count of primary shards 0 0 0
Min cumulative merge time across primary shard 0 0 0 min
Median cumulative merge time across primary shard 0 0 0 min
Max cumulative merge time across primary shard 0 0 0 min
Cumulative merge throttle time of primary shards 0 0 0 min
Min cumulative merge throttle time across primary shard 0 0 0 min
Median cumulative merge throttle time across primary shard 0 0 0 min
Max cumulative merge throttle time across primary shard 0 0 0 min
Cumulative refresh time of primary shards 0 0 0 min
Cumulative refresh count of primary shards 4 4 0
Min cumulative refresh time across primary shard 0 0 0 min
Median cumulative refresh time across primary shard 0 0 0 min
Max cumulative refresh time across primary shard 0 0 0 min
Cumulative flush time of primary shards 0 0 0 min
Cumulative flush count of primary shards 1 1 0
Min cumulative flush time across primary shard 0 0 0 min
Median cumulative flush time across primary shard 0 0 0 min
Max cumulative flush time across primary shard 0 0 0 min
Total Young Gen GC time 2.088 2.084 -0.004 s
Total Young Gen GC count 54 53 -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 300001 -0.375 ms
100th percentile service time wait-for-snapshot-recovery 300001 300001 -0.375 ms
error rate wait-for-snapshot-recovery 100 100 0 %
Min Throughput wait-until-merges-finish 114.96 107.856 -7.10368 ops/s
Mean Throughput wait-until-merges-finish 114.96 107.856 -7.10368 ops/s
Median Throughput wait-until-merges-finish 114.96 107.856 -7.10368 ops/s
Max Throughput wait-until-merges-finish 114.96 107.856 -7.10368 ops/s
100th percentile latency wait-until-merges-finish 8.38587 8.91565 0.52978 ms
100th percentile service time wait-until-merges-finish 8.38587 8.91565 0.52978 ms
error rate wait-until-merges-finish 0 0 0 %
Min Throughput default 2.00488 2.0049 2e-05 ops/s
Mean Throughput default 2.00592 2.00595 3e-05 ops/s
Median Throughput default 2.00584 2.00587 3e-05 ops/s
Max Throughput default 2.00726 2.0073 4e-05 ops/s
50th percentile latency default 7.04785 7.35583 0.30798 ms
90th percentile latency default 7.72207 8.22423 0.50216 ms
99th percentile latency default 9.57691 9.62465 0.04774 ms
100th percentile latency default 10.7504 10.1828 -0.56763 ms
50th percentile service time default 5.76429 5.91062 0.14632 ms
90th percentile service time default 6.23533 6.68673 0.4514 ms
99th percentile service time default 8.56034 8.52979 -0.03054 ms
100th percentile service time default 9.56915 9.15108 -0.41808 ms
error rate default 0 0 0 %
Min Throughput desc_sort_timestamp 2.00515 2.00512 -3e-05 ops/s
Mean Throughput desc_sort_timestamp 2.00625 2.00622 -4e-05 ops/s
Median Throughput desc_sort_timestamp 2.00616 2.00613 -4e-05 ops/s
Max Throughput desc_sort_timestamp 2.00769 2.00764 -5e-05 ops/s
50th percentile latency desc_sort_timestamp 8.46159 8.8004 0.33881 ms
90th percentile latency desc_sort_timestamp 9.04261 9.49324 0.45063 ms
99th percentile latency desc_sort_timestamp 11.6187 17.6747 6.056 ms
100th percentile latency desc_sort_timestamp 11.6534 20.864 9.21063 ms
50th percentile service time desc_sort_timestamp 7.12974 7.32918 0.19943 ms
90th percentile service time desc_sort_timestamp 7.63288 7.90602 0.27314 ms
99th percentile service time desc_sort_timestamp 10.2321 16.2793 6.0472 ms
100th percentile service time desc_sort_timestamp 10.6692 19.61 8.9408 ms
error rate desc_sort_timestamp 0 0 0 %
Min Throughput asc_sort_timestamp 2.00629 2.00627 -2e-05 ops/s
Mean Throughput asc_sort_timestamp 2.00763 2.00759 -4e-05 ops/s
Median Throughput asc_sort_timestamp 2.00753 2.0075 -4e-05 ops/s
Max Throughput asc_sort_timestamp 2.00937 2.00932 -5e-05 ops/s
50th percentile latency asc_sort_timestamp 7.80059 8.03926 0.23867 ms
90th percentile latency asc_sort_timestamp 8.2315 8.61965 0.38814 ms
99th percentile latency asc_sort_timestamp 9.2322 9.42339 0.19119 ms
100th percentile latency asc_sort_timestamp 9.37042 9.8177 0.44728 ms
50th percentile service time asc_sort_timestamp 6.47551 6.64589 0.17038 ms
90th percentile service time asc_sort_timestamp 6.73393 6.92154 0.1876 ms
99th percentile service time asc_sort_timestamp 7.93186 8.04535 0.11349 ms
100th percentile service time asc_sort_timestamp 8.23236 8.57216 0.3398 ms
error rate asc_sort_timestamp 0 0 0 %
Min Throughput desc_sort_with_after_timestamp 2.00635 2.00633 -3e-05 ops/s
Mean Throughput desc_sort_with_after_timestamp 2.00771 2.00768 -3e-05 ops/s
Median Throughput desc_sort_with_after_timestamp 2.00761 2.00757 -4e-05 ops/s
Max Throughput desc_sort_with_after_timestamp 2.00948 2.00943 -4e-05 ops/s
50th percentile latency desc_sort_with_after_timestamp 6.38928 6.75278 0.3635 ms
90th percentile latency desc_sort_with_after_timestamp 6.85047 7.31928 0.46881 ms
99th percentile latency desc_sort_with_after_timestamp 7.67437 8.16914 0.49477 ms
100th percentile latency desc_sort_with_after_timestamp 7.81594 8.30883 0.49288 ms
50th percentile service time desc_sort_with_after_timestamp 4.9879 5.33188 0.34398 ms
90th percentile service time desc_sort_with_after_timestamp 5.30757 5.6548 0.34722 ms
99th percentile service time desc_sort_with_after_timestamp 6.13869 6.45941 0.32071 ms
100th percentile service time desc_sort_with_after_timestamp 6.1567 6.48494 0.32824 ms
error rate desc_sort_with_after_timestamp 0 0 0 %
Min Throughput asc_sort_with_after_timestamp 2.00654 2.00654 0 ops/s
Mean Throughput asc_sort_with_after_timestamp 2.00794 2.00793 -0 ops/s
Median Throughput asc_sort_with_after_timestamp 2.00783 2.00783 0 ops/s
Max Throughput asc_sort_with_after_timestamp 2.00975 2.00975 0 ops/s
50th percentile latency asc_sort_with_after_timestamp 6.35377 6.50952 0.15575 ms
90th percentile latency asc_sort_with_after_timestamp 6.70028 6.97721 0.27693 ms
99th percentile latency asc_sort_with_after_timestamp 7.18001 7.37428 0.19426 ms
100th percentile latency asc_sort_with_after_timestamp 7.296 7.48726 0.19126 ms
50th percentile service time asc_sort_with_after_timestamp 4.92611 5.0842 0.1581 ms
90th percentile service time asc_sort_with_after_timestamp 5.13929 5.32552 0.18623 ms
99th percentile service time asc_sort_with_after_timestamp 5.62094 5.90497 0.28403 ms
100th percentile service time asc_sort_with_after_timestamp 5.90726 5.94912 0.04186 ms
error rate asc_sort_with_after_timestamp 0 0 0 %
Min Throughput desc_sort_timestamp_can_match_shortcut 2.00525 2.00509 -0.00016 ops/s
Mean Throughput desc_sort_timestamp_can_match_shortcut 2.00638 2.00618 -0.0002 ops/s
Median Throughput desc_sort_timestamp_can_match_shortcut 2.00629 2.00609 -0.0002 ops/s
Max Throughput desc_sort_timestamp_can_match_shortcut 2.00783 2.00759 -0.00025 ops/s
50th percentile latency desc_sort_timestamp_can_match_shortcut 7.70977 7.8941 0.18433 ms
90th percentile latency desc_sort_timestamp_can_match_shortcut 8.19291 8.39224 0.19934 ms
99th percentile latency desc_sort_timestamp_can_match_shortcut 8.90324 10.8818 1.97853 ms
100th percentile latency desc_sort_timestamp_can_match_shortcut 9.45425 11.0228 1.56851 ms
50th percentile service time desc_sort_timestamp_can_match_shortcut 6.42 6.50198 0.08197 ms
90th percentile service time desc_sort_timestamp_can_match_shortcut 6.66875 6.84849 0.17974 ms
99th percentile service time desc_sort_timestamp_can_match_shortcut 7.73644 9.01687 1.28043 ms
100th percentile service time desc_sort_timestamp_can_match_shortcut 8.50576 9.37795 0.87219 ms
error rate desc_sort_timestamp_can_match_shortcut 0 0 0 %
Min Throughput desc_sort_timestamp_no_can_match_shortcut 2.00654 2.00649 -4e-05 ops/s
Mean Throughput desc_sort_timestamp_no_can_match_shortcut 2.00793 2.00788 -5e-05 ops/s
Median Throughput desc_sort_timestamp_no_can_match_shortcut 2.00781 2.00777 -4e-05 ops/s
Max Throughput desc_sort_timestamp_no_can_match_shortcut 2.00974 2.00967 -6e-05 ops/s
50th percentile latency desc_sort_timestamp_no_can_match_shortcut 7.5763 8.00665 0.43034 ms
90th percentile latency desc_sort_timestamp_no_can_match_shortcut 8.09124 8.38706 0.29581 ms
99th percentile latency desc_sort_timestamp_no_can_match_shortcut 8.77386 8.91317 0.13931 ms
100th percentile latency desc_sort_timestamp_no_can_match_shortcut 8.89558 8.9311 0.03551 ms
50th percentile service time desc_sort_timestamp_no_can_match_shortcut 6.21535 6.5277 0.31234 ms
90th percentile service time desc_sort_timestamp_no_can_match_shortcut 6.38767 6.74126 0.3536 ms
99th percentile service time desc_sort_timestamp_no_can_match_shortcut 7.5985 7.1089 -0.4896 ms
100th percentile service time desc_sort_timestamp_no_can_match_shortcut 7.76468 7.25398 -0.5107 ms
error rate desc_sort_timestamp_no_can_match_shortcut 0 0 0 %
Min Throughput asc_sort_timestamp_can_match_shortcut 2.00651 2.00651 0 ops/s
Mean Throughput asc_sort_timestamp_can_match_shortcut 2.0079 2.0079 -0 ops/s
Median Throughput asc_sort_timestamp_can_match_shortcut 2.00779 2.00778 -1e-05 ops/s
Max Throughput asc_sort_timestamp_can_match_shortcut 2.00971 2.00969 -2e-05 ops/s
50th percentile latency asc_sort_timestamp_can_match_shortcut 8.60534 8.67959 0.07425 ms
90th percentile latency asc_sort_timestamp_can_match_shortcut 8.96896 9.20573 0.23676 ms
99th percentile latency asc_sort_timestamp_can_match_shortcut 9.66708 9.57964 -0.08744 ms
100th percentile latency asc_sort_timestamp_can_match_shortcut 10.1685 9.64073 -0.52773 ms
50th percentile service time asc_sort_timestamp_can_match_shortcut 7.26531 7.28042 0.01511 ms
90th percentile service time asc_sort_timestamp_can_match_shortcut 7.48194 7.47013 -0.01181 ms
99th percentile service time asc_sort_timestamp_can_match_shortcut 8.47233 7.7406 -0.73173 ms
100th percentile service time asc_sort_timestamp_can_match_shortcut 9.07161 7.79984 -1.27177 ms
error rate asc_sort_timestamp_can_match_shortcut 0 0 0 %
Min Throughput asc_sort_timestamp_no_can_match_shortcut 2.00652 2.00651 -1e-05 ops/s
Mean Throughput asc_sort_timestamp_no_can_match_shortcut 2.00791 2.00791 -0 ops/s
Median Throughput asc_sort_timestamp_no_can_match_shortcut 2.0078 2.0078 -0 ops/s
Max Throughput asc_sort_timestamp_no_can_match_shortcut 2.00971 2.0097 -1e-05 ops/s
50th percentile latency asc_sort_timestamp_no_can_match_shortcut 8.50694 8.79707 0.29013 ms
90th percentile latency asc_sort_timestamp_no_can_match_shortcut 8.95115 9.20381 0.25266 ms
99th percentile latency asc_sort_timestamp_no_can_match_shortcut 9.72809 11.2528 1.52475 ms
100th percentile latency asc_sort_timestamp_no_can_match_shortcut 10.3601 11.3517 0.99155 ms
50th percentile service time asc_sort_timestamp_no_can_match_shortcut 7.11571 7.31859 0.20289 ms
90th percentile service time asc_sort_timestamp_no_can_match_shortcut 7.35963 7.52204 0.16241 ms
99th percentile service time asc_sort_timestamp_no_can_match_shortcut 8.6057 9.57803 0.97233 ms
100th percentile service time asc_sort_timestamp_no_can_match_shortcut 9.1588 9.73326 0.57446 ms
error rate asc_sort_timestamp_no_can_match_shortcut 0 0 0 %
Min Throughput term 2.00633 2.00636 3e-05 ops/s
Mean Throughput term 2.00769 2.00772 3e-05 ops/s
Median Throughput term 2.00758 2.00762 4e-05 ops/s
Max Throughput term 2.00944 2.00949 5e-05 ops/s
50th percentile latency term 4.25227 3.92748 -0.32478 ms
90th percentile latency term 4.65501 4.43335 -0.22166 ms
99th percentile latency term 4.8323 5.50587 0.67357 ms
100th percentile latency term 4.89183 5.54407 0.65224 ms
50th percentile service time term 2.88375 2.56399 -0.31976 ms
90th percentile service time term 3.06653 2.74271 -0.32381 ms
99th percentile service time term 3.26883 3.02243 -0.2464 ms
100th percentile service time term 3.32495 3.05926 -0.26569 ms
error rate term 0 0 0 %
Min Throughput multi_terms-keyword 1.1653 1.34998 0.18468 ops/s
Mean Throughput multi_terms-keyword 1.16781 1.35333 0.18552 ops/s
Median Throughput multi_terms-keyword 1.16797 1.35353 0.18556 ops/s
Max Throughput multi_terms-keyword 1.16979 1.35632 0.18654 ops/s
50th percentile latency multi_terms-keyword 89433.4 60006.8 -29426.6 ms
90th percentile latency multi_terms-keyword 103375 69189.8 -34184.9 ms
99th percentile latency multi_terms-keyword 106502 71245.1 -35256.5 ms
100th percentile latency multi_terms-keyword 106677 71355.6 -35321.2 ms
50th percentile service time multi_terms-keyword 848.053 728.818 -119.235 ms
90th percentile service time multi_terms-keyword 854.393 734.592 -119.801 ms
99th percentile service time multi_terms-keyword 871.753 791.055 -80.6982 ms
100th percentile service time multi_terms-keyword 883.985 831.569 -52.416 ms
error rate multi_terms-keyword 0 0 0 %
Min Throughput keyword-terms 2.0041 2.00424 0.00013 ops/s
Mean Throughput keyword-terms 2.00498 2.00512 0.00014 ops/s
Median Throughput keyword-terms 2.00491 2.00504 0.00013 ops/s
Max Throughput keyword-terms 2.00612 2.0063 0.00018 ops/s
50th percentile latency keyword-terms 37.6573 26.8505 -10.8068 ms
90th percentile latency keyword-terms 48.9802 37.104 -11.8762 ms
99th percentile latency keyword-terms 49.486 40.7167 -8.76931 ms
100th percentile latency keyword-terms 49.5126 43.1957 -6.31693 ms
50th percentile service time keyword-terms 36.3906 24.6039 -11.7867 ms
90th percentile service time keyword-terms 47.7944 34.8064 -12.9881 ms
99th percentile service time keyword-terms 48.0287 38.0043 -10.0243 ms
100th percentile service time keyword-terms 48.0951 40.5922 -7.50287 ms
error rate keyword-terms 0 0 0 %
Min Throughput keyword-terms-low-cardinality 2.00614 2.00617 3e-05 ops/s
Mean Throughput keyword-terms-low-cardinality 2.00745 2.0075 5e-05 ops/s
Median Throughput keyword-terms-low-cardinality 2.00734 2.00738 4e-05 ops/s
Max Throughput keyword-terms-low-cardinality 2.00914 2.00922 8e-05 ops/s
50th percentile latency keyword-terms-low-cardinality 34.7485 24.1092 -10.6393 ms
90th percentile latency keyword-terms-low-cardinality 45.4193 33.3904 -12.029 ms
99th percentile latency keyword-terms-low-cardinality 49.3945 33.877 -15.5175 ms
100th percentile latency keyword-terms-low-cardinality 52.877 33.887 -18.9899 ms
50th percentile service time keyword-terms-low-cardinality 33.3989 21.72 -11.6789 ms
90th percentile service time keyword-terms-low-cardinality 44.1965 31.1516 -13.0449 ms
99th percentile service time keyword-terms-low-cardinality 48.108 31.4189 -16.6892 ms
100th percentile service time keyword-terms-low-cardinality 51.693 31.5059 -20.1871 ms
error rate keyword-terms-low-cardinality 0 0 0 %
Min Throughput composite-terms 2.00263 2.00197 -0.00066 ops/s
Mean Throughput composite-terms 2.0032 2.00239 -0.00081 ops/s
Median Throughput composite-terms 2.00315 2.00236 -0.00079 ops/s
Max Throughput composite-terms 2.00393 2.00294 -0.00099 ops/s
50th percentile latency composite-terms 198.311 191.203 -7.10798 ms
90th percentile latency composite-terms 201.304 195.885 -5.419 ms
99th percentile latency composite-terms 205.526 214.29 8.76401 ms
100th percentile latency composite-terms 205.905 225.619 19.714 ms
50th percentile service time composite-terms 197.153 189.973 -7.18088 ms
90th percentile service time composite-terms 200.105 194.956 -5.14888 ms
99th percentile service time composite-terms 204.18 213.314 9.13445 ms
100th percentile service time composite-terms 204.685 224.81 20.1247 ms
error rate composite-terms 0 0 0 %
Min Throughput composite_terms-keyword 2.00196 2.00205 9e-05 ops/s
Mean Throughput composite_terms-keyword 2.00238 2.00249 0.0001 ops/s
Median Throughput composite_terms-keyword 2.00235 2.00246 0.00011 ops/s
Max Throughput composite_terms-keyword 2.00292 2.00306 0.00014 ops/s
50th percentile latency composite_terms-keyword 328.256 324.227 -4.02963 ms
90th percentile latency composite_terms-keyword 334.677 329.643 -5.03432 ms
99th percentile latency composite_terms-keyword 349.998 347.18 -2.81784 ms
100th percentile latency composite_terms-keyword 350.596 355.17 4.57364 ms
50th percentile service time composite_terms-keyword 326.874 322.995 -3.87933 ms
90th percentile service time composite_terms-keyword 333.488 328.871 -4.61693 ms
99th percentile service time composite_terms-keyword 348.679 346.08 -2.59937 ms
100th percentile service time composite_terms-keyword 348.704 353.863 5.15921 ms
error rate composite_terms-keyword 0 0 0 %
Min Throughput composite-date_histogram-daily 2.00614 2.00617 3e-05 ops/s
Mean Throughput composite-date_histogram-daily 2.00745 2.00749 3e-05 ops/s
Median Throughput composite-date_histogram-daily 2.00735 2.00738 4e-05 ops/s
Max Throughput composite-date_histogram-daily 2.00916 2.00919 3e-05 ops/s
50th percentile latency composite-date_histogram-daily 4.91232 4.58769 -0.32464 ms
90th percentile latency composite-date_histogram-daily 5.30842 5.01215 -0.29627 ms
99th percentile latency composite-date_histogram-daily 5.52006 5.22515 -0.2949 ms
100th percentile latency composite-date_histogram-daily 5.54215 5.24224 -0.29991 ms
50th percentile service time composite-date_histogram-daily 3.56748 3.25801 -0.30947 ms
90th percentile service time composite-date_histogram-daily 3.80082 3.44384 -0.35699 ms
99th percentile service time composite-date_histogram-daily 4.10766 3.81436 -0.29331 ms
100th percentile service time composite-date_histogram-daily 4.11494 3.83578 -0.27915 ms
error rate composite-date_histogram-daily 0 0 0 %
Min Throughput range 2.0065 2.00653 3e-05 ops/s
Mean Throughput range 2.00787 2.00792 5e-05 ops/s
Median Throughput range 2.00777 2.00781 4e-05 ops/s
Max Throughput range 2.00968 2.00973 5e-05 ops/s
50th percentile latency range 5.76269 5.77734 0.01465 ms
90th percentile latency range 6.25036 6.16198 -0.08838 ms
99th percentile latency range 6.53131 6.52799 -0.00332 ms
100th percentile latency range 6.56407 6.6624 0.09833 ms
50th percentile service time range 4.42708 4.46705 0.03997 ms
90th percentile service time range 4.65894 4.63023 -0.02872 ms
99th percentile service time range 5.13507 5.33104 0.19598 ms
100th percentile service time range 5.32624 5.37347 0.04723 ms
error rate range 0 0 0 %
Min Throughput range-numeric 2.00655 2.00654 -0 ops/s
Mean Throughput range-numeric 2.00794 2.00794 0 ops/s
Median Throughput range-numeric 2.00784 2.00784 -0 ops/s
Max Throughput range-numeric 2.00975 2.00976 0 ops/s
50th percentile latency range-numeric 3.64678 3.87088 0.2241 ms
90th percentile latency range-numeric 4.06206 4.3421 0.28005 ms
99th percentile latency range-numeric 4.26443 4.61139 0.34696 ms
100th percentile latency range-numeric 4.26922 4.73315 0.46393 ms
50th percentile service time range-numeric 2.36181 2.53988 0.17807 ms
90th percentile service time range-numeric 2.48402 2.65127 0.16725 ms
99th percentile service time range-numeric 2.79275 2.82377 0.03102 ms
100th percentile service time range-numeric 2.85565 2.82991 -0.02574 ms
error rate range-numeric 0 0 0 %
Min Throughput keyword-in-range 2.0059 2.00588 -2e-05 ops/s
Mean Throughput keyword-in-range 2.00716 2.00713 -2e-05 ops/s
Median Throughput keyword-in-range 2.00706 2.00704 -2e-05 ops/s
Max Throughput keyword-in-range 2.00879 2.00876 -2e-05 ops/s
50th percentile latency keyword-in-range 14.3927 13.9594 -0.43333 ms
90th percentile latency keyword-in-range 14.9438 14.4464 -0.49735 ms
99th percentile latency keyword-in-range 17.767 18.8867 1.11975 ms
100th percentile latency keyword-in-range 20.0687 20.8954 0.82667 ms
50th percentile service time keyword-in-range 13.2031 12.7021 -0.50104 ms
90th percentile service time keyword-in-range 13.5424 12.9625 -0.57986 ms
99th percentile service time keyword-in-range 16.4011 17.1767 0.77555 ms
100th percentile service time keyword-in-range 18.7174 19.1979 0.48049 ms
error rate keyword-in-range 0 0 0 %
Min Throughput date_histogram_hourly_agg 2.00556 2.00562 6e-05 ops/s
Mean Throughput date_histogram_hourly_agg 2.00675 2.00682 7e-05 ops/s
Median Throughput date_histogram_hourly_agg 2.00665 2.00673 8e-05 ops/s
Max Throughput date_histogram_hourly_agg 2.00827 2.00838 0.00011 ops/s
50th percentile latency date_histogram_hourly_agg 7.06039 6.82849 -0.2319 ms
90th percentile latency date_histogram_hourly_agg 8.47545 8.21636 -0.25909 ms
99th percentile latency date_histogram_hourly_agg 8.71203 8.60443 -0.10759 ms
100th percentile latency date_histogram_hourly_agg 8.75084 8.6054 -0.14543 ms
50th percentile service time date_histogram_hourly_agg 5.53364 5.3988 -0.13484 ms
90th percentile service time date_histogram_hourly_agg 7.05295 6.68717 -0.36578 ms
99th percentile service time date_histogram_hourly_agg 7.12706 7.01101 -0.11606 ms
100th percentile service time date_histogram_hourly_agg 7.13635 7.12106 -0.01528 ms
error rate date_histogram_hourly_agg 0 0 0 %
Min Throughput date_histogram_minute_agg 2.00586 2.00581 -5e-05 ops/s
Mean Throughput date_histogram_minute_agg 2.0071 2.00704 -6e-05 ops/s
Median Throughput date_histogram_minute_agg 2.00701 2.00695 -6e-05 ops/s
Max Throughput date_histogram_minute_agg 2.00871 2.00864 -8e-05 ops/s
50th percentile latency date_histogram_minute_agg 41.7563 42.0553 0.29897 ms
90th percentile latency date_histogram_minute_agg 42.598 43.3056 0.70752 ms
99th percentile latency date_histogram_minute_agg 47.072 46.35 -0.72193 ms
100th percentile latency date_histogram_minute_agg 47.3398 46.4353 -0.90448 ms
50th percentile service time date_histogram_minute_agg 40.4934 40.8229 0.32952 ms
90th percentile service time date_histogram_minute_agg 41.1815 41.9666 0.78512 ms
99th percentile service time date_histogram_minute_agg 45.6911 44.9956 -0.69549 ms
100th percentile service time date_histogram_minute_agg 46.2982 45.1409 -1.15726 ms
error rate date_histogram_minute_agg 0 0 0 %
Min Throughput scroll 49.9343 47.9997 -1.93459 pages/s
Mean Throughput scroll 49.9466 48.0909 -1.85564 pages/s
Median Throughput scroll 49.9474 48.0905 -1.85691 pages/s
Max Throughput scroll 49.9556 48.1844 -1.7712 pages/s
50th percentile latency scroll 473.854 5358.65 4884.8 ms
90th percentile latency scroll 480.819 5874.76 5393.94 ms
99th percentile latency scroll 505.459 6027.91 5522.45 ms
100th percentile latency scroll 506.468 6034.26 5527.79 ms
50th percentile service time scroll 472.84 505.827 32.9876 ms
90th percentile service time scroll 479.08 511.121 32.041 ms
99th percentile service time scroll 504.248 563.88 59.6315 ms
100th percentile service time scroll 505.372 588.155 82.7828 ms
error rate scroll 0 0 0 %
Min Throughput query-string-on-message 2.00528 2.00538 0.00011 ops/s
Mean Throughput query-string-on-message 2.00641 2.00653 0.00012 ops/s
Median Throughput query-string-on-message 2.00632 2.00644 0.00012 ops/s
Max Throughput query-string-on-message 2.00786 2.00801 0.00015 ops/s
50th percentile latency query-string-on-message 6.50679 6.81557 0.30878 ms
90th percentile latency query-string-on-message 6.97626 7.20401 0.22774 ms
99th percentile latency query-string-on-message 7.62419 8.04405 0.41986 ms
100th percentile latency query-string-on-message 7.83015 8.52386 0.69371 ms
50th percentile service time query-string-on-message 5.1622 5.50088 0.33868 ms
90th percentile service time query-string-on-message 5.35525 5.63016 0.27491 ms
99th percentile service time query-string-on-message 6.27811 6.02552 -0.25258 ms
100th percentile service time query-string-on-message 6.58347 6.19275 -0.39072 ms
error rate query-string-on-message 0 0 0 %
Min Throughput query-string-on-message-filtered 2.00632 2.00629 -3e-05 ops/s
Mean Throughput query-string-on-message-filtered 2.00767 2.00764 -3e-05 ops/s
Median Throughput query-string-on-message-filtered 2.00757 2.00753 -3e-05 ops/s
Max Throughput query-string-on-message-filtered 2.00942 2.00937 -5e-05 ops/s
50th percentile latency query-string-on-message-filtered 13.5503 14.1257 0.57543 ms
90th percentile latency query-string-on-message-filtered 13.974 14.4944 0.52039 ms
99th percentile latency query-string-on-message-filtered 16.7934 18.7785 1.98517 ms
100th percentile latency query-string-on-message-filtered 18.4473 19.6734 1.22606 ms
50th percentile service time query-string-on-message-filtered 12.2643 12.6695 0.40522 ms
90th percentile service time query-string-on-message-filtered 12.5167 12.8512 0.33453 ms
99th percentile service time query-string-on-message-filtered 15.4389 17.653 2.21414 ms
100th percentile service time query-string-on-message-filtered 17.4369 18.3152 0.87835 ms
error rate query-string-on-message-filtered 0 0 0 %
Min Throughput query-string-on-message-filtered-sorted-num 2.00613 2.00613 -0 ops/s
Mean Throughput query-string-on-message-filtered-sorted-num 2.00743 2.00744 1e-05 ops/s
Median Throughput query-string-on-message-filtered-sorted-num 2.00732 2.00734 1e-05 ops/s
Max Throughput query-string-on-message-filtered-sorted-num 2.00912 2.00913 1e-05 ops/s
50th percentile latency query-string-on-message-filtered-sorted-num 22.0603 23.1721 1.11184 ms
90th percentile latency query-string-on-message-filtered-sorted-num 22.5946 23.6748 1.08022 ms
99th percentile latency query-string-on-message-filtered-sorted-num 31.4012 29.743 -1.65822 ms
100th percentile latency query-string-on-message-filtered-sorted-num 31.6814 35.1997 3.5183 ms
50th percentile service time query-string-on-message-filtered-sorted-num 19.7227 20.9332 1.2105 ms
90th percentile service time query-string-on-message-filtered-sorted-num 20.1803 21.1852 1.00491 ms
99th percentile service time query-string-on-message-filtered-sorted-num 29.7434 27.3404 -2.40297 ms
100th percentile service time query-string-on-message-filtered-sorted-num 29.7673 32.5484 2.78107 ms
error rate query-string-on-message-filtered-sorted-num 0 0 0 %
Min Throughput sort_keyword_can_match_shortcut 2.00639 2.00639 -0 ops/s
Mean Throughput sort_keyword_can_match_shortcut 2.00775 2.00774 -1e-05 ops/s
Median Throughput sort_keyword_can_match_shortcut 2.00765 2.00764 -1e-05 ops/s
Max Throughput sort_keyword_can_match_shortcut 2.00951 2.00951 -0 ops/s
50th percentile latency sort_keyword_can_match_shortcut 5.61276 5.76376 0.15099 ms
90th percentile latency sort_keyword_can_match_shortcut 6.02929 6.20128 0.17198 ms
99th percentile latency sort_keyword_can_match_shortcut 6.18621 6.65015 0.46394 ms
100th percentile latency sort_keyword_can_match_shortcut 6.1953 6.78394 0.58864 ms
50th percentile service time sort_keyword_can_match_shortcut 4.27798 4.50259 0.2246 ms
90th percentile service time sort_keyword_can_match_shortcut 4.41409 4.61883 0.20474 ms
99th percentile service time sort_keyword_can_match_shortcut 4.69496 5.28753 0.59257 ms
100th percentile service time sort_keyword_can_match_shortcut 4.86673 5.364 0.49727 ms
error rate sort_keyword_can_match_shortcut 0 0 0 %
Min Throughput sort_keyword_no_can_match_shortcut 2.00656 2.00655 -1e-05 ops/s
Mean Throughput sort_keyword_no_can_match_shortcut 2.00796 2.00795 -1e-05 ops/s
Median Throughput sort_keyword_no_can_match_shortcut 2.00785 2.00783 -2e-05 ops/s
Max Throughput sort_keyword_no_can_match_shortcut 2.00978 2.00976 -2e-05 ops/s
50th percentile latency sort_keyword_no_can_match_shortcut 5.61174 5.62244 0.01069 ms
90th percentile latency sort_keyword_no_can_match_shortcut 5.98833 6.01608 0.02775 ms
99th percentile latency sort_keyword_no_can_match_shortcut 6.41666 6.26219 -0.15447 ms
100th percentile latency sort_keyword_no_can_match_shortcut 6.62711 6.26411 -0.363 ms
50th percentile service time sort_keyword_no_can_match_shortcut 4.27021 4.28653 0.01631 ms
90th percentile service time sort_keyword_no_can_match_shortcut 4.37289 4.40022 0.02733 ms
99th percentile service time sort_keyword_no_can_match_shortcut 4.71905 4.91811 0.19906 ms
100th percentile service time sort_keyword_no_can_match_shortcut 4.98103 5.2932 0.31217 ms
error rate sort_keyword_no_can_match_shortcut 0 0 0 %
Min Throughput sort_numeric_desc 2.0059 2.00592 2e-05 ops/s
Mean Throughput sort_numeric_desc 2.00716 2.00717 1e-05 ops/s
Median Throughput sort_numeric_desc 2.00706 2.00707 1e-05 ops/s
Max Throughput sort_numeric_desc 2.0088 2.00881 1e-05 ops/s
50th percentile latency sort_numeric_desc 5.96593 5.59889 -0.36704 ms
90th percentile latency sort_numeric_desc 6.39429 5.99522 -0.39907 ms
99th percentile latency sort_numeric_desc 6.83139 6.20981 -0.62158 ms
100th percentile latency sort_numeric_desc 7.12391 6.22769 -0.89621 ms
50th percentile service time sort_numeric_desc 4.65536 4.29088 -0.36448 ms
90th percentile service time sort_numeric_desc 4.73745 4.39351 -0.34393 ms
99th percentile service time sort_numeric_desc 5.1162 4.64788 -0.46832 ms
100th percentile service time sort_numeric_desc 5.42483 4.78851 -0.63632 ms
error rate sort_numeric_desc 0 0 0 %
Min Throughput sort_numeric_asc 2.00646 2.00646 0 ops/s
Mean Throughput sort_numeric_asc 2.00784 2.00784 -0 ops/s
Median Throughput sort_numeric_asc 2.00773 2.00773 0 ops/s
Max Throughput sort_numeric_asc 2.00962 2.00962 -0 ops/s
50th percentile latency sort_numeric_asc 5.63177 5.4 -0.23177 ms
90th percentile latency sort_numeric_asc 6.02578 5.78716 -0.23862 ms
99th percentile latency sort_numeric_asc 6.41812 5.95441 -0.46371 ms
100th percentile latency sort_numeric_asc 6.66715 5.97808 -0.68907 ms
50th percentile service time sort_numeric_asc 4.30052 4.11165 -0.18888 ms
90th percentile service time sort_numeric_asc 4.39547 4.19151 -0.20396 ms
99th percentile service time sort_numeric_asc 4.89869 4.28911 -0.60957 ms
100th percentile service time sort_numeric_asc 5.25883 4.30448 -0.95435 ms
error rate sort_numeric_asc 0 0 0 %
Min Throughput sort_numeric_desc_with_match 2.00657 2.00659 2e-05 ops/s
Mean Throughput sort_numeric_desc_with_match 2.00798 2.00799 0 ops/s
Median Throughput sort_numeric_desc_with_match 2.00788 2.00788 0 ops/s
Max Throughput sort_numeric_desc_with_match 2.0098 2.0098 -0 ops/s
50th percentile latency sort_numeric_desc_with_match 3.74462 3.33817 -0.40645 ms
90th percentile latency sort_numeric_desc_with_match 4.13886 3.79479 -0.34407 ms
99th percentile latency sort_numeric_desc_with_match 4.2707 3.99802 -0.27268 ms
100th percentile latency sort_numeric_desc_with_match 4.28416 4.09226 -0.19191 ms
50th percentile service time sort_numeric_desc_with_match 2.4408 2.06238 -0.37843 ms
90th percentile service time sort_numeric_desc_with_match 2.51054 2.12368 -0.38686 ms
99th percentile service time sort_numeric_desc_with_match 2.59325 2.26972 -0.32353 ms
100th percentile service time sort_numeric_desc_with_match 2.60064 2.32401 -0.27663 ms
error rate sort_numeric_desc_with_match 0 0 0 %
Min Throughput sort_numeric_asc_with_match 2.00656 2.00659 3e-05 ops/s
Mean Throughput sort_numeric_asc_with_match 2.00796 2.008 4e-05 ops/s
Median Throughput sort_numeric_asc_with_match 2.00784 2.00789 5e-05 ops/s
Max Throughput sort_numeric_asc_with_match 2.00977 2.00982 5e-05 ops/s
50th percentile latency sort_numeric_asc_with_match 3.81409 3.48831 -0.32577 ms
90th percentile latency sort_numeric_asc_with_match 4.25441 3.94429 -0.31011 ms
99th percentile latency sort_numeric_asc_with_match 4.29911 4.03742 -0.2617 ms
100th percentile latency sort_numeric_asc_with_match 4.30177 4.03985 -0.26192 ms
50th percentile service time sort_numeric_asc_with_match 2.49877 2.19806 -0.30071 ms
90th percentile service time sort_numeric_asc_with_match 2.56355 2.25845 -0.3051 ms
99th percentile service time sort_numeric_asc_with_match 2.63285 2.39313 -0.23971 ms
100th percentile service time sort_numeric_asc_with_match 2.66392 2.48129 -0.18264 ms
error rate sort_numeric_asc_with_match 0 0 0 %
Min Throughput range_field_conjunction_big_range_big_term_query 2.00656 2.00657 1e-05 ops/s
Mean Throughput range_field_conjunction_big_range_big_term_query 2.00796 2.00797 1e-05 ops/s
Median Throughput range_field_conjunction_big_range_big_term_query 2.00786 2.00787 1e-05 ops/s
Max Throughput range_field_conjunction_big_range_big_term_query 2.00978 2.00979 1e-05 ops/s
50th percentile latency range_field_conjunction_big_range_big_term_query 3.57323 3.72506 0.15184 ms
90th percentile latency range_field_conjunction_big_range_big_term_query 3.96686 4.12894 0.16209 ms
99th percentile latency range_field_conjunction_big_range_big_term_query 4.03349 4.4505 0.41701 ms
100th percentile latency range_field_conjunction_big_range_big_term_query 4.04745 4.63193 0.58447 ms
50th percentile service time range_field_conjunction_big_range_big_term_query 2.20513 2.35869 0.15356 ms
90th percentile service time range_field_conjunction_big_range_big_term_query 2.28644 2.40136 0.11493 ms
99th percentile service time range_field_conjunction_big_range_big_term_query 2.5982 2.59516 -0.00304 ms
100th percentile service time range_field_conjunction_big_range_big_term_query 2.64686 2.63204 -0.01482 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.00658 2.00656 -2e-05 ops/s
Mean Throughput range_field_disjunction_big_range_small_term_query 2.00798 2.00797 -1e-05 ops/s
Median Throughput range_field_disjunction_big_range_small_term_query 2.00787 2.00786 -2e-05 ops/s
Max Throughput range_field_disjunction_big_range_small_term_query 2.0098 2.00978 -2e-05 ops/s
50th percentile latency range_field_disjunction_big_range_small_term_query 3.69221 3.8798 0.18759 ms
90th percentile latency range_field_disjunction_big_range_small_term_query 4.06043 4.28423 0.2238 ms
99th percentile latency range_field_disjunction_big_range_small_term_query 4.21007 4.73864 0.52856 ms
100th percentile latency range_field_disjunction_big_range_small_term_query 4.24598 5.08051 0.83453 ms
50th percentile service time range_field_disjunction_big_range_small_term_query 2.3476 2.48632 0.13871 ms
90th percentile service time range_field_disjunction_big_range_small_term_query 2.44204 2.59684 0.1548 ms
99th percentile service time range_field_disjunction_big_range_small_term_query 2.50552 3.56894 1.06342 ms
100th percentile service time range_field_disjunction_big_range_small_term_query 2.51762 4.11457 1.59696 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.00658 2.00659 0 ops/s
Mean Throughput range_field_conjunction_small_range_small_term_query 2.00799 2.00799 -0 ops/s
Median Throughput range_field_conjunction_small_range_small_term_query 2.00789 2.00789 -1e-05 ops/s
Max Throughput range_field_conjunction_small_range_small_term_query 2.00982 2.00981 -1e-05 ops/s
50th percentile latency range_field_conjunction_small_range_small_term_query 3.79009 3.63303 -0.15706 ms
90th percentile latency range_field_conjunction_small_range_small_term_query 4.20103 3.99057 -0.21046 ms
99th percentile latency range_field_conjunction_small_range_small_term_query 4.32886 4.256 -0.07286 ms
100th percentile latency range_field_conjunction_small_range_small_term_query 4.38586 4.29786 -0.088 ms
50th percentile service time range_field_conjunction_small_range_small_term_query 2.4897 2.25053 -0.23917 ms
90th percentile service time range_field_conjunction_small_range_small_term_query 2.55582 2.33452 -0.2213 ms
99th percentile service time range_field_conjunction_small_range_small_term_query 2.63709 2.40202 -0.23506 ms
100th percentile service time range_field_conjunction_small_range_small_term_query 2.65542 2.40236 -0.25306 ms
error rate range_field_conjunction_small_range_small_term_query 0 0 0 %
Min Throughput range_field_conjunction_small_range_big_term_query 2.00659 2.00659 1e-05 ops/s
Mean Throughput range_field_conjunction_small_range_big_term_query 2.00799 2.008 2e-05 ops/s
Median Throughput range_field_conjunction_small_range_big_term_query 2.00788 2.00789 1e-05 ops/s
Max Throughput range_field_conjunction_small_range_big_term_query 2.0098 2.00983 2e-05 ops/s
50th percentile latency range_field_conjunction_small_range_big_term_query 3.50185 3.3125 -0.18935 ms
90th percentile latency range_field_conjunction_small_range_big_term_query 3.90551 3.77225 -0.13326 ms
99th percentile latency range_field_conjunction_small_range_big_term_query 4.28233 4.11697 -0.16536 ms
100th percentile latency range_field_conjunction_small_range_big_term_query 4.30126 4.134 -0.16725 ms
50th percentile service time range_field_conjunction_small_range_big_term_query 2.13038 2.00096 -0.12941 ms
90th percentile service time range_field_conjunction_small_range_big_term_query 2.22295 2.05937 -0.16358 ms
99th percentile service time range_field_conjunction_small_range_big_term_query 2.45672 2.34908 -0.10764 ms
100th percentile service time range_field_conjunction_small_range_big_term_query 2.56242 2.39363 -0.1688 ms
error rate range_field_conjunction_small_range_big_term_query 0 0 0 %
Min Throughput range-auto-date-histo 0.308006 0.320141 0.01213 ops/s
Mean Throughput range-auto-date-histo 0.308219 0.320655 0.01244 ops/s
Median Throughput range-auto-date-histo 0.308222 0.320756 0.01253 ops/s
Max Throughput range-auto-date-histo 0.308372 0.320923 0.01255 ops/s
50th percentile latency range-auto-date-histo 687199 655316 -31882.1 ms
90th percentile latency range-auto-date-histo 796912 759746 -37166 ms
99th percentile latency range-auto-date-histo 821577 783284 -38292.2 ms
100th percentile latency range-auto-date-histo 822910 784592 -38317.9 ms
50th percentile service time range-auto-date-histo 3193.28 3080.68 -112.593 ms
90th percentile service time range-auto-date-histo 3381.65 3177.7 -203.95 ms
99th percentile service time range-auto-date-histo 3682.24 3280.06 -402.177 ms
100th percentile service time range-auto-date-histo 3766 3294.38 -471.617 ms
error rate range-auto-date-histo 0 0 0 %
Min Throughput range-auto-date-histo-with-metrics 0.100017 0.108929 0.00891 ops/s
Mean Throughput range-auto-date-histo-with-metrics 0.10005 0.108964 0.00891 ops/s
Median Throughput range-auto-date-histo-with-metrics 0.100053 0.108965 0.00891 ops/s
Max Throughput range-auto-date-histo-with-metrics 0.100076 0.108994 0.00892 ops/s
50th percentile latency range-auto-date-histo-with-metrics 2.37798e+06 2.17333e+06 -204652 ms
90th percentile latency range-auto-date-histo-with-metrics 2.75749e+06 2.52052e+06 -236970 ms
99th percentile latency range-auto-date-histo-with-metrics 2.843e+06 2.59834e+06 -244666 ms
100th percentile latency range-auto-date-histo-with-metrics 2.84773e+06 2.6027e+06 -245025 ms
50th percentile service time range-auto-date-histo-with-metrics 9970.93 9145.81 -825.124 ms
90th percentile service time range-auto-date-histo-with-metrics 10069.4 9256.14 -813.255 ms
99th percentile service time range-auto-date-histo-with-metrics 10335.7 9466.39 -869.278 ms
100th percentile service time range-auto-date-histo-with-metrics 10345.2 9469.8 -875.374 ms
error rate range-auto-date-histo-with-metrics 0 0 0 %
Min Throughput range-agg-1 2.00657 2.00658 1e-05 ops/s
Mean Throughput range-agg-1 2.00797 2.00798 2e-05 ops/s
Median Throughput range-agg-1 2.00786 2.00787 1e-05 ops/s
Max Throughput range-agg-1 2.00978 2.00981 4e-05 ops/s
50th percentile latency range-agg-1 3.73082 3.78629 0.05547 ms
90th percentile latency range-agg-1 4.12915 4.19928 0.07013 ms
99th percentile latency range-agg-1 4.27384 4.38042 0.10658 ms
100th percentile latency range-agg-1 4.30685 4.39754 0.09069 ms
50th percentile service time range-agg-1 2.47259 2.4696 -0.00299 ms
90th percentile service time range-agg-1 2.5823 2.58425 0.00195 ms
99th percentile service time range-agg-1 2.65075 2.71496 0.06422 ms
100th percentile service time range-agg-1 2.66289 2.75592 0.09304 ms
error rate range-agg-1 0 0 0 %
Min Throughput range-agg-2 2.00658 2.00657 -1e-05 ops/s
Mean Throughput range-agg-2 2.00798 2.00798 -0 ops/s
Median Throughput range-agg-2 2.00788 2.00788 0 ops/s
Max Throughput range-agg-2 2.0098 2.0098 0 ops/s
50th percentile latency range-agg-2 4.11477 3.98977 -0.125 ms
90th percentile latency range-agg-2 4.52106 4.41813 -0.10293 ms
99th percentile latency range-agg-2 4.61861 4.53442 -0.0842 ms
100th percentile latency range-agg-2 4.61982 4.5682 -0.05163 ms
50th percentile service time range-agg-2 2.76554 2.65511 -0.11043 ms
90th percentile service time range-agg-2 2.88399 2.76137 -0.12262 ms
99th percentile service time range-agg-2 2.9323 2.90506 -0.02724 ms
100th percentile service time range-agg-2 2.93616 2.9566 0.02044 ms
error rate range-agg-2 0 0 0 %
Min Throughput cardinality-agg-low 2.00622 2.00627 5e-05 ops/s
Mean Throughput cardinality-agg-low 2.00755 2.00761 6e-05 ops/s
Median Throughput cardinality-agg-low 2.00745 2.0075 5e-05 ops/s
Max Throughput cardinality-agg-low 2.00928 2.00935 6e-05 ops/s
50th percentile latency cardinality-agg-low 5.54592 5.18993 -0.35599 ms
90th percentile latency cardinality-agg-low 6.14368 6.03125 -0.11243 ms
99th percentile latency cardinality-agg-low 6.48777 6.33784 -0.14993 ms
100th percentile latency cardinality-agg-low 6.5324 6.44616 -0.08624 ms
50th percentile service time cardinality-agg-low 4.09792 3.81767 -0.28025 ms
90th percentile service time cardinality-agg-low 4.71779 4.52693 -0.19086 ms
99th percentile service time cardinality-agg-low 4.95073 4.65712 -0.2936 ms
100th percentile service time cardinality-agg-low 5.07699 4.67422 -0.40277 ms
error rate cardinality-agg-low 0 0 0 %
Min Throughput cardinality-agg-high 0.780208 0.758758 -0.02145 ops/s
Mean Throughput cardinality-agg-high 0.782246 0.760078 -0.02217 ops/s
Median Throughput cardinality-agg-high 0.782316 0.760087 -0.02223 ops/s
Max Throughput cardinality-agg-high 0.783774 0.761718 -0.02206 ops/s
50th percentile latency cardinality-agg-high 195104 204898 9794.27 ms
90th percentile latency cardinality-agg-high 226146 237644 11498.2 ms
99th percentile latency cardinality-agg-high 232842 245301 12458.9 ms
100th percentile latency cardinality-agg-high 233207 245692 12484.8 ms
50th percentile service time cardinality-agg-high 1242.43 1303.09 60.6586 ms
90th percentile service time cardinality-agg-high 1315.97 1449.81 133.839 ms
99th percentile service time cardinality-agg-high 1794.23 1800.75 6.52509 ms
100th percentile service time cardinality-agg-high 1867.24 1907.12 39.8883 ms
error rate cardinality-agg-high 0 0 0 %
Min Throughput cardinality-agg-very-high 0.599318 0.61974 0.02042 ops/s
Mean Throughput cardinality-agg-very-high 0.601441 0.621542 0.0201 ops/s
Median Throughput cardinality-agg-very-high 0.601393 0.621533 0.02014 ops/s
Max Throughput cardinality-agg-very-high 0.604567 0.622952 0.01839 ops/s
50th percentile latency cardinality-agg-very-high 117144 111687 -5457.14 ms
90th percentile latency cardinality-agg-very-high 163886 155728 -8158.42 ms
99th percentile latency cardinality-agg-very-high 174031 165488 -8543.77 ms
100th percentile latency cardinality-agg-very-high 174587 166023 -8563.8 ms
50th percentile service time cardinality-agg-very-high 1621.13 1576.84 -44.2831 ms
90th percentile service time cardinality-agg-very-high 1739.11 1654.39 -84.7233 ms
99th percentile service time cardinality-agg-very-high 2282.92 1854.84 -428.08 ms
100th percentile service time cardinality-agg-very-high 2311.1 1901.87 -409.225 ms
error rate cardinality-agg-very-high 0 0 0 %
Min Throughput range_with_asc_sort 2.00653 2.00623 -0.0003 ops/s
Mean Throughput range_with_asc_sort 2.00792 2.00756 -0.00036 ops/s
Median Throughput range_with_asc_sort 2.00782 2.00746 -0.00035 ops/s
Max Throughput range_with_asc_sort 2.00973 2.00928 -0.00044 ops/s
50th percentile latency range_with_asc_sort 7.05256 7.15714 0.10457 ms
90th percentile latency range_with_asc_sort 7.49789 7.61161 0.11372 ms
99th percentile latency range_with_asc_sort 14.0716 8.05682 -6.01474 ms
100th percentile latency range_with_asc_sort 15.2615 8.22695 -7.03451 ms
50th percentile service time range_with_asc_sort 5.72645 5.90267 0.17622 ms
90th percentile service time range_with_asc_sort 5.84668 5.99962 0.15294 ms
99th percentile service time range_with_asc_sort 12.3423 6.34202 -6.00028 ms
100th percentile service time range_with_asc_sort 13.4601 6.56391 -6.89621 ms
error rate range_with_asc_sort 0 0 0 %
Min Throughput range_with_desc_sort 2.00654 2.00652 -2e-05 ops/s
Mean Throughput range_with_desc_sort 2.00793 2.00792 -2e-05 ops/s
Median Throughput range_with_desc_sort 2.00783 2.00781 -2e-05 ops/s
Max Throughput range_with_desc_sort 2.00974 2.00972 -2e-05 ops/s
50th percentile latency range_with_desc_sort 6.98331 7.56742 0.5841 ms
90th percentile latency range_with_desc_sort 7.42543 7.98271 0.55728 ms
99th percentile latency range_with_desc_sort 8.15884 8.19783 0.03899 ms
100th percentile latency range_with_desc_sort 8.78441 8.2156 -0.56882 ms
50th percentile service time range_with_desc_sort 5.73675 6.27787 0.54112 ms
90th percentile service time range_with_desc_sort 5.85756 6.39722 0.53966 ms
99th percentile service time range_with_desc_sort 6.71621 6.48711 -0.22909 ms
100th percentile service time range_with_desc_sort 7.26376 6.48713 -0.77663 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/4956/

Metric Task Value Unit
Cumulative indexing time of primary shards 0 min
Min cumulative indexing time across primary shards 0 min
Median cumulative indexing time across primary shards 0 min
Max cumulative indexing time across primary shards 0 min
Cumulative indexing throttle time of primary shards 0 min
Min cumulative indexing throttle time across primary shards 0 min
Median cumulative indexing throttle time across primary shards 0 min
Max cumulative indexing throttle time across primary shards 0 min
Cumulative merge time of primary shards 0 min
Cumulative merge count of primary shards 0
Min cumulative merge time across primary shards 0 min
Median cumulative merge time across primary shards 0 min
Max cumulative merge time across primary shards 0 min
Cumulative merge throttle time of primary shards 0 min
Min cumulative merge throttle time across primary shards 0 min
Median cumulative merge throttle time across primary shards 0 min
Max cumulative merge throttle time across primary shards 0 min
Cumulative refresh time of primary shards 0 min
Cumulative refresh count of primary shards 4
Min cumulative refresh time across primary shards 0 min
Median cumulative refresh time across primary shards 0 min
Max cumulative refresh time across primary shards 0 min
Cumulative flush time of primary shards 0 min
Cumulative flush count of primary shards 1
Min cumulative flush time across primary shards 0 min
Median cumulative flush time across primary shards 0 min
Max cumulative flush time across primary shards 0 min
Total Young Gen GC time 2.143 s
Total Young Gen GC count 54
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.19 ops/s
Mean Throughput wait-until-merges-finish 110.19 ops/s
Median Throughput wait-until-merges-finish 110.19 ops/s
Max Throughput wait-until-merges-finish 110.19 ops/s
100th percentile latency wait-until-merges-finish 8.76754 ms
100th percentile service time wait-until-merges-finish 8.76754 ms
error rate wait-until-merges-finish 0 %
Min Throughput default 2 ops/s
Mean Throughput default 2.01 ops/s
Median Throughput default 2.01 ops/s
Max Throughput default 2.01 ops/s
50th percentile latency default 6.76953 ms
90th percentile latency default 7.40469 ms
99th percentile latency default 9.07539 ms
100th percentile latency default 9.83463 ms
50th percentile service time default 5.44583 ms
90th percentile service time default 5.99033 ms
99th percentile service time default 7.98602 ms
100th percentile service time default 8.61747 ms
error rate default 0 %
Min Throughput desc_sort_timestamp 2.01 ops/s
Mean Throughput desc_sort_timestamp 2.01 ops/s
Median Throughput desc_sort_timestamp 2.01 ops/s
Max Throughput desc_sort_timestamp 2.01 ops/s
50th percentile latency desc_sort_timestamp 8.31306 ms
90th percentile latency desc_sort_timestamp 8.95665 ms
99th percentile latency desc_sort_timestamp 12.845 ms
100th percentile latency desc_sort_timestamp 15.2102 ms
50th percentile service time desc_sort_timestamp 7.06567 ms
90th percentile service time desc_sort_timestamp 7.49799 ms
99th percentile service time desc_sort_timestamp 11.8154 ms
100th percentile service time desc_sort_timestamp 13.9405 ms
error rate desc_sort_timestamp 0 %
Min Throughput asc_sort_timestamp 2.01 ops/s
Mean Throughput asc_sort_timestamp 2.01 ops/s
Median Throughput asc_sort_timestamp 2.01 ops/s
Max Throughput asc_sort_timestamp 2.01 ops/s
50th percentile latency asc_sort_timestamp 7.75942 ms
90th percentile latency asc_sort_timestamp 8.24391 ms
99th percentile latency asc_sort_timestamp 9.27909 ms
100th percentile latency asc_sort_timestamp 9.40919 ms
50th percentile service time asc_sort_timestamp 6.47257 ms
90th percentile service time asc_sort_timestamp 6.71322 ms
99th percentile service time asc_sort_timestamp 8.1097 ms
100th percentile service time asc_sort_timestamp 8.1628 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.01 ops/s
Median Throughput desc_sort_with_after_timestamp 2.01 ops/s
Max Throughput desc_sort_with_after_timestamp 2.01 ops/s
50th percentile latency desc_sort_with_after_timestamp 6.53318 ms
90th percentile latency desc_sort_with_after_timestamp 6.94746 ms
99th percentile latency desc_sort_with_after_timestamp 7.42357 ms
100th percentile latency desc_sort_with_after_timestamp 7.44811 ms
50th percentile service time desc_sort_with_after_timestamp 5.2294 ms
90th percentile service time desc_sort_with_after_timestamp 5.49197 ms
99th percentile service time desc_sort_with_after_timestamp 6.10467 ms
100th percentile service time desc_sort_with_after_timestamp 6.5019 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.01 ops/s
Median Throughput asc_sort_with_after_timestamp 2.01 ops/s
Max Throughput asc_sort_with_after_timestamp 2.01 ops/s
50th percentile latency asc_sort_with_after_timestamp 6.30982 ms
90th percentile latency asc_sort_with_after_timestamp 6.71819 ms
99th percentile latency asc_sort_with_after_timestamp 7.14288 ms
100th percentile latency asc_sort_with_after_timestamp 7.14424 ms
50th percentile service time asc_sort_with_after_timestamp 4.99239 ms
90th percentile service time asc_sort_with_after_timestamp 5.16226 ms
99th percentile service time asc_sort_with_after_timestamp 5.82406 ms
100th percentile service time asc_sort_with_after_timestamp 6.02033 ms
error rate asc_sort_with_after_timestamp 0 %
Min Throughput desc_sort_timestamp_can_match_shortcut 2.01 ops/s
Mean Throughput desc_sort_timestamp_can_match_shortcut 2.01 ops/s
Median Throughput desc_sort_timestamp_can_match_shortcut 2.01 ops/s
Max Throughput desc_sort_timestamp_can_match_shortcut 2.01 ops/s
50th percentile latency desc_sort_timestamp_can_match_shortcut 7.70992 ms
90th percentile latency desc_sort_timestamp_can_match_shortcut 8.2013 ms
99th percentile latency desc_sort_timestamp_can_match_shortcut 8.93707 ms
100th percentile latency desc_sort_timestamp_can_match_shortcut 8.94459 ms
50th percentile service time desc_sort_timestamp_can_match_shortcut 6.47223 ms
90th percentile service time desc_sort_timestamp_can_match_shortcut 6.65999 ms
99th percentile service time desc_sort_timestamp_can_match_shortcut 7.33092 ms
100th percentile service time desc_sort_timestamp_can_match_shortcut 7.54548 ms
error rate desc_sort_timestamp_can_match_shortcut 0 %
Min Throughput desc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Mean Throughput desc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Median Throughput desc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Max Throughput desc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
50th percentile latency desc_sort_timestamp_no_can_match_shortcut 7.54158 ms
90th percentile latency desc_sort_timestamp_no_can_match_shortcut 7.93319 ms
99th percentile latency desc_sort_timestamp_no_can_match_shortcut 8.32958 ms
100th percentile latency desc_sort_timestamp_no_can_match_shortcut 8.54655 ms
50th percentile service time desc_sort_timestamp_no_can_match_shortcut 6.30322 ms
90th percentile service time desc_sort_timestamp_no_can_match_shortcut 6.42947 ms
99th percentile service time desc_sort_timestamp_no_can_match_shortcut 6.6985 ms
100th percentile service time desc_sort_timestamp_no_can_match_shortcut 6.9045 ms
error rate desc_sort_timestamp_no_can_match_shortcut 0 %
Min Throughput asc_sort_timestamp_can_match_shortcut 2.01 ops/s
Mean Throughput asc_sort_timestamp_can_match_shortcut 2.01 ops/s
Median Throughput asc_sort_timestamp_can_match_shortcut 2.01 ops/s
Max Throughput asc_sort_timestamp_can_match_shortcut 2.01 ops/s
50th percentile latency asc_sort_timestamp_can_match_shortcut 8.41006 ms
90th percentile latency asc_sort_timestamp_can_match_shortcut 8.86923 ms
99th percentile latency asc_sort_timestamp_can_match_shortcut 10.2385 ms
100th percentile latency asc_sort_timestamp_can_match_shortcut 11.2258 ms
50th percentile service time asc_sort_timestamp_can_match_shortcut 7.22089 ms
90th percentile service time asc_sort_timestamp_can_match_shortcut 7.36858 ms
99th percentile service time asc_sort_timestamp_can_match_shortcut 8.77994 ms
100th percentile service time asc_sort_timestamp_can_match_shortcut 9.64697 ms
error rate asc_sort_timestamp_can_match_shortcut 0 %
Min Throughput asc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Mean Throughput asc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Median Throughput asc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Max Throughput asc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
50th percentile latency asc_sort_timestamp_no_can_match_shortcut 8.40185 ms
90th percentile latency asc_sort_timestamp_no_can_match_shortcut 8.82477 ms
99th percentile latency asc_sort_timestamp_no_can_match_shortcut 10.4263 ms
100th percentile latency asc_sort_timestamp_no_can_match_shortcut 10.7502 ms
50th percentile service time asc_sort_timestamp_no_can_match_shortcut 7.14177 ms
90th percentile service time asc_sort_timestamp_no_can_match_shortcut 7.31386 ms
99th percentile service time asc_sort_timestamp_no_can_match_shortcut 8.69762 ms
100th percentile service time asc_sort_timestamp_no_can_match_shortcut 9.11535 ms
error rate asc_sort_timestamp_no_can_match_shortcut 0 %
Min Throughput term 2.01 ops/s
Mean Throughput term 2.01 ops/s
Median Throughput term 2.01 ops/s
Max Throughput term 2.01 ops/s
50th percentile latency term 3.78397 ms
90th percentile latency term 4.1439 ms
99th percentile latency term 4.35734 ms
100th percentile latency term 4.37855 ms
50th percentile service time term 2.49835 ms
90th percentile service time term 2.66297 ms
99th percentile service time term 2.83165 ms
100th percentile service time term 2.88154 ms
error rate term 0 %
Min Throughput multi_terms-keyword 1.34 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.34 ops/s
50th percentile latency multi_terms-keyword 61886.2 ms
90th percentile latency multi_terms-keyword 71309.1 ms
99th percentile latency multi_terms-keyword 73432.3 ms
100th percentile latency multi_terms-keyword 73549.7 ms
50th percentile service time multi_terms-keyword 735.595 ms
90th percentile service time multi_terms-keyword 741.681 ms
99th percentile service time multi_terms-keyword 764.309 ms
100th percentile service time multi_terms-keyword 781.286 ms
error rate multi_terms-keyword 0 %
Min Throughput keyword-terms 2 ops/s
Mean Throughput keyword-terms 2 ops/s
Median Throughput keyword-terms 2 ops/s
Max Throughput keyword-terms 2.01 ops/s
50th percentile latency keyword-terms 27.0101 ms
90th percentile latency keyword-terms 36.9156 ms
99th percentile latency keyword-terms 39.8465 ms
100th percentile latency keyword-terms 39.8962 ms
50th percentile service time keyword-terms 24.8094 ms
90th percentile service time keyword-terms 34.8601 ms
99th percentile service time keyword-terms 38.4208 ms
100th percentile service time keyword-terms 38.9594 ms
error rate keyword-terms 0 %
Min Throughput keyword-terms-low-cardinality 2.01 ops/s
Mean Throughput keyword-terms-low-cardinality 2.01 ops/s
Median Throughput keyword-terms-low-cardinality 2.01 ops/s
Max Throughput keyword-terms-low-cardinality 2.01 ops/s
50th percentile latency keyword-terms-low-cardinality 23.9779 ms
90th percentile latency keyword-terms-low-cardinality 33.6294 ms
99th percentile latency keyword-terms-low-cardinality 34.2477 ms
100th percentile latency keyword-terms-low-cardinality 34.2573 ms
50th percentile service time keyword-terms-low-cardinality 21.7664 ms
90th percentile service time keyword-terms-low-cardinality 31.3436 ms
99th percentile service time keyword-terms-low-cardinality 31.5586 ms
100th percentile service time keyword-terms-low-cardinality 31.5773 ms
error rate keyword-terms-low-cardinality 0 %
Min Throughput composite-terms 2 ops/s
Mean Throughput composite-terms 2 ops/s
Median Throughput composite-terms 2 ops/s
Max Throughput composite-terms 2 ops/s
50th percentile latency composite-terms 189.594 ms
90th percentile latency composite-terms 195.301 ms
99th percentile latency composite-terms 204.881 ms
100th percentile latency composite-terms 208.232 ms
50th percentile service time composite-terms 188.43 ms
90th percentile service time composite-terms 194.409 ms
99th percentile service time composite-terms 204.034 ms
100th percentile service time composite-terms 207.326 ms
error rate composite-terms 0 %
Min Throughput composite_terms-keyword 2 ops/s
Mean Throughput composite_terms-keyword 2 ops/s
Median Throughput composite_terms-keyword 2 ops/s
Max Throughput composite_terms-keyword 2 ops/s
50th percentile latency composite_terms-keyword 330.426 ms
90th percentile latency composite_terms-keyword 340.609 ms
99th percentile latency composite_terms-keyword 352.453 ms
100th percentile latency composite_terms-keyword 353.762 ms
50th percentile service time composite_terms-keyword 329.435 ms
90th percentile service time composite_terms-keyword 339.215 ms
99th percentile service time composite_terms-keyword 350.701 ms
100th percentile service time composite_terms-keyword 352.37 ms
error rate composite_terms-keyword 0 %
Min Throughput composite-date_histogram-daily 2.01 ops/s
Mean Throughput composite-date_histogram-daily 2.01 ops/s
Median Throughput composite-date_histogram-daily 2.01 ops/s
Max Throughput composite-date_histogram-daily 2.01 ops/s
50th percentile latency composite-date_histogram-daily 4.83248 ms
90th percentile latency composite-date_histogram-daily 5.27172 ms
99th percentile latency composite-date_histogram-daily 5.62423 ms
100th percentile latency composite-date_histogram-daily 5.68686 ms
50th percentile service time composite-date_histogram-daily 3.5806 ms
90th percentile service time composite-date_histogram-daily 3.76912 ms
99th percentile service time composite-date_histogram-daily 3.95892 ms
100th percentile service time composite-date_histogram-daily 3.98239 ms
error rate composite-date_histogram-daily 0 %
Min Throughput range 2.01 ops/s
Mean Throughput range 2.01 ops/s
Median Throughput range 2.01 ops/s
Max Throughput range 2.01 ops/s
50th percentile latency range 5.7096 ms
90th percentile latency range 6.13465 ms
99th percentile latency range 6.41091 ms
100th percentile latency range 6.54281 ms
50th percentile service time range 4.46703 ms
90th percentile service time range 4.59547 ms
99th percentile service time range 4.95476 ms
100th percentile service time range 5.16078 ms
error rate range 0 %
Min Throughput range-numeric 2.01 ops/s
Mean Throughput range-numeric 2.01 ops/s
Median Throughput range-numeric 2.01 ops/s
Max Throughput range-numeric 2.01 ops/s
50th percentile latency range-numeric 3.80911 ms
90th percentile latency range-numeric 4.29192 ms
99th percentile latency range-numeric 4.57119 ms
100th percentile latency range-numeric 4.68316 ms
50th percentile service time range-numeric 2.49922 ms
90th percentile service time range-numeric 2.71762 ms
99th percentile service time range-numeric 2.92483 ms
100th percentile service time range-numeric 2.94123 ms
error rate range-numeric 0 %
Min Throughput keyword-in-range 2.01 ops/s
Mean Throughput keyword-in-range 2.01 ops/s
Median Throughput keyword-in-range 2.01 ops/s
Max Throughput keyword-in-range 2.01 ops/s
50th percentile latency keyword-in-range 13.953 ms
90th percentile latency keyword-in-range 14.4457 ms
99th percentile latency keyword-in-range 17.755 ms
100th percentile latency keyword-in-range 20.0758 ms
50th percentile service time keyword-in-range 12.7205 ms
90th percentile service time keyword-in-range 13.1099 ms
99th percentile service time keyword-in-range 16.5179 ms
100th percentile service time keyword-in-range 19.2354 ms
error rate keyword-in-range 0 %
Min Throughput date_histogram_hourly_agg 2.01 ops/s
Mean Throughput date_histogram_hourly_agg 2.01 ops/s
Median Throughput date_histogram_hourly_agg 2.01 ops/s
Max Throughput date_histogram_hourly_agg 2.01 ops/s
50th percentile latency date_histogram_hourly_agg 6.76001 ms
90th percentile latency date_histogram_hourly_agg 8.04939 ms
99th percentile latency date_histogram_hourly_agg 8.36378 ms
100th percentile latency date_histogram_hourly_agg 8.39138 ms
50th percentile service time date_histogram_hourly_agg 5.49343 ms
90th percentile service time date_histogram_hourly_agg 6.83674 ms
99th percentile service time date_histogram_hourly_agg 7.06675 ms
100th percentile service time date_histogram_hourly_agg 7.07024 ms
error rate date_histogram_hourly_agg 0 %
Min Throughput date_histogram_minute_agg 2.01 ops/s
Mean Throughput date_histogram_minute_agg 2.01 ops/s
Median Throughput date_histogram_minute_agg 2.01 ops/s
Max Throughput date_histogram_minute_agg 2.01 ops/s
50th percentile latency date_histogram_minute_agg 41.026 ms
90th percentile latency date_histogram_minute_agg 41.7359 ms
99th percentile latency date_histogram_minute_agg 43.2168 ms
100th percentile latency date_histogram_minute_agg 43.3349 ms
50th percentile service time date_histogram_minute_agg 39.8155 ms
90th percentile service time date_histogram_minute_agg 40.3018 ms
99th percentile service time date_histogram_minute_agg 42.2379 ms
100th percentile service time date_histogram_minute_agg 42.3032 ms
error rate date_histogram_minute_agg 0 %
Min Throughput scroll 48.75 pages/s
Mean Throughput scroll 48.91 pages/s
Median Throughput scroll 48.93 pages/s
Max Throughput scroll 49.01 pages/s
50th percentile latency scroll 3134.4 ms
90th percentile latency scroll 3348.88 ms
99th percentile latency scroll 3443.01 ms
100th percentile latency scroll 3448.16 ms
50th percentile service time scroll 497.475 ms
90th percentile service time scroll 501.203 ms
99th percentile service time scroll 519.049 ms
100th percentile service time scroll 524.652 ms
error rate scroll 0 %
Min Throughput query-string-on-message 2.01 ops/s
Mean Throughput query-string-on-message 2.01 ops/s
Median Throughput query-string-on-message 2.01 ops/s
Max Throughput query-string-on-message 2.01 ops/s
50th percentile latency query-string-on-message 6.54241 ms
90th percentile latency query-string-on-message 6.9294 ms
99th percentile latency query-string-on-message 7.74395 ms
100th percentile latency query-string-on-message 7.89412 ms
50th percentile service time query-string-on-message 5.25396 ms
90th percentile service time query-string-on-message 5.41055 ms
99th percentile service time query-string-on-message 7.00036 ms
100th percentile service time query-string-on-message 7.30675 ms
error rate query-string-on-message 0 %
Min Throughput query-string-on-message-filtered 2.01 ops/s
Mean Throughput query-string-on-message-filtered 2.01 ops/s
Median Throughput query-string-on-message-filtered 2.01 ops/s
Max Throughput query-string-on-message-filtered 2.01 ops/s
50th percentile latency query-string-on-message-filtered 13.517 ms
90th percentile latency query-string-on-message-filtered 13.9393 ms
99th percentile latency query-string-on-message-filtered 14.5751 ms
100th percentile latency query-string-on-message-filtered 14.8006 ms
50th percentile service time query-string-on-message-filtered 12.2953 ms
90th percentile service time query-string-on-message-filtered 12.543 ms
99th percentile service time query-string-on-message-filtered 13.0129 ms
100th percentile service time query-string-on-message-filtered 13.2647 ms
error rate query-string-on-message-filtered 0 %
Min Throughput query-string-on-message-filtered-sorted-num 2.01 ops/s
Mean Throughput query-string-on-message-filtered-sorted-num 2.01 ops/s
Median Throughput query-string-on-message-filtered-sorted-num 2.01 ops/s
Max Throughput query-string-on-message-filtered-sorted-num 2.01 ops/s
50th percentile latency query-string-on-message-filtered-sorted-num 22.5881 ms
90th percentile latency query-string-on-message-filtered-sorted-num 23.1492 ms
99th percentile latency query-string-on-message-filtered-sorted-num 23.6816 ms
100th percentile latency query-string-on-message-filtered-sorted-num 23.7722 ms
50th percentile service time query-string-on-message-filtered-sorted-num 20.3644 ms
90th percentile service time query-string-on-message-filtered-sorted-num 20.7911 ms
99th percentile service time query-string-on-message-filtered-sorted-num 21.1743 ms
100th percentile service time query-string-on-message-filtered-sorted-num 21.2521 ms
error rate query-string-on-message-filtered-sorted-num 0 %
Min Throughput sort_keyword_can_match_shortcut 2.01 ops/s
Mean Throughput sort_keyword_can_match_shortcut 2.01 ops/s
Median Throughput sort_keyword_can_match_shortcut 2.01 ops/s
Max Throughput sort_keyword_can_match_shortcut 2.01 ops/s
50th percentile latency sort_keyword_can_match_shortcut 5.53164 ms
90th percentile latency sort_keyword_can_match_shortcut 5.93485 ms
99th percentile latency sort_keyword_can_match_shortcut 6.22352 ms
100th percentile latency sort_keyword_can_match_shortcut 6.30283 ms
50th percentile service time sort_keyword_can_match_shortcut 4.28623 ms
90th percentile service time sort_keyword_can_match_shortcut 4.37126 ms
99th percentile service time sort_keyword_can_match_shortcut 4.6699 ms
100th percentile service time sort_keyword_can_match_shortcut 4.7677 ms
error rate sort_keyword_can_match_shortcut 0 %
Min Throughput sort_keyword_no_can_match_shortcut 2.01 ops/s
Mean Throughput sort_keyword_no_can_match_shortcut 2.01 ops/s
Median Throughput sort_keyword_no_can_match_shortcut 2.01 ops/s
Max Throughput sort_keyword_no_can_match_shortcut 2.01 ops/s
50th percentile latency sort_keyword_no_can_match_shortcut 5.55263 ms
90th percentile latency sort_keyword_no_can_match_shortcut 5.97521 ms
99th percentile latency sort_keyword_no_can_match_shortcut 6.33329 ms
100th percentile latency sort_keyword_no_can_match_shortcut 6.54586 ms
50th percentile service time sort_keyword_no_can_match_shortcut 4.32418 ms
90th percentile service time sort_keyword_no_can_match_shortcut 4.40187 ms
99th percentile service time sort_keyword_no_can_match_shortcut 4.86573 ms
100th percentile service time sort_keyword_no_can_match_shortcut 5.27138 ms
error rate sort_keyword_no_can_match_shortcut 0 %
Min Throughput sort_numeric_desc 2.01 ops/s
Mean Throughput sort_numeric_desc 2.01 ops/s
Median Throughput sort_numeric_desc 2.01 ops/s
Max Throughput sort_numeric_desc 2.01 ops/s
50th percentile latency sort_numeric_desc 5.65723 ms
90th percentile latency sort_numeric_desc 6.05277 ms
99th percentile latency sort_numeric_desc 6.54731 ms
100th percentile latency sort_numeric_desc 6.77609 ms
50th percentile service time sort_numeric_desc 4.39058 ms
90th percentile service time sort_numeric_desc 4.47053 ms
99th percentile service time sort_numeric_desc 4.58855 ms
100th percentile service time sort_numeric_desc 4.66748 ms
error rate sort_numeric_desc 0 %
Min Throughput sort_numeric_asc 2.01 ops/s
Mean Throughput sort_numeric_asc 2.01 ops/s
Median Throughput sort_numeric_asc 2.01 ops/s
Max Throughput sort_numeric_asc 2.01 ops/s
50th percentile latency sort_numeric_asc 5.44535 ms
90th percentile latency sort_numeric_asc 5.84056 ms
99th percentile latency sort_numeric_asc 6.05804 ms
100th percentile latency sort_numeric_asc 6.07806 ms
50th percentile service time sort_numeric_asc 4.17509 ms
90th percentile service time sort_numeric_asc 4.25393 ms
99th percentile service time sort_numeric_asc 4.39094 ms
100th percentile service time sort_numeric_asc 4.4341 ms
error rate sort_numeric_asc 0 %
Min Throughput sort_numeric_desc_with_match 2.01 ops/s
Mean Throughput sort_numeric_desc_with_match 2.01 ops/s
Median Throughput sort_numeric_desc_with_match 2.01 ops/s
Max Throughput sort_numeric_desc_with_match 2.01 ops/s
50th percentile latency sort_numeric_desc_with_match 3.75946 ms
90th percentile latency sort_numeric_desc_with_match 4.12953 ms
99th percentile latency sort_numeric_desc_with_match 4.31649 ms
100th percentile latency sort_numeric_desc_with_match 4.32351 ms
50th percentile service time sort_numeric_desc_with_match 2.47079 ms
90th percentile service time sort_numeric_desc_with_match 2.56945 ms
99th percentile service time sort_numeric_desc_with_match 2.75036 ms
100th percentile service time sort_numeric_desc_with_match 2.79383 ms
error rate sort_numeric_desc_with_match 0 %
Min Throughput sort_numeric_asc_with_match 2.01 ops/s
Mean Throughput sort_numeric_asc_with_match 2.01 ops/s
Median Throughput sort_numeric_asc_with_match 2.01 ops/s
Max Throughput sort_numeric_asc_with_match 2.01 ops/s
50th percentile latency sort_numeric_asc_with_match 3.1809 ms
90th percentile latency sort_numeric_asc_with_match 3.58847 ms
99th percentile latency sort_numeric_asc_with_match 5.16533 ms
100th percentile latency sort_numeric_asc_with_match 6.39213 ms
50th percentile service time sort_numeric_asc_with_match 2.0727 ms
90th percentile service time sort_numeric_asc_with_match 2.15658 ms
99th percentile service time sort_numeric_asc_with_match 3.42689 ms
100th percentile service time sort_numeric_asc_with_match 4.6038 ms
error rate sort_numeric_asc_with_match 0 %
Min Throughput range_field_conjunction_big_range_big_term_query 2.01 ops/s
Mean Throughput range_field_conjunction_big_range_big_term_query 2.01 ops/s
Median Throughput range_field_conjunction_big_range_big_term_query 2.01 ops/s
Max Throughput range_field_conjunction_big_range_big_term_query 2.01 ops/s
50th percentile latency range_field_conjunction_big_range_big_term_query 3.71364 ms
90th percentile latency range_field_conjunction_big_range_big_term_query 4.11038 ms
99th percentile latency range_field_conjunction_big_range_big_term_query 4.20488 ms
100th percentile latency range_field_conjunction_big_range_big_term_query 4.21667 ms
50th percentile service time range_field_conjunction_big_range_big_term_query 2.43013 ms
90th percentile service time range_field_conjunction_big_range_big_term_query 2.50627 ms
99th percentile service time range_field_conjunction_big_range_big_term_query 2.5584 ms
100th percentile service time range_field_conjunction_big_range_big_term_query 2.56464 ms
error rate range_field_conjunction_big_range_big_term_query 0 %
Min Throughput range_field_disjunction_big_range_small_term_query 2.01 ops/s
Mean Throughput range_field_disjunction_big_range_small_term_query 2.01 ops/s
Median Throughput range_field_disjunction_big_range_small_term_query 2.01 ops/s
Max Throughput range_field_disjunction_big_range_small_term_query 2.01 ops/s
50th percentile latency range_field_disjunction_big_range_small_term_query 3.35147 ms
90th percentile latency range_field_disjunction_big_range_small_term_query 3.84054 ms
99th percentile latency range_field_disjunction_big_range_small_term_query 4.27505 ms
100th percentile latency range_field_disjunction_big_range_small_term_query 4.53592 ms
50th percentile service time range_field_disjunction_big_range_small_term_query 2.15371 ms
90th percentile service time range_field_disjunction_big_range_small_term_query 2.22565 ms
99th percentile service time range_field_disjunction_big_range_small_term_query 2.36236 ms
100th percentile service time range_field_disjunction_big_range_small_term_query 2.42535 ms
error rate range_field_disjunction_big_range_small_term_query 0 %
Min Throughput range_field_conjunction_small_range_small_term_query 2.01 ops/s
Mean Throughput range_field_conjunction_small_range_small_term_query 2.01 ops/s
Median Throughput range_field_conjunction_small_range_small_term_query 2.01 ops/s
Max Throughput range_field_conjunction_small_range_small_term_query 2.01 ops/s
50th percentile latency range_field_conjunction_small_range_small_term_query 3.43406 ms
90th percentile latency range_field_conjunction_small_range_small_term_query 3.80044 ms
99th percentile latency range_field_conjunction_small_range_small_term_query 4.04261 ms
100th percentile latency range_field_conjunction_small_range_small_term_query 4.05074 ms
50th percentile service time range_field_conjunction_small_range_small_term_query 2.14601 ms
90th percentile service time range_field_conjunction_small_range_small_term_query 2.20998 ms
99th percentile service time range_field_conjunction_small_range_small_term_query 2.32185 ms
100th percentile service time range_field_conjunction_small_range_small_term_query 2.3261 ms
error rate range_field_conjunction_small_range_small_term_query 0 %
Min Throughput range_field_conjunction_small_range_big_term_query 2.01 ops/s
Mean Throughput range_field_conjunction_small_range_big_term_query 2.01 ops/s
Median Throughput range_field_conjunction_small_range_big_term_query 2.01 ops/s
Max Throughput range_field_conjunction_small_range_big_term_query 2.01 ops/s
50th percentile latency range_field_conjunction_small_range_big_term_query 3.3111 ms
90th percentile latency range_field_conjunction_small_range_big_term_query 3.67703 ms
99th percentile latency range_field_conjunction_small_range_big_term_query 3.8527 ms
100th percentile latency range_field_conjunction_small_range_big_term_query 3.86086 ms
50th percentile service time range_field_conjunction_small_range_big_term_query 2.0095 ms
90th percentile service time range_field_conjunction_small_range_big_term_query 2.08499 ms
99th percentile service time range_field_conjunction_small_range_big_term_query 2.18896 ms
100th percentile service time range_field_conjunction_small_range_big_term_query 2.21206 ms
error rate range_field_conjunction_small_range_big_term_query 0 %
Min Throughput range-auto-date-histo 0.32 ops/s
Mean Throughput range-auto-date-histo 0.32 ops/s
Median Throughput range-auto-date-histo 0.32 ops/s
Max Throughput range-auto-date-histo 0.32 ops/s
50th percentile latency range-auto-date-histo 660844 ms
90th percentile latency range-auto-date-histo 765451 ms
99th percentile latency range-auto-date-histo 788819 ms
100th percentile latency range-auto-date-histo 790112 ms
50th percentile service time range-auto-date-histo 3090.44 ms
90th percentile service time range-auto-date-histo 3254.65 ms
99th percentile service time range-auto-date-histo 3443.48 ms
100th percentile service time range-auto-date-histo 3491.87 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 2.16718e+06 ms
90th percentile latency range-auto-date-histo-with-metrics 2.51315e+06 ms
99th percentile latency range-auto-date-histo-with-metrics 2.59065e+06 ms
100th percentile latency range-auto-date-histo-with-metrics 2.59496e+06 ms
50th percentile service time range-auto-date-histo-with-metrics 9126.13 ms
90th percentile service time range-auto-date-histo-with-metrics 9253.5 ms
99th percentile service time range-auto-date-histo-with-metrics 9399.45 ms
100th percentile service time range-auto-date-histo-with-metrics 9405.39 ms
error rate range-auto-date-histo-with-metrics 0 %
Min Throughput range-agg-1 2.01 ops/s
Mean Throughput range-agg-1 2.01 ops/s
Median Throughput range-agg-1 2.01 ops/s
Max Throughput range-agg-1 2.01 ops/s
50th percentile latency range-agg-1 3.69568 ms
90th percentile latency range-agg-1 4.14815 ms
99th percentile latency range-agg-1 4.36385 ms
100th percentile latency range-agg-1 4.37844 ms
50th percentile service time range-agg-1 2.44849 ms
90th percentile service time range-agg-1 2.5661 ms
99th percentile service time range-agg-1 2.68132 ms
100th percentile service time range-agg-1 2.69357 ms
error rate range-agg-1 0 %
Min Throughput range-agg-2 2.01 ops/s
Mean Throughput range-agg-2 2.01 ops/s
Median Throughput range-agg-2 2.01 ops/s
Max Throughput range-agg-2 2.01 ops/s
50th percentile latency range-agg-2 3.59155 ms
90th percentile latency range-agg-2 4.06905 ms
99th percentile latency range-agg-2 4.25077 ms
100th percentile latency range-agg-2 4.3111 ms
50th percentile service time range-agg-2 2.32273 ms
90th percentile service time range-agg-2 2.42059 ms
99th percentile service time range-agg-2 2.53782 ms
100th percentile service time range-agg-2 2.55508 ms
error rate range-agg-2 0 %
Min Throughput cardinality-agg-low 2.01 ops/s
Mean Throughput cardinality-agg-low 2.01 ops/s
Median Throughput cardinality-agg-low 2.01 ops/s
Max Throughput cardinality-agg-low 2.01 ops/s
50th percentile latency cardinality-agg-low 5.43522 ms
90th percentile latency cardinality-agg-low 6.23759 ms
99th percentile latency cardinality-agg-low 6.64194 ms
100th percentile latency cardinality-agg-low 6.64217 ms
50th percentile service time cardinality-agg-low 4.20081 ms
90th percentile service time cardinality-agg-low 4.89027 ms
99th percentile service time cardinality-agg-low 5.17579 ms
100th percentile service time cardinality-agg-low 5.39072 ms
error rate cardinality-agg-low 0 %
Min Throughput cardinality-agg-high 0.79 ops/s
Mean Throughput cardinality-agg-high 0.79 ops/s
Median Throughput cardinality-agg-high 0.79 ops/s
Max Throughput cardinality-agg-high 0.79 ops/s
50th percentile latency cardinality-agg-high 192008 ms
90th percentile latency cardinality-agg-high 223163 ms
99th percentile latency cardinality-agg-high 230058 ms
100th percentile latency cardinality-agg-high 230420 ms
50th percentile service time cardinality-agg-high 1243.78 ms
90th percentile service time cardinality-agg-high 1367.14 ms
99th percentile service time cardinality-agg-high 1641.63 ms
100th percentile service time cardinality-agg-high 1660.01 ms
error rate cardinality-agg-high 0 %
Min Throughput cardinality-agg-very-high 0.63 ops/s
Mean Throughput cardinality-agg-very-high 0.64 ops/s
Median Throughput cardinality-agg-very-high 0.64 ops/s
Max Throughput cardinality-agg-very-high 0.64 ops/s
50th percentile latency cardinality-agg-very-high 107773 ms
90th percentile latency cardinality-agg-very-high 149819 ms
99th percentile latency cardinality-agg-very-high 159232 ms
100th percentile latency cardinality-agg-very-high 159742 ms
50th percentile service time cardinality-agg-very-high 1532.5 ms
90th percentile service time cardinality-agg-very-high 1622.29 ms
99th percentile service time cardinality-agg-very-high 1810.76 ms
100th percentile service time cardinality-agg-very-high 1834.75 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.01 ops/s
Median Throughput range_with_asc_sort 2.01 ops/s
Max Throughput range_with_asc_sort 2.01 ops/s
50th percentile latency range_with_asc_sort 7.32306 ms
90th percentile latency range_with_asc_sort 7.64785 ms
99th percentile latency range_with_asc_sort 12.0765 ms
100th percentile latency range_with_asc_sort 14.7456 ms
50th percentile service time range_with_asc_sort 5.95176 ms
90th percentile service time range_with_asc_sort 6.05429 ms
99th percentile service time range_with_asc_sort 10.6194 ms
100th percentile service time range_with_asc_sort 13.4395 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.01 ops/s
50th percentile latency range_with_desc_sort 7.73105 ms
90th percentile latency range_with_desc_sort 8.15458 ms
99th percentile latency range_with_desc_sort 8.46319 ms
100th percentile latency range_with_desc_sort 8.49674 ms
50th percentile service time range_with_desc_sort 6.50215 ms
90th percentile service time range_with_desc_sort 6.68823 ms
99th percentile service time range_with_desc_sort 6.93117 ms
100th percentile service time range_with_desc_sort 7.00457 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/178/

Metric Task Baseline Contender Diff Unit
Cumulative indexing time of primary shards 0 0 0 min
Min cumulative indexing time across primary shard 0 0 0 min
Median cumulative indexing time across primary shard 0 0 0 min
Max cumulative indexing time across primary shard 0 0 0 min
Cumulative indexing throttle time of primary shards 0 0 0 min
Min cumulative indexing throttle time across primary shard 0 0 0 min
Median cumulative indexing throttle time across primary shard 0 0 0 min
Max cumulative indexing throttle time across primary shard 0 0 0 min
Cumulative merge time of primary shards 0 0 0 min
Cumulative merge count of primary shards 0 0 0
Min cumulative merge time across primary shard 0 0 0 min
Median cumulative merge time across primary shard 0 0 0 min
Max cumulative merge time across primary shard 0 0 0 min
Cumulative merge throttle time of primary shards 0 0 0 min
Min cumulative merge throttle time across primary shard 0 0 0 min
Median cumulative merge throttle time across primary shard 0 0 0 min
Max cumulative merge throttle time across primary shard 0 0 0 min
Cumulative refresh time of primary shards 0 0 0 min
Cumulative refresh count of primary shards 4 4 0
Min cumulative refresh time across primary shard 0 0 0 min
Median cumulative refresh time across primary shard 0 0 0 min
Max cumulative refresh time across primary shard 0 0 0 min
Cumulative flush time of primary shards 0 0 0 min
Cumulative flush count of primary shards 1 1 0
Min cumulative flush time across primary shard 0 0 0 min
Median cumulative flush time across primary shard 0 0 0 min
Max cumulative flush time across primary shard 0 0 0 min
Total Young Gen GC time 2.088 2.143 0.055 s
Total Young Gen GC count 54 54 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.25 ms
100th percentile service time wait-for-snapshot-recovery 300001 300002 0.25 ms
error rate wait-for-snapshot-recovery 100 100 0 %
Min Throughput wait-until-merges-finish 114.96 110.188 -4.77174 ops/s
Mean Throughput wait-until-merges-finish 114.96 110.188 -4.77174 ops/s
Median Throughput wait-until-merges-finish 114.96 110.188 -4.77174 ops/s
Max Throughput wait-until-merges-finish 114.96 110.188 -4.77174 ops/s
100th percentile latency wait-until-merges-finish 8.38587 8.76754 0.38167 ms
100th percentile service time wait-until-merges-finish 8.38587 8.76754 0.38167 ms
error rate wait-until-merges-finish 0 0 0 %
Min Throughput default 2.00488 2.00494 5e-05 ops/s
Mean Throughput default 2.00592 2.00599 8e-05 ops/s
Median Throughput default 2.00584 2.00592 8e-05 ops/s
Max Throughput default 2.00726 2.00735 9e-05 ops/s
50th percentile latency default 7.04785 6.76953 -0.27833 ms
90th percentile latency default 7.72207 7.40469 -0.31738 ms
99th percentile latency default 9.57691 9.07539 -0.50152 ms
100th percentile latency default 10.7504 9.83463 -0.91576 ms
50th percentile service time default 5.76429 5.44583 -0.31847 ms
90th percentile service time default 6.23533 5.99033 -0.245 ms
99th percentile service time default 8.56034 7.98602 -0.57432 ms
100th percentile service time default 9.56915 8.61747 -0.95169 ms
error rate default 0 0 0 %
Min Throughput desc_sort_timestamp 2.00515 2.0051 -5e-05 ops/s
Mean Throughput desc_sort_timestamp 2.00625 2.00619 -6e-05 ops/s
Median Throughput desc_sort_timestamp 2.00616 2.00611 -6e-05 ops/s
Max Throughput desc_sort_timestamp 2.00769 2.0076 -8e-05 ops/s
50th percentile latency desc_sort_timestamp 8.46159 8.31306 -0.14853 ms
90th percentile latency desc_sort_timestamp 9.04261 8.95665 -0.08596 ms
99th percentile latency desc_sort_timestamp 11.6187 12.845 1.22623 ms
100th percentile latency desc_sort_timestamp 11.6534 15.2102 3.55681 ms
50th percentile service time desc_sort_timestamp 7.12974 7.06567 -0.06407 ms
90th percentile service time desc_sort_timestamp 7.63288 7.49799 -0.13489 ms
99th percentile service time desc_sort_timestamp 10.2321 11.8154 1.58329 ms
100th percentile service time desc_sort_timestamp 10.6692 13.9405 3.27133 ms
error rate desc_sort_timestamp 0 0 0 %
Min Throughput asc_sort_timestamp 2.00629 2.00629 0 ops/s
Mean Throughput asc_sort_timestamp 2.00763 2.00763 -1e-05 ops/s
Median Throughput asc_sort_timestamp 2.00753 2.00752 -1e-05 ops/s
Max Throughput asc_sort_timestamp 2.00937 2.00937 0 ops/s
50th percentile latency asc_sort_timestamp 7.80059 7.75942 -0.04117 ms
90th percentile latency asc_sort_timestamp 8.2315 8.24391 0.01241 ms
99th percentile latency asc_sort_timestamp 9.2322 9.27909 0.04689 ms
100th percentile latency asc_sort_timestamp 9.37042 9.40919 0.03877 ms
50th percentile service time asc_sort_timestamp 6.47551 6.47257 -0.00294 ms
90th percentile service time asc_sort_timestamp 6.73393 6.71322 -0.02071 ms
99th percentile service time asc_sort_timestamp 7.93186 8.1097 0.17784 ms
100th percentile service time asc_sort_timestamp 8.23236 8.1628 -0.06956 ms
error rate asc_sort_timestamp 0 0 0 %
Min Throughput desc_sort_with_after_timestamp 2.00635 2.00636 1e-05 ops/s
Mean Throughput desc_sort_with_after_timestamp 2.00771 2.00771 1e-05 ops/s
Median Throughput desc_sort_with_after_timestamp 2.00761 2.00761 0 ops/s
Max Throughput desc_sort_with_after_timestamp 2.00948 2.00947 -1e-05 ops/s
50th percentile latency desc_sort_with_after_timestamp 6.38928 6.53318 0.1439 ms
90th percentile latency desc_sort_with_after_timestamp 6.85047 6.94746 0.09699 ms
99th percentile latency desc_sort_with_after_timestamp 7.67437 7.42357 -0.2508 ms
100th percentile latency desc_sort_with_after_timestamp 7.81594 7.44811 -0.36783 ms
50th percentile service time desc_sort_with_after_timestamp 4.9879 5.2294 0.24151 ms
90th percentile service time desc_sort_with_after_timestamp 5.30757 5.49197 0.18439 ms
99th percentile service time desc_sort_with_after_timestamp 6.13869 6.10467 -0.03402 ms
100th percentile service time desc_sort_with_after_timestamp 6.1567 6.5019 0.3452 ms
error rate desc_sort_with_after_timestamp 0 0 0 %
Min Throughput asc_sort_with_after_timestamp 2.00654 2.00653 -1e-05 ops/s
Mean Throughput asc_sort_with_after_timestamp 2.00794 2.00792 -2e-05 ops/s
Median Throughput asc_sort_with_after_timestamp 2.00783 2.00781 -2e-05 ops/s
Max Throughput asc_sort_with_after_timestamp 2.00975 2.00972 -3e-05 ops/s
50th percentile latency asc_sort_with_after_timestamp 6.35377 6.30982 -0.04395 ms
90th percentile latency asc_sort_with_after_timestamp 6.70028 6.71819 0.01791 ms
99th percentile latency asc_sort_with_after_timestamp 7.18001 7.14288 -0.03713 ms
100th percentile latency asc_sort_with_after_timestamp 7.296 7.14424 -0.15176 ms
50th percentile service time asc_sort_with_after_timestamp 4.92611 4.99239 0.06628 ms
90th percentile service time asc_sort_with_after_timestamp 5.13929 5.16226 0.02297 ms
99th percentile service time asc_sort_with_after_timestamp 5.62094 5.82406 0.20312 ms
100th percentile service time asc_sort_with_after_timestamp 5.90726 6.02033 0.11307 ms
error rate asc_sort_with_after_timestamp 0 0 0 %
Min Throughput desc_sort_timestamp_can_match_shortcut 2.00525 2.00518 -8e-05 ops/s
Mean Throughput desc_sort_timestamp_can_match_shortcut 2.00638 2.00628 -0.0001 ops/s
Median Throughput desc_sort_timestamp_can_match_shortcut 2.00629 2.00619 -0.0001 ops/s
Max Throughput desc_sort_timestamp_can_match_shortcut 2.00783 2.0077 -0.00014 ops/s
50th percentile latency desc_sort_timestamp_can_match_shortcut 7.70977 7.70992 0.00014 ms
90th percentile latency desc_sort_timestamp_can_match_shortcut 8.19291 8.2013 0.0084 ms
99th percentile latency desc_sort_timestamp_can_match_shortcut 8.90324 8.93707 0.03384 ms
100th percentile latency desc_sort_timestamp_can_match_shortcut 9.45425 8.94459 -0.50965 ms
50th percentile service time desc_sort_timestamp_can_match_shortcut 6.42 6.47223 0.05222 ms
90th percentile service time desc_sort_timestamp_can_match_shortcut 6.66875 6.65999 -0.00876 ms
99th percentile service time desc_sort_timestamp_can_match_shortcut 7.73644 7.33092 -0.40552 ms
100th percentile service time desc_sort_timestamp_can_match_shortcut 8.50576 7.54548 -0.96028 ms
error rate desc_sort_timestamp_can_match_shortcut 0 0 0 %
Min Throughput desc_sort_timestamp_no_can_match_shortcut 2.00654 2.00651 -3e-05 ops/s
Mean Throughput desc_sort_timestamp_no_can_match_shortcut 2.00793 2.0079 -3e-05 ops/s
Median Throughput desc_sort_timestamp_no_can_match_shortcut 2.00781 2.00778 -3e-05 ops/s
Max Throughput desc_sort_timestamp_no_can_match_shortcut 2.00974 2.0097 -4e-05 ops/s
50th percentile latency desc_sort_timestamp_no_can_match_shortcut 7.5763 7.54158 -0.03472 ms
90th percentile latency desc_sort_timestamp_no_can_match_shortcut 8.09124 7.93319 -0.15806 ms
99th percentile latency desc_sort_timestamp_no_can_match_shortcut 8.77386 8.32958 -0.44428 ms
100th percentile latency desc_sort_timestamp_no_can_match_shortcut 8.89558 8.54655 -0.34903 ms
50th percentile service time desc_sort_timestamp_no_can_match_shortcut 6.21535 6.30322 0.08787 ms
90th percentile service time desc_sort_timestamp_no_can_match_shortcut 6.38767 6.42947 0.0418 ms
99th percentile service time desc_sort_timestamp_no_can_match_shortcut 7.5985 6.6985 -0.9 ms
100th percentile service time desc_sort_timestamp_no_can_match_shortcut 7.76468 6.9045 -0.86018 ms
error rate desc_sort_timestamp_no_can_match_shortcut 0 0 0 %
Min Throughput asc_sort_timestamp_can_match_shortcut 2.00651 2.00651 0 ops/s
Mean Throughput asc_sort_timestamp_can_match_shortcut 2.0079 2.00791 1e-05 ops/s
Median Throughput asc_sort_timestamp_can_match_shortcut 2.00779 2.0078 1e-05 ops/s
Max Throughput asc_sort_timestamp_can_match_shortcut 2.00971 2.00971 -0 ops/s
50th percentile latency asc_sort_timestamp_can_match_shortcut 8.60534 8.41006 -0.19528 ms
90th percentile latency asc_sort_timestamp_can_match_shortcut 8.96896 8.86923 -0.09973 ms
99th percentile latency asc_sort_timestamp_can_match_shortcut 9.66708 10.2385 0.57138 ms
100th percentile latency asc_sort_timestamp_can_match_shortcut 10.1685 11.2258 1.05737 ms
50th percentile service time asc_sort_timestamp_can_match_shortcut 7.26531 7.22089 -0.04442 ms
90th percentile service time asc_sort_timestamp_can_match_shortcut 7.48194 7.36858 -0.11337 ms
99th percentile service time asc_sort_timestamp_can_match_shortcut 8.47233 8.77994 0.30761 ms
100th percentile service time asc_sort_timestamp_can_match_shortcut 9.07161 9.64697 0.57536 ms
error rate asc_sort_timestamp_can_match_shortcut 0 0 0 %
Min Throughput asc_sort_timestamp_no_can_match_shortcut 2.00652 2.00652 0 ops/s
Mean Throughput asc_sort_timestamp_no_can_match_shortcut 2.00791 2.00791 1e-05 ops/s
Median Throughput asc_sort_timestamp_no_can_match_shortcut 2.0078 2.0078 0 ops/s
Max Throughput asc_sort_timestamp_no_can_match_shortcut 2.00971 2.00972 0 ops/s
50th percentile latency asc_sort_timestamp_no_can_match_shortcut 8.50694 8.40185 -0.10509 ms
90th percentile latency asc_sort_timestamp_no_can_match_shortcut 8.95115 8.82477 -0.12638 ms
99th percentile latency asc_sort_timestamp_no_can_match_shortcut 9.72809 10.4263 0.69823 ms
100th percentile latency asc_sort_timestamp_no_can_match_shortcut 10.3601 10.7502 0.39009 ms
50th percentile service time asc_sort_timestamp_no_can_match_shortcut 7.11571 7.14177 0.02606 ms
90th percentile service time asc_sort_timestamp_no_can_match_shortcut 7.35963 7.31386 -0.04577 ms
99th percentile service time asc_sort_timestamp_no_can_match_shortcut 8.6057 8.69762 0.09192 ms
100th percentile service time asc_sort_timestamp_no_can_match_shortcut 9.1588 9.11535 -0.04345 ms
error rate asc_sort_timestamp_no_can_match_shortcut 0 0 0 %
Min Throughput term 2.00633 2.00636 3e-05 ops/s
Mean Throughput term 2.00769 2.00772 3e-05 ops/s
Median Throughput term 2.00758 2.00762 4e-05 ops/s
Max Throughput term 2.00944 2.00949 5e-05 ops/s
50th percentile latency term 4.25227 3.78397 -0.4683 ms
90th percentile latency term 4.65501 4.1439 -0.51111 ms
99th percentile latency term 4.8323 4.35734 -0.47497 ms
100th percentile latency term 4.89183 4.37855 -0.51329 ms
50th percentile service time term 2.88375 2.49835 -0.38539 ms
90th percentile service time term 3.06653 2.66297 -0.40356 ms
99th percentile service time term 3.26883 2.83165 -0.43718 ms
100th percentile service time term 3.32495 2.88154 -0.44341 ms
error rate term 0 0 0 %
Min Throughput multi_terms-keyword 1.1653 1.33558 0.17028 ops/s
Mean Throughput multi_terms-keyword 1.16781 1.3396 0.1718 ops/s
Median Throughput multi_terms-keyword 1.16797 1.33978 0.17181 ops/s
Max Throughput multi_terms-keyword 1.16979 1.343 0.17321 ops/s
50th percentile latency multi_terms-keyword 89433.4 61886.2 -27547.1 ms
90th percentile latency multi_terms-keyword 103375 71309.1 -32065.7 ms
99th percentile latency multi_terms-keyword 106502 73432.3 -33069.4 ms
100th percentile latency multi_terms-keyword 106677 73549.7 -33127.1 ms
50th percentile service time multi_terms-keyword 848.053 735.595 -112.458 ms
90th percentile service time multi_terms-keyword 854.393 741.681 -112.711 ms
99th percentile service time multi_terms-keyword 871.753 764.309 -107.444 ms
100th percentile service time multi_terms-keyword 883.985 781.286 -102.699 ms
error rate multi_terms-keyword 0 0 0 %
Min Throughput keyword-terms 2.0041 2.00342 -0.00068 ops/s
Mean Throughput keyword-terms 2.00498 2.00414 -0.00085 ops/s
Median Throughput keyword-terms 2.00491 2.00408 -0.00083 ops/s
Max Throughput keyword-terms 2.00612 2.00506 -0.00106 ops/s
50th percentile latency keyword-terms 37.6573 27.0101 -10.6472 ms
90th percentile latency keyword-terms 48.9802 36.9156 -12.0646 ms
99th percentile latency keyword-terms 49.486 39.8465 -9.63946 ms
100th percentile latency keyword-terms 49.5126 39.8962 -9.61639 ms
50th percentile service time keyword-terms 36.3906 24.8094 -11.5812 ms
90th percentile service time keyword-terms 47.7944 34.8601 -12.9343 ms
99th percentile service time keyword-terms 48.0287 38.4208 -9.60783 ms
100th percentile service time keyword-terms 48.0951 38.9594 -9.13574 ms
error rate keyword-terms 0 0 0 %
Min Throughput keyword-terms-low-cardinality 2.00614 2.00617 3e-05 ops/s
Mean Throughput keyword-terms-low-cardinality 2.00745 2.00748 4e-05 ops/s
Median Throughput keyword-terms-low-cardinality 2.00734 2.00739 5e-05 ops/s
Max Throughput keyword-terms-low-cardinality 2.00914 2.00919 6e-05 ops/s
50th percentile latency keyword-terms-low-cardinality 34.7485 23.9779 -10.7706 ms
90th percentile latency keyword-terms-low-cardinality 45.4193 33.6294 -11.7899 ms
99th percentile latency keyword-terms-low-cardinality 49.3945 34.2477 -15.1468 ms
100th percentile latency keyword-terms-low-cardinality 52.877 34.2573 -18.6197 ms
50th percentile service time keyword-terms-low-cardinality 33.3989 21.7664 -11.6325 ms
90th percentile service time keyword-terms-low-cardinality 44.1965 31.3436 -12.8529 ms
99th percentile service time keyword-terms-low-cardinality 48.108 31.5586 -16.5494 ms
100th percentile service time keyword-terms-low-cardinality 51.693 31.5773 -20.1158 ms
error rate keyword-terms-low-cardinality 0 0 0 %
Min Throughput composite-terms 2.00263 2.00273 0.0001 ops/s
Mean Throughput composite-terms 2.0032 2.00331 0.00012 ops/s
Median Throughput composite-terms 2.00315 2.00327 0.00012 ops/s
Max Throughput composite-terms 2.00393 2.00408 0.00015 ops/s
50th percentile latency composite-terms 198.311 189.594 -8.71667 ms
90th percentile latency composite-terms 201.304 195.301 -6.00331 ms
99th percentile latency composite-terms 205.526 204.881 -0.64508 ms
100th percentile latency composite-terms 205.905 208.232 2.3269 ms
50th percentile service time composite-terms 197.153 188.43 -8.72294 ms
90th percentile service time composite-terms 200.105 194.409 -5.69592 ms
99th percentile service time composite-terms 204.18 204.034 -0.14569 ms
100th percentile service time composite-terms 204.685 207.326 2.64047 ms
error rate composite-terms 0 0 0 %
Min Throughput composite_terms-keyword 2.00196 2.00197 1e-05 ops/s
Mean Throughput composite_terms-keyword 2.00238 2.00239 1e-05 ops/s
Median Throughput composite_terms-keyword 2.00235 2.00235 0 ops/s
Max Throughput composite_terms-keyword 2.00292 2.00291 -1e-05 ops/s
50th percentile latency composite_terms-keyword 328.256 330.426 2.16986 ms
90th percentile latency composite_terms-keyword 334.677 340.609 5.93207 ms
99th percentile latency composite_terms-keyword 349.998 352.453 2.45456 ms
100th percentile latency composite_terms-keyword 350.596 353.762 3.16602 ms
50th percentile service time composite_terms-keyword 326.874 329.435 2.56155 ms
90th percentile service time composite_terms-keyword 333.488 339.215 5.72736 ms
99th percentile service time composite_terms-keyword 348.679 350.701 2.02136 ms
100th percentile service time composite_terms-keyword 348.704 352.37 3.66592 ms
error rate composite_terms-keyword 0 0 0 %
Min Throughput composite-date_histogram-daily 2.00614 2.00615 1e-05 ops/s
Mean Throughput composite-date_histogram-daily 2.00745 2.00747 1e-05 ops/s
Median Throughput composite-date_histogram-daily 2.00735 2.00737 2e-05 ops/s
Max Throughput composite-date_histogram-daily 2.00916 2.00916 0 ops/s
50th percentile latency composite-date_histogram-daily 4.91232 4.83248 -0.07985 ms
90th percentile latency composite-date_histogram-daily 5.30842 5.27172 -0.0367 ms
99th percentile latency composite-date_histogram-daily 5.52006 5.62423 0.10417 ms
100th percentile latency composite-date_histogram-daily 5.54215 5.68686 0.14471 ms
50th percentile service time composite-date_histogram-daily 3.56748 3.5806 0.01312 ms
90th percentile service time composite-date_histogram-daily 3.80082 3.76912 -0.03171 ms
99th percentile service time composite-date_histogram-daily 4.10766 3.95892 -0.14874 ms
100th percentile service time composite-date_histogram-daily 4.11494 3.98239 -0.13255 ms
error rate composite-date_histogram-daily 0 0 0 %
Min Throughput range 2.0065 2.00652 3e-05 ops/s
Mean Throughput range 2.00787 2.00791 4e-05 ops/s
Median Throughput range 2.00777 2.0078 3e-05 ops/s
Max Throughput range 2.00968 2.00972 4e-05 ops/s
50th percentile latency range 5.76269 5.7096 -0.05309 ms
90th percentile latency range 6.25036 6.13465 -0.11571 ms
99th percentile latency range 6.53131 6.41091 -0.1204 ms
100th percentile latency range 6.56407 6.54281 -0.02126 ms
50th percentile service time range 4.42708 4.46703 0.03995 ms
90th percentile service time range 4.65894 4.59547 -0.06347 ms
99th percentile service time range 5.13507 4.95476 -0.1803 ms
100th percentile service time range 5.32624 5.16078 -0.16546 ms
error rate range 0 0 0 %
Min Throughput range-numeric 2.00655 2.00655 -0 ops/s
Mean Throughput range-numeric 2.00794 2.00794 0 ops/s
Median Throughput range-numeric 2.00784 2.00783 -0 ops/s
Max Throughput range-numeric 2.00975 2.00976 0 ops/s
50th percentile latency range-numeric 3.64678 3.80911 0.16233 ms
90th percentile latency range-numeric 4.06206 4.29192 0.22986 ms
99th percentile latency range-numeric 4.26443 4.57119 0.30676 ms
100th percentile latency range-numeric 4.26922 4.68316 0.41393 ms
50th percentile service time range-numeric 2.36181 2.49922 0.13741 ms
90th percentile service time range-numeric 2.48402 2.71762 0.2336 ms
99th percentile service time range-numeric 2.79275 2.92483 0.13207 ms
100th percentile service time range-numeric 2.85565 2.94123 0.08558 ms
error rate range-numeric 0 0 0 %
Min Throughput keyword-in-range 2.0059 2.00586 -4e-05 ops/s
Mean Throughput keyword-in-range 2.00716 2.00711 -5e-05 ops/s
Median Throughput keyword-in-range 2.00706 2.00701 -5e-05 ops/s
Max Throughput keyword-in-range 2.00879 2.00873 -6e-05 ops/s
50th percentile latency keyword-in-range 14.3927 13.953 -0.43972 ms
90th percentile latency keyword-in-range 14.9438 14.4457 -0.49806 ms
99th percentile latency keyword-in-range 17.767 17.755 -0.01199 ms
100th percentile latency keyword-in-range 20.0687 20.0758 0.00708 ms
50th percentile service time keyword-in-range 13.2031 12.7205 -0.48259 ms
90th percentile service time keyword-in-range 13.5424 13.1099 -0.43245 ms
99th percentile service time keyword-in-range 16.4011 16.5179 0.11682 ms
100th percentile service time keyword-in-range 18.7174 19.2354 0.51798 ms
error rate keyword-in-range 0 0 0 %
Min Throughput date_histogram_hourly_agg 2.00556 2.0056 4e-05 ops/s
Mean Throughput date_histogram_hourly_agg 2.00675 2.00679 4e-05 ops/s
Median Throughput date_histogram_hourly_agg 2.00665 2.00669 4e-05 ops/s
Max Throughput date_histogram_hourly_agg 2.00827 2.00832 5e-05 ops/s
50th percentile latency date_histogram_hourly_agg 7.06039 6.76001 -0.30037 ms
90th percentile latency date_histogram_hourly_agg 8.47545 8.04939 -0.42606 ms
99th percentile latency date_histogram_hourly_agg 8.71203 8.36378 -0.34825 ms
100th percentile latency date_histogram_hourly_agg 8.75084 8.39138 -0.35946 ms
50th percentile service time date_histogram_hourly_agg 5.53364 5.49343 -0.04021 ms
90th percentile service time date_histogram_hourly_agg 7.05295 6.83674 -0.21621 ms
99th percentile service time date_histogram_hourly_agg 7.12706 7.06675 -0.06032 ms
100th percentile service time date_histogram_hourly_agg 7.13635 7.07024 -0.06611 ms
error rate date_histogram_hourly_agg 0 0 0 %
Min Throughput date_histogram_minute_agg 2.00586 2.00585 -1e-05 ops/s
Mean Throughput date_histogram_minute_agg 2.0071 2.00709 -1e-05 ops/s
Median Throughput date_histogram_minute_agg 2.00701 2.007 -1e-05 ops/s
Max Throughput date_histogram_minute_agg 2.00871 2.00871 -1e-05 ops/s
50th percentile latency date_histogram_minute_agg 41.7563 41.026 -0.73035 ms
90th percentile latency date_histogram_minute_agg 42.598 41.7359 -0.86214 ms
99th percentile latency date_histogram_minute_agg 47.072 43.2168 -3.85519 ms
100th percentile latency date_histogram_minute_agg 47.3398 43.3349 -4.00491 ms
50th percentile service time date_histogram_minute_agg 40.4934 39.8155 -0.67788 ms
90th percentile service time date_histogram_minute_agg 41.1815 40.3018 -0.87968 ms
99th percentile service time date_histogram_minute_agg 45.6911 42.2379 -3.45323 ms
100th percentile service time date_histogram_minute_agg 46.2982 42.3032 -3.99498 ms
error rate date_histogram_minute_agg 0 0 0 %
Min Throughput scroll 49.9343 48.7474 -1.18693 pages/s
Mean Throughput scroll 49.9466 48.9085 -1.03812 pages/s
Median Throughput scroll 49.9474 48.9275 -1.01999 pages/s
Max Throughput scroll 49.9556 49.0103 -0.94539 pages/s
50th percentile latency scroll 473.854 3134.4 2660.55 ms
90th percentile latency scroll 480.819 3348.88 2868.06 ms
99th percentile latency scroll 505.459 3443.01 2937.55 ms
100th percentile latency scroll 506.468 3448.16 2941.7 ms
50th percentile service time scroll 472.84 497.475 24.6352 ms
90th percentile service time scroll 479.08 501.203 22.1236 ms
99th percentile service time scroll 504.248 519.049 14.8005 ms
100th percentile service time scroll 505.372 524.652 19.2802 ms
error rate scroll 0 0 0 %
Min Throughput query-string-on-message 2.00528 2.00554 0.00026 ops/s
Mean Throughput query-string-on-message 2.00641 2.00672 0.00031 ops/s
Median Throughput query-string-on-message 2.00632 2.00663 0.00031 ops/s
Max Throughput query-string-on-message 2.00786 2.00824 0.00038 ops/s
50th percentile latency query-string-on-message 6.50679 6.54241 0.03562 ms
90th percentile latency query-string-on-message 6.97626 6.9294 -0.04686 ms
99th percentile latency query-string-on-message 7.62419 7.74395 0.11976 ms
100th percentile latency query-string-on-message 7.83015 7.89412 0.06397 ms
50th percentile service time query-string-on-message 5.1622 5.25396 0.09176 ms
90th percentile service time query-string-on-message 5.35525 5.41055 0.0553 ms
99th percentile service time query-string-on-message 6.27811 7.00036 0.72225 ms
100th percentile service time query-string-on-message 6.58347 7.30675 0.72328 ms
error rate query-string-on-message 0 0 0 %
Min Throughput query-string-on-message-filtered 2.00632 2.00615 -0.00017 ops/s
Mean Throughput query-string-on-message-filtered 2.00767 2.00746 -0.00021 ops/s
Median Throughput query-string-on-message-filtered 2.00757 2.00736 -0.00021 ops/s
Max Throughput query-string-on-message-filtered 2.00942 2.00917 -0.00026 ops/s
50th percentile latency query-string-on-message-filtered 13.5503 13.517 -0.03332 ms
90th percentile latency query-string-on-message-filtered 13.974 13.9393 -0.03476 ms
99th percentile latency query-string-on-message-filtered 16.7934 14.5751 -2.21827 ms
100th percentile latency query-string-on-message-filtered 18.4473 14.8006 -3.64669 ms
50th percentile service time query-string-on-message-filtered 12.2643 12.2953 0.03101 ms
90th percentile service time query-string-on-message-filtered 12.5167 12.543 0.02635 ms
99th percentile service time query-string-on-message-filtered 15.4389 13.0129 -2.42596 ms
100th percentile service time query-string-on-message-filtered 17.4369 13.2647 -4.17219 ms
error rate query-string-on-message-filtered 0 0 0 %
Min Throughput query-string-on-message-filtered-sorted-num 2.00613 2.006 -0.00013 ops/s
Mean Throughput query-string-on-message-filtered-sorted-num 2.00743 2.00729 -0.00014 ops/s
Median Throughput query-string-on-message-filtered-sorted-num 2.00732 2.00718 -0.00014 ops/s
Max Throughput query-string-on-message-filtered-sorted-num 2.00912 2.00895 -0.00017 ops/s
50th percentile latency query-string-on-message-filtered-sorted-num 22.0603 22.5881 0.52781 ms
90th percentile latency query-string-on-message-filtered-sorted-num 22.5946 23.1492 0.55465 ms
99th percentile latency query-string-on-message-filtered-sorted-num 31.4012 23.6816 -7.71963 ms
100th percentile latency query-string-on-message-filtered-sorted-num 31.6814 23.7722 -7.90922 ms
50th percentile service time query-string-on-message-filtered-sorted-num 19.7227 20.3644 0.64165 ms
90th percentile service time query-string-on-message-filtered-sorted-num 20.1803 20.7911 0.61075 ms
99th percentile service time query-string-on-message-filtered-sorted-num 29.7434 21.1743 -8.56907 ms
100th percentile service time query-string-on-message-filtered-sorted-num 29.7673 21.2521 -8.51516 ms
error rate query-string-on-message-filtered-sorted-num 0 0 0 %
Min Throughput sort_keyword_can_match_shortcut 2.00639 2.00639 0 ops/s
Mean Throughput sort_keyword_can_match_shortcut 2.00775 2.00776 1e-05 ops/s
Median Throughput sort_keyword_can_match_shortcut 2.00765 2.00765 0 ops/s
Max Throughput sort_keyword_can_match_shortcut 2.00951 2.00953 2e-05 ops/s
50th percentile latency sort_keyword_can_match_shortcut 5.61276 5.53164 -0.08112 ms
90th percentile latency sort_keyword_can_match_shortcut 6.02929 5.93485 -0.09444 ms
99th percentile latency sort_keyword_can_match_shortcut 6.18621 6.22352 0.03731 ms
100th percentile latency sort_keyword_can_match_shortcut 6.1953 6.30283 0.10753 ms
50th percentile service time sort_keyword_can_match_shortcut 4.27798 4.28623 0.00825 ms
90th percentile service time sort_keyword_can_match_shortcut 4.41409 4.37126 -0.04284 ms
99th percentile service time sort_keyword_can_match_shortcut 4.69496 4.6699 -0.02506 ms
100th percentile service time sort_keyword_can_match_shortcut 4.86673 4.7677 -0.09903 ms
error rate sort_keyword_can_match_shortcut 0 0 0 %
Min Throughput sort_keyword_no_can_match_shortcut 2.00656 2.00656 -0 ops/s
Mean Throughput sort_keyword_no_can_match_shortcut 2.00796 2.00796 -0 ops/s
Median Throughput sort_keyword_no_can_match_shortcut 2.00785 2.00785 0 ops/s
Max Throughput sort_keyword_no_can_match_shortcut 2.00978 2.00978 -0 ops/s
50th percentile latency sort_keyword_no_can_match_shortcut 5.61174 5.55263 -0.05912 ms
90th percentile latency sort_keyword_no_can_match_shortcut 5.98833 5.97521 -0.01313 ms
99th percentile latency sort_keyword_no_can_match_shortcut 6.41666 6.33329 -0.08338 ms
100th percentile latency sort_keyword_no_can_match_shortcut 6.62711 6.54586 -0.08125 ms
50th percentile service time sort_keyword_no_can_match_shortcut 4.27021 4.32418 0.05396 ms
90th percentile service time sort_keyword_no_can_match_shortcut 4.37289 4.40187 0.02898 ms
99th percentile service time sort_keyword_no_can_match_shortcut 4.71905 4.86573 0.14668 ms
100th percentile service time sort_keyword_no_can_match_shortcut 4.98103 5.27138 0.29035 ms
error rate sort_keyword_no_can_match_shortcut 0 0 0 %
Min Throughput sort_numeric_desc 2.0059 2.00587 -3e-05 ops/s
Mean Throughput sort_numeric_desc 2.00716 2.00712 -4e-05 ops/s
Median Throughput sort_numeric_desc 2.00706 2.00703 -4e-05 ops/s
Max Throughput sort_numeric_desc 2.0088 2.00875 -5e-05 ops/s
50th percentile latency sort_numeric_desc 5.96593 5.65723 -0.3087 ms
90th percentile latency sort_numeric_desc 6.39429 6.05277 -0.34152 ms
99th percentile latency sort_numeric_desc 6.83139 6.54731 -0.28408 ms
100th percentile latency sort_numeric_desc 7.12391 6.77609 -0.34782 ms
50th percentile service time sort_numeric_desc 4.65536 4.39058 -0.26478 ms
90th percentile service time sort_numeric_desc 4.73745 4.47053 -0.26692 ms
99th percentile service time sort_numeric_desc 5.1162 4.58855 -0.52765 ms
100th percentile service time sort_numeric_desc 5.42483 4.66748 -0.75735 ms
error rate sort_numeric_desc 0 0 0 %
Min Throughput sort_numeric_asc 2.00646 2.00646 0 ops/s
Mean Throughput sort_numeric_asc 2.00784 2.00784 1e-05 ops/s
Median Throughput sort_numeric_asc 2.00773 2.00774 1e-05 ops/s
Max Throughput sort_numeric_asc 2.00962 2.00963 1e-05 ops/s
50th percentile latency sort_numeric_asc 5.63177 5.44535 -0.18642 ms
90th percentile latency sort_numeric_asc 6.02578 5.84056 -0.18522 ms
99th percentile latency sort_numeric_asc 6.41812 6.05804 -0.36008 ms
100th percentile latency sort_numeric_asc 6.66715 6.07806 -0.58909 ms
50th percentile service time sort_numeric_asc 4.30052 4.17509 -0.12544 ms
90th percentile service time sort_numeric_asc 4.39547 4.25393 -0.14153 ms
99th percentile service time sort_numeric_asc 4.89869 4.39094 -0.50774 ms
100th percentile service time sort_numeric_asc 5.25883 4.4341 -0.82473 ms
error rate sort_numeric_asc 0 0 0 %
Min Throughput sort_numeric_desc_with_match 2.00657 2.00657 -0 ops/s
Mean Throughput sort_numeric_desc_with_match 2.00798 2.00797 -1e-05 ops/s
Median Throughput sort_numeric_desc_with_match 2.00788 2.00786 -2e-05 ops/s
Max Throughput sort_numeric_desc_with_match 2.0098 2.00978 -2e-05 ops/s
50th percentile latency sort_numeric_desc_with_match 3.74462 3.75946 0.01484 ms
90th percentile latency sort_numeric_desc_with_match 4.13886 4.12953 -0.00933 ms
99th percentile latency sort_numeric_desc_with_match 4.2707 4.31649 0.0458 ms
100th percentile latency sort_numeric_desc_with_match 4.28416 4.32351 0.03935 ms
50th percentile service time sort_numeric_desc_with_match 2.4408 2.47079 0.02998 ms
90th percentile service time sort_numeric_desc_with_match 2.51054 2.56945 0.05891 ms
99th percentile service time sort_numeric_desc_with_match 2.59325 2.75036 0.15711 ms
100th percentile service time sort_numeric_desc_with_match 2.60064 2.79383 0.19319 ms
error rate sort_numeric_desc_with_match 0 0 0 %
Min Throughput sort_numeric_asc_with_match 2.00656 2.0066 3e-05 ops/s
Mean Throughput sort_numeric_asc_with_match 2.00796 2.008 5e-05 ops/s
Median Throughput sort_numeric_asc_with_match 2.00784 2.0079 6e-05 ops/s
Max Throughput sort_numeric_asc_with_match 2.00977 2.00982 5e-05 ops/s
50th percentile latency sort_numeric_asc_with_match 3.81409 3.1809 -0.63319 ms
90th percentile latency sort_numeric_asc_with_match 4.25441 3.58847 -0.66593 ms
99th percentile latency sort_numeric_asc_with_match 4.29911 5.16533 0.86622 ms
100th percentile latency sort_numeric_asc_with_match 4.30177 6.39213 2.09036 ms
50th percentile service time sort_numeric_asc_with_match 2.49877 2.0727 -0.42607 ms
90th percentile service time sort_numeric_asc_with_match 2.56355 2.15658 -0.40697 ms
99th percentile service time sort_numeric_asc_with_match 2.63285 3.42689 0.79405 ms
100th percentile service time sort_numeric_asc_with_match 2.66392 4.6038 1.93987 ms
error rate sort_numeric_asc_with_match 0 0 0 %
Min Throughput range_field_conjunction_big_range_big_term_query 2.00656 2.00656 0 ops/s
Mean Throughput range_field_conjunction_big_range_big_term_query 2.00796 2.00796 -1e-05 ops/s
Median Throughput range_field_conjunction_big_range_big_term_query 2.00786 2.00785 -1e-05 ops/s
Max Throughput range_field_conjunction_big_range_big_term_query 2.00978 2.00977 -1e-05 ops/s
50th percentile latency range_field_conjunction_big_range_big_term_query 3.57323 3.71364 0.14041 ms
90th percentile latency range_field_conjunction_big_range_big_term_query 3.96686 4.11038 0.14352 ms
99th percentile latency range_field_conjunction_big_range_big_term_query 4.03349 4.20488 0.17139 ms
100th percentile latency range_field_conjunction_big_range_big_term_query 4.04745 4.21667 0.16922 ms
50th percentile service time range_field_conjunction_big_range_big_term_query 2.20513 2.43013 0.22499 ms
90th percentile service time range_field_conjunction_big_range_big_term_query 2.28644 2.50627 0.21983 ms
99th percentile service time range_field_conjunction_big_range_big_term_query 2.5982 2.5584 -0.03981 ms
100th percentile service time range_field_conjunction_big_range_big_term_query 2.64686 2.56464 -0.08222 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.00658 2.00658 0 ops/s
Mean Throughput range_field_disjunction_big_range_small_term_query 2.00798 2.00799 1e-05 ops/s
Median Throughput range_field_disjunction_big_range_small_term_query 2.00787 2.00788 1e-05 ops/s
Max Throughput range_field_disjunction_big_range_small_term_query 2.0098 2.0098 -0 ops/s
50th percentile latency range_field_disjunction_big_range_small_term_query 3.69221 3.35147 -0.34075 ms
90th percentile latency range_field_disjunction_big_range_small_term_query 4.06043 3.84054 -0.21989 ms
99th percentile latency range_field_disjunction_big_range_small_term_query 4.21007 4.27505 0.06498 ms
100th percentile latency range_field_disjunction_big_range_small_term_query 4.24598 4.53592 0.28994 ms
50th percentile service time range_field_disjunction_big_range_small_term_query 2.3476 2.15371 -0.19389 ms
90th percentile service time range_field_disjunction_big_range_small_term_query 2.44204 2.22565 -0.21638 ms
99th percentile service time range_field_disjunction_big_range_small_term_query 2.50552 2.36236 -0.14316 ms
100th percentile service time range_field_disjunction_big_range_small_term_query 2.51762 2.42535 -0.09227 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.00658 2.00657 -2e-05 ops/s
Mean Throughput range_field_conjunction_small_range_small_term_query 2.00799 2.00797 -2e-05 ops/s
Median Throughput range_field_conjunction_small_range_small_term_query 2.00789 2.00786 -3e-05 ops/s
Max Throughput range_field_conjunction_small_range_small_term_query 2.00982 2.00979 -3e-05 ops/s
50th percentile latency range_field_conjunction_small_range_small_term_query 3.79009 3.43406 -0.35603 ms
90th percentile latency range_field_conjunction_small_range_small_term_query 4.20103 3.80044 -0.40059 ms
99th percentile latency range_field_conjunction_small_range_small_term_query 4.32886 4.04261 -0.28624 ms
100th percentile latency range_field_conjunction_small_range_small_term_query 4.38586 4.05074 -0.33512 ms
50th percentile service time range_field_conjunction_small_range_small_term_query 2.4897 2.14601 -0.34369 ms
90th percentile service time range_field_conjunction_small_range_small_term_query 2.55582 2.20998 -0.34583 ms
99th percentile service time range_field_conjunction_small_range_small_term_query 2.63709 2.32185 -0.31523 ms
100th percentile service time range_field_conjunction_small_range_small_term_query 2.65542 2.3261 -0.32932 ms
error rate range_field_conjunction_small_range_small_term_query 0 0 0 %
Min Throughput range_field_conjunction_small_range_big_term_query 2.00659 2.00659 0 ops/s
Mean Throughput range_field_conjunction_small_range_big_term_query 2.00799 2.008 1e-05 ops/s
Median Throughput range_field_conjunction_small_range_big_term_query 2.00788 2.00789 1e-05 ops/s
Max Throughput range_field_conjunction_small_range_big_term_query 2.0098 2.00982 2e-05 ops/s
50th percentile latency range_field_conjunction_small_range_big_term_query 3.50185 3.3111 -0.19075 ms
90th percentile latency range_field_conjunction_small_range_big_term_query 3.90551 3.67703 -0.22848 ms
99th percentile latency range_field_conjunction_small_range_big_term_query 4.28233 3.8527 -0.42963 ms
100th percentile latency range_field_conjunction_small_range_big_term_query 4.30126 3.86086 -0.4404 ms
50th percentile service time range_field_conjunction_small_range_big_term_query 2.13038 2.0095 -0.12088 ms
90th percentile service time range_field_conjunction_small_range_big_term_query 2.22295 2.08499 -0.13795 ms
99th percentile service time range_field_conjunction_small_range_big_term_query 2.45672 2.18896 -0.26777 ms
100th percentile service time range_field_conjunction_small_range_big_term_query 2.56242 2.21206 -0.35036 ms
error rate range_field_conjunction_small_range_big_term_query 0 0 0 %
Min Throughput range-auto-date-histo 0.308006 0.318416 0.01041 ops/s
Mean Throughput range-auto-date-histo 0.308219 0.318685 0.01047 ops/s
Median Throughput range-auto-date-histo 0.308222 0.31864 0.01042 ops/s
Max Throughput range-auto-date-histo 0.308372 0.319047 0.01068 ops/s
50th percentile latency range-auto-date-histo 687199 660844 -26354.9 ms
90th percentile latency range-auto-date-histo 796912 765451 -31460.7 ms
99th percentile latency range-auto-date-histo 821577 788819 -32757.4 ms
100th percentile latency range-auto-date-histo 822910 790112 -32797.3 ms
50th percentile service time range-auto-date-histo 3193.28 3090.44 -102.834 ms
90th percentile service time range-auto-date-histo 3381.65 3254.65 -126.996 ms
99th percentile service time range-auto-date-histo 3682.24 3443.48 -238.766 ms
100th percentile service time range-auto-date-histo 3766 3491.87 -274.124 ms
error rate range-auto-date-histo 0 0 0 %
Min Throughput range-auto-date-histo-with-metrics 0.100017 0.109227 0.00921 ops/s
Mean Throughput range-auto-date-histo-with-metrics 0.10005 0.109255 0.00921 ops/s
Median Throughput range-auto-date-histo-with-metrics 0.100053 0.109253 0.0092 ops/s
Max Throughput range-auto-date-histo-with-metrics 0.100076 0.109288 0.00921 ops/s
50th percentile latency range-auto-date-histo-with-metrics 2.37798e+06 2.16718e+06 -210795 ms
90th percentile latency range-auto-date-histo-with-metrics 2.75749e+06 2.51315e+06 -244344 ms
99th percentile latency range-auto-date-histo-with-metrics 2.843e+06 2.59065e+06 -252347 ms
100th percentile latency range-auto-date-histo-with-metrics 2.84773e+06 2.59496e+06 -252772 ms
50th percentile service time range-auto-date-histo-with-metrics 9970.93 9126.13 -844.794 ms
90th percentile service time range-auto-date-histo-with-metrics 10069.4 9253.5 -815.896 ms
99th percentile service time range-auto-date-histo-with-metrics 10335.7 9399.45 -936.211 ms
100th percentile service time range-auto-date-histo-with-metrics 10345.2 9405.39 -939.782 ms
error rate range-auto-date-histo-with-metrics 0 0 0 %
Min Throughput range-agg-1 2.00657 2.00658 1e-05 ops/s
Mean Throughput range-agg-1 2.00797 2.00799 2e-05 ops/s
Median Throughput range-agg-1 2.00786 2.00788 2e-05 ops/s
Max Throughput range-agg-1 2.00978 2.00981 4e-05 ops/s
50th percentile latency range-agg-1 3.73082 3.69568 -0.03514 ms
90th percentile latency range-agg-1 4.12915 4.14815 0.019 ms
99th percentile latency range-agg-1 4.27384 4.36385 0.09001 ms
100th percentile latency range-agg-1 4.30685 4.37844 0.07159 ms
50th percentile service time range-agg-1 2.47259 2.44849 -0.0241 ms
90th percentile service time range-agg-1 2.5823 2.5661 -0.0162 ms
99th percentile service time range-agg-1 2.65075 2.68132 0.03057 ms
100th percentile service time range-agg-1 2.66289 2.69357 0.03068 ms
error rate range-agg-1 0 0 0 %
Min Throughput range-agg-2 2.00658 2.00658 1e-05 ops/s
Mean Throughput range-agg-2 2.00798 2.008 1e-05 ops/s
Median Throughput range-agg-2 2.00788 2.00789 1e-05 ops/s
Max Throughput range-agg-2 2.0098 2.00981 1e-05 ops/s
50th percentile latency range-agg-2 4.11477 3.59155 -0.52322 ms
90th percentile latency range-agg-2 4.52106 4.06905 -0.452 ms
99th percentile latency range-agg-2 4.61861 4.25077 -0.36784 ms
100th percentile latency range-agg-2 4.61982 4.3111 -0.30872 ms
50th percentile service time range-agg-2 2.76554 2.32273 -0.44281 ms
90th percentile service time range-agg-2 2.88399 2.42059 -0.46339 ms
99th percentile service time range-agg-2 2.9323 2.53782 -0.39448 ms
100th percentile service time range-agg-2 2.93616 2.55508 -0.38108 ms
error rate range-agg-2 0 0 0 %
Min Throughput cardinality-agg-low 2.00622 2.00625 3e-05 ops/s
Mean Throughput cardinality-agg-low 2.00755 2.00758 3e-05 ops/s
Median Throughput cardinality-agg-low 2.00745 2.00748 3e-05 ops/s
Max Throughput cardinality-agg-low 2.00928 2.00931 3e-05 ops/s
50th percentile latency cardinality-agg-low 5.54592 5.43522 -0.1107 ms
90th percentile latency cardinality-agg-low 6.14368 6.23759 0.09391 ms
99th percentile latency cardinality-agg-low 6.48777 6.64194 0.15417 ms
100th percentile latency cardinality-agg-low 6.5324 6.64217 0.10977 ms
50th percentile service time cardinality-agg-low 4.09792 4.20081 0.10289 ms
90th percentile service time cardinality-agg-low 4.71779 4.89027 0.17248 ms
99th percentile service time cardinality-agg-low 4.95073 5.17579 0.22506 ms
100th percentile service time cardinality-agg-low 5.07699 5.39072 0.31373 ms
error rate cardinality-agg-low 0 0 0 %
Min Throughput cardinality-agg-high 0.780208 0.789257 0.00905 ops/s
Mean Throughput cardinality-agg-high 0.782246 0.790626 0.00838 ops/s
Median Throughput cardinality-agg-high 0.782316 0.790508 0.00819 ops/s
Max Throughput cardinality-agg-high 0.783774 0.791989 0.00822 ops/s
50th percentile latency cardinality-agg-high 195104 192008 -3096.21 ms
90th percentile latency cardinality-agg-high 226146 223163 -2982.58 ms
99th percentile latency cardinality-agg-high 232842 230058 -2783.52 ms
100th percentile latency cardinality-agg-high 233207 230420 -2787.02 ms
50th percentile service time cardinality-agg-high 1242.43 1243.78 1.34753 ms
90th percentile service time cardinality-agg-high 1315.97 1367.14 51.1645 ms
99th percentile service time cardinality-agg-high 1794.23 1641.63 -152.593 ms
100th percentile service time cardinality-agg-high 1867.24 1660.01 -207.229 ms
error rate cardinality-agg-high 0 0 0 %
Min Throughput cardinality-agg-very-high 0.599318 0.634253 0.03494 ops/s
Mean Throughput cardinality-agg-very-high 0.601441 0.637016 0.03557 ops/s
Median Throughput cardinality-agg-very-high 0.601393 0.636868 0.03548 ops/s
Max Throughput cardinality-agg-very-high 0.604567 0.639466 0.0349 ops/s
50th percentile latency cardinality-agg-very-high 117144 107773 -9370.93 ms
90th percentile latency cardinality-agg-very-high 163886 149819 -14067.6 ms
99th percentile latency cardinality-agg-very-high 174031 159232 -14799.7 ms
100th percentile latency cardinality-agg-very-high 174587 159742 -14844.9 ms
50th percentile service time cardinality-agg-very-high 1621.13 1532.5 -88.6253 ms
90th percentile service time cardinality-agg-very-high 1739.11 1622.29 -116.82 ms
99th percentile service time cardinality-agg-very-high 2282.92 1810.76 -472.162 ms
100th percentile service time cardinality-agg-very-high 2311.1 1834.75 -476.346 ms
error rate cardinality-agg-very-high 0 0 0 %
Min Throughput range_with_asc_sort 2.00653 2.00653 -0 ops/s
Mean Throughput range_with_asc_sort 2.00792 2.00791 -1e-05 ops/s
Median Throughput range_with_asc_sort 2.00782 2.0078 -2e-05 ops/s
Max Throughput range_with_asc_sort 2.00973 2.00972 -0 ops/s
50th percentile latency range_with_asc_sort 7.05256 7.32306 0.2705 ms
90th percentile latency range_with_asc_sort 7.49789 7.64785 0.14997 ms
99th percentile latency range_with_asc_sort 14.0716 12.0765 -1.99509 ms
100th percentile latency range_with_asc_sort 15.2615 14.7456 -0.51589 ms
50th percentile service time range_with_asc_sort 5.72645 5.95176 0.22531 ms
90th percentile service time range_with_asc_sort 5.84668 6.05429 0.20761 ms
99th percentile service time range_with_asc_sort 12.3423 10.6194 -1.72289 ms
100th percentile service time range_with_asc_sort 13.4601 13.4395 -0.02066 ms
error rate range_with_asc_sort 0 0 0 %
Min Throughput range_with_desc_sort 2.00654 2.00653 -0 ops/s
Mean Throughput range_with_desc_sort 2.00793 2.00792 -1e-05 ops/s
Median Throughput range_with_desc_sort 2.00783 2.00782 -1e-05 ops/s
Max Throughput range_with_desc_sort 2.00974 2.00973 -1e-05 ops/s
50th percentile latency range_with_desc_sort 6.98331 7.73105 0.74773 ms
90th percentile latency range_with_desc_sort 7.42543 8.15458 0.72915 ms
99th percentile latency range_with_desc_sort 8.15884 8.46319 0.30435 ms
100th percentile latency range_with_desc_sort 8.78441 8.49674 -0.28767 ms
50th percentile service time range_with_desc_sort 5.73675 6.50215 0.76541 ms
90th percentile service time range_with_desc_sort 5.85756 6.68823 0.83067 ms
99th percentile service time range_with_desc_sort 6.71621 6.93117 0.21497 ms
100th percentile service time range_with_desc_sort 7.26376 7.00457 -0.25919 ms
error rate range_with_desc_sort 0 0 0 %

@rishabhmaurya
Copy link
Contributor

@anandpatel9998 I do not think we have any query where the switch between ordinal to direct will happen in big5, so we probably need to work on creating such query. It is good to verify if there aren't any regressions on big5.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 6, 2025

✅ Gradle check result for 66f9992: SUCCESS

@github-actions
Copy link
Contributor

github-actions bot commented Nov 7, 2025

✅ Gradle check result for 0ff30fb: SUCCESS

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.

7 participants