From c1cde631c8aaaa55c61d877d12e5cb1948b94d55 Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Tue, 30 Oct 2018 08:24:16 +0000 Subject: [PATCH] Update result --- .../benchmarks/JSONBenchmarks-results.txt | 38 ++++++++++--------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/sql/core/benchmarks/JSONBenchmarks-results.txt b/sql/core/benchmarks/JSONBenchmarks-results.txt index c1d1457a80d7..99937309a414 100644 --- a/sql/core/benchmarks/JSONBenchmarks-results.txt +++ b/sql/core/benchmarks/JSONBenchmarks-results.txt @@ -2,32 +2,36 @@ Benchmark for performance of JSON parsing ================================================================================================ -OpenJDK 64-Bit Server VM 1.8.0_163-b01 on Windows 7 6.1 -Intel64 Family 6 Model 94 Stepping 3, GenuineIntel +Preparing data for benchmarking ... +OpenJDK 64-Bit Server VM 1.8.0_191-b12 on Linux 3.10.0-862.3.2.el7.x86_64 +Intel(R) Xeon(R) CPU E5-2670 v2 @ 2.50GHz JSON schema inferring: Best/Avg Time(ms) Rate(M/s) Per Row(ns) Relative ------------------------------------------------------------------------------------------------ -No encoding 48088 / 48180 2.1 480.9 1.0X -UTF-8 is set 71881 / 71992 1.4 718.8 0.7X +No encoding 62946 / 63310 1.6 629.5 1.0X +UTF-8 is set 112814 / 112866 0.9 1128.1 0.6X -OpenJDK 64-Bit Server VM 1.8.0_163-b01 on Windows 7 6.1 -Intel64 Family 6 Model 94 Stepping 3, GenuineIntel +Preparing data for benchmarking ... +OpenJDK 64-Bit Server VM 1.8.0_191-b12 on Linux 3.10.0-862.3.2.el7.x86_64 +Intel(R) Xeon(R) CPU E5-2670 v2 @ 2.50GHz JSON per-line parsing: Best/Avg Time(ms) Rate(M/s) Per Row(ns) Relative ------------------------------------------------------------------------------------------------ -No encoding 12107 / 12246 8.3 121.1 1.0X -UTF-8 is set 12375 / 12475 8.1 123.8 1.0X +No encoding 16468 / 16553 6.1 164.7 1.0X +UTF-8 is set 16420 / 16441 6.1 164.2 1.0X -OpenJDK 64-Bit Server VM 1.8.0_163-b01 on Windows 7 6.1 -Intel64 Family 6 Model 94 Stepping 3, GenuineIntel +Preparing data for benchmarking ... +OpenJDK 64-Bit Server VM 1.8.0_191-b12 on Linux 3.10.0-862.3.2.el7.x86_64 +Intel(R) Xeon(R) CPU E5-2670 v2 @ 2.50GHz JSON parsing of wide lines: Best/Avg Time(ms) Rate(M/s) Per Row(ns) Relative ------------------------------------------------------------------------------------------------ -No encoding 168172 / 199309 0.1 16817.2 1.0X -UTF-8 is set 167959 / 211007 0.1 16795.9 1.0X +No encoding 39789 / 40053 0.3 3978.9 1.0X +UTF-8 is set 39505 / 39584 0.3 3950.5 1.0X -OpenJDK 64-Bit Server VM 1.8.0_163-b01 on Windows 7 6.1 -Intel64 Family 6 Model 94 Stepping 3, GenuineIntel +OpenJDK 64-Bit Server VM 1.8.0_191-b12 on Linux 3.10.0-862.3.2.el7.x86_64 +Intel(R) Xeon(R) CPU E5-2670 v2 @ 2.50GHz Count a dataset with 10 columns: Best/Avg Time(ms) Rate(M/s) Per Row(ns) Relative ------------------------------------------------------------------------------------------------ -Select 10 columns + count() 11828 / 12138 0.8 1182.8 1.0X -Select 1 column + count() 10049 / 10056 1.0 1004.9 1.2X -count() 2611 / 2617 3.8 261.1 4.5X +Select 10 columns + count() 15997 / 16015 0.6 1599.7 1.0X +Select 1 column + count() 13280 / 13326 0.8 1328.0 1.2X +count() 3006 / 3021 3.3 300.6 5.3X +