clintropolis commented on PR #16533: URL: https://github.com/apache/druid/pull/16533#issuecomment-2259448027
TimeseriesBenchmark.queryFilteredSingleQueryableIndex master: ``` Benchmark (descending) (indexType) (numSegments) (queryGranularity) (rowsPerSegment) (schemaAndQuery) Mode Cnt Score Error Units TimeseriesBenchmark.queryFilteredSingleQueryableIndex true N/A 1 all 750000 basic.A avgt 5 6614.254 ± 136.123 us/op TimeseriesBenchmark.queryFilteredSingleQueryableIndex true N/A 1 all 750000 basic.timeFilterNumeric avgt 5 1944.037 ± 10.366 us/op TimeseriesBenchmark.queryFilteredSingleQueryableIndex true N/A 1 all 750000 basic.timeFilterAlphanumeric avgt 5 2019.249 ± 95.584 us/op TimeseriesBenchmark.queryFilteredSingleQueryableIndex true N/A 1 all 750000 basic.timeFilterByInterval avgt 5 33.451 ± 0.451 us/op TimeseriesBenchmark.queryFilteredSingleQueryableIndex true N/A 1 hour 750000 basic.A avgt 5 11040.082 ± 180.823 us/op TimeseriesBenchmark.queryFilteredSingleQueryableIndex true N/A 1 hour 750000 basic.timeFilterNumeric avgt 5 4274.352 ± 79.384 us/op TimeseriesBenchmark.queryFilteredSingleQueryableIndex true N/A 1 hour 750000 basic.timeFilterAlphanumeric avgt 5 4309.323 ± 30.720 us/op TimeseriesBenchmark.queryFilteredSingleQueryableIndex true N/A 1 hour 750000 basic.timeFilterByInterval avgt 5 33.200 ± 0.739 us/op TimeseriesBenchmark.queryFilteredSingleQueryableIndex false N/A 1 all 750000 basic.A avgt 5 6470.706 ± 53.526 us/op TimeseriesBenchmark.queryFilteredSingleQueryableIndex false N/A 1 all 750000 basic.timeFilterNumeric avgt 5 1961.523 ± 367.082 us/op TimeseriesBenchmark.queryFilteredSingleQueryableIndex false N/A 1 all 750000 basic.timeFilterAlphanumeric avgt 5 1987.598 ± 60.148 us/op TimeseriesBenchmark.queryFilteredSingleQueryableIndex false N/A 1 all 750000 basic.timeFilterByInterval avgt 5 33.445 ± 0.516 us/op TimeseriesBenchmark.queryFilteredSingleQueryableIndex false N/A 1 hour 750000 basic.A avgt 5 8405.975 ± 143.986 us/op TimeseriesBenchmark.queryFilteredSingleQueryableIndex false N/A 1 hour 750000 basic.timeFilterNumeric avgt 5 1940.375 ± 33.468 us/op TimeseriesBenchmark.queryFilteredSingleQueryableIndex false N/A 1 hour 750000 basic.timeFilterAlphanumeric avgt 5 1984.012 ± 15.155 us/op TimeseriesBenchmark.queryFilteredSingleQueryableIndex false N/A 1 hour 750000 basic.timeFilterByInterval avgt 5 32.945 ± 0.523 us/op ``` PR: ``` Benchmark (descending) (indexType) (numSegments) (queryGranularity) (rowsPerSegment) (schemaAndQuery) Mode Cnt Score Error Units TimeseriesBenchmark.queryFilteredSingleQueryableIndex true N/A 1 all 750000 basic.A avgt 5 6610.128 ± 92.993 us/op TimeseriesBenchmark.queryFilteredSingleQueryableIndex true N/A 1 all 750000 basic.timeFilterNumeric avgt 5 1920.479 ± 18.626 us/op TimeseriesBenchmark.queryFilteredSingleQueryableIndex true N/A 1 all 750000 basic.timeFilterAlphanumeric avgt 5 1973.976 ± 7.029 us/op TimeseriesBenchmark.queryFilteredSingleQueryableIndex true N/A 1 all 750000 basic.timeFilterByInterval avgt 5 32.789 ± 0.478 us/op TimeseriesBenchmark.queryFilteredSingleQueryableIndex true N/A 1 hour 750000 basic.A avgt 5 8630.230 ± 105.645 us/op TimeseriesBenchmark.queryFilteredSingleQueryableIndex true N/A 1 hour 750000 basic.timeFilterNumeric avgt 5 1933.904 ± 11.490 us/op TimeseriesBenchmark.queryFilteredSingleQueryableIndex true N/A 1 hour 750000 basic.timeFilterAlphanumeric avgt 5 1986.944 ± 22.651 us/op TimeseriesBenchmark.queryFilteredSingleQueryableIndex true N/A 1 hour 750000 basic.timeFilterByInterval avgt 5 32.511 ± 1.069 us/op TimeseriesBenchmark.queryFilteredSingleQueryableIndex false N/A 1 all 750000 basic.A avgt 5 6325.689 ± 42.639 us/op TimeseriesBenchmark.queryFilteredSingleQueryableIndex false N/A 1 all 750000 basic.timeFilterNumeric avgt 5 1913.886 ± 19.559 us/op TimeseriesBenchmark.queryFilteredSingleQueryableIndex false N/A 1 all 750000 basic.timeFilterAlphanumeric avgt 5 1966.111 ± 58.022 us/op TimeseriesBenchmark.queryFilteredSingleQueryableIndex false N/A 1 all 750000 basic.timeFilterByInterval avgt 5 32.788 ± 0.528 us/op TimeseriesBenchmark.queryFilteredSingleQueryableIndex false N/A 1 hour 750000 basic.A avgt 5 8263.713 ± 51.142 us/op TimeseriesBenchmark.queryFilteredSingleQueryableIndex false N/A 1 hour 750000 basic.timeFilterNumeric avgt 5 1923.849 ± 11.076 us/op TimeseriesBenchmark.queryFilteredSingleQueryableIndex false N/A 1 hour 750000 basic.timeFilterAlphanumeric avgt 5 1977.200 ± 36.164 us/op TimeseriesBenchmark.queryFilteredSingleQueryableIndex false N/A 1 hour 750000 basic.timeFilterByInterval avgt 5 32.330 ± 0.268 us/op ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
