dongjoon-hyun commented on a change in pull request #24078: [SPARK-27034][SQL][FOLLOWUP] Update Nested Schema Pruning benchmark result with EC2 URL: https://github.com/apache/spark/pull/24078#discussion_r265273702
########## File path: sql/core/benchmarks/ParquetNestedSchemaPruningBenchmark-results.txt ########## @@ -2,39 +2,39 @@ Nested Schema Pruning Benchmark For Parquet ================================================================================================ -Java HotSpot(TM) 64-Bit Server VM 1.8.0_202-b08 on Mac OS X 10.14.3 -Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz +OpenJDK 64-Bit Server VM 1.8.0_201-b09 on Linux 3.10.0-862.3.2.el7.x86_64 +Intel(R) Xeon(R) CPU E5-2670 v2 @ 2.50GHz Selection: Best Time(ms) Avg Time(ms) Stdev(ms) Rate(M/s) Per Row(ns) Relative ------------------------------------------------------------------------------------------------------------------------ -Top-level column 88 114 16 11.4 87.5 1.0X -Nested column 201 223 27 5.0 200.5 0.4X +Top-level column 145 174 23 6.9 145.1 1.0X +Nested column 325 346 19 3.1 324.8 0.4X -Java HotSpot(TM) 64-Bit Server VM 1.8.0_202-b08 on Mac OS X 10.14.3 -Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz +OpenJDK 64-Bit Server VM 1.8.0_201-b09 on Linux 3.10.0-862.3.2.el7.x86_64 +Intel(R) Xeon(R) CPU E5-2670 v2 @ 2.50GHz Limiting: Best Time(ms) Avg Time(ms) Stdev(ms) Rate(M/s) Per Row(ns) Relative ------------------------------------------------------------------------------------------------------------------------ -Top-level column 263 315 36 3.8 263.2 1.0X -Nested column 2111 2622 613 0.5 2111.1 0.1X +Top-level column 434 508 108 2.3 434.3 1.0X +Nested column 625 647 23 1.6 624.8 0.7X Review comment: This is the result of https://github.com/apache/spark/pull/24049 . ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
