clintropolis commented on PR #12408: URL: https://github.com/apache/druid/pull/12408#issuecomment-1090911718
thanks for looking into this. For the most part we care a lot more about decoding speed and total size for query performance, so it would be worth running the 'select rows' version of the benchmarks too. Additionally, some of the benchmarks with a 'main' method also collect a 2nd "encoded size" measurement, so running something like: ``` java -server -cp benchmarks/target/benchmarks.jar org.apache.druid.benchmark.compression.ColumnarLongsSelectRowsFromGeneratorBenchmark ``` should collect both time and size values instead of just the time value like when run with `java -jar`. -- 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]
