parthchandra commented on PR #21456: URL: https://github.com/apache/datafusion/pull/21456#issuecomment-4238503249
I get this on the latest version of this PR (local run on my mac)- ``` $critcmp main count_distinct group count_distinct main ----- -------------- ---- count_distinct i16 bitmap 1.00 5.0±0.04µs ? ?/sec 16.93 84.3±0.86µs ? ?/sec count_distinct i64 80% distinct 1.01 52.5±1.45µs ? ?/sec 1.00 52.0±0.53µs ? ?/sec count_distinct i64 99% distinct 1.00 51.6±0.54µs ? ?/sec 1.00 51.8±0.15µs ? ?/sec count_distinct i8 bitmap 1.00 1558.2±24.06ns ? ?/sec 12.63 19.7±0.46µs ? ?/sec count_distinct u16 bitmap 1.00 5.1±0.18µs ? ?/sec 16.40 83.7±0.43µs ? ?/sec count_distinct u8 bitmap 1.00 1578.5±35.24ns ? ?/sec 12.66 20.0±0.10µs ? ?/sec ``` -- 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]
