clintropolis opened a new pull request, #19742: URL: https://github.com/apache/druid/pull/19742
### Description More: ``` SELECT SUM(SQRT(double1)) FROM expressions SELECT SUM(SQRT(long1)) FROM expressions ``` ``` Benchmark (complexCompression) (deferExpressionDimensions) (jsonObjectStorageEncoding) (query) (rowsPerSegment) (schemaType) (storageType) (stringEncoding) (useVectorApi) (vectorize) Mode Cnt Score Error Units SqlExpressionBenchmark.querySql NONE singleString SMILE 69 1500000 explicit MMAP UTF8 false force avgt 5 18.934 ± 0.606 ms/op SqlExpressionBenchmark.querySql NONE singleString SMILE 69 1500000 explicit MMAP UTF8 true force avgt 5 9.524 ± 0.263 ms/op SqlExpressionBenchmark.querySql NONE singleString SMILE 70 1500000 explicit MMAP UTF8 false force avgt 5 22.025 ± 1.532 ms/op SqlExpressionBenchmark.querySql NONE singleString SMILE 70 1500000 explicit MMAP UTF8 true force avgt 5 10.543 ± 1.063 ms/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]
