alamb commented on PR #7824: URL: https://github.com/apache/arrow-rs/pull/7824#issuecomment-3031922742
> 🤖: Benchmark completed 😮 ``` group main parquet-writing-performance ----- ---- --------------------------- write_batch nested/4096 values primitive list 2.39 4.6±0.08ms 463.3 MB/sec 1.00 1928.4±8.97µs 1105.5 MB/sec write_batch nested/4096 values primitive list non-null 2.63 5.7±0.11ms 374.6 MB/sec 1.00 2.2±0.01ms 984.9 MB/sec write_batch primitive/4096 values bool 4.74 355.9±8.98µs 3.0 MB/sec 1.00 75.1±0.51µs 14.1 MB/sec write_batch primitive/4096 values bool non-null 7.22 303.6±9.78µs 1930.3 KB/sec 1.00 42.1±0.14µs 13.6 MB/sec write_batch primitive/4096 values float with NaNs 1.86 1111.1±16.13µs 49.5 MB/sec 1.00 597.8±1.35µs 91.9 MB/sec write_batch primitive/4096 values primitive 2.52 2.1±0.04ms 83.2 MB/sec 1.00 839.8±5.59µs 209.5 MB/sec write_batch primitive/4096 values primitive non-null 2.99 1982.7±90.41µs 87.0 MB/sec 1.00 663.2±2.89µs 260.1 MB/sec write_batch primitive/4096 values primitive non-null with bloom filter 3.45 21.5±0.30ms 8.0 MB/sec 1.00 6.2±0.82ms 27.7 MB/sec write_batch primitive/4096 values primitive with bloom filter 2.76 21.5±1.36ms 8.2 MB/sec 1.00 7.8±0.29ms 22.6 MB/sec write_batch primitive/4096 values string 2.63 1036.2±18.46µs 121.8 MB/sec 1.00 393.6±2.59µs 320.6 MB/sec write_batch primitive/4096 values string dictionary 5.32 2.8±0.13ms 364.9 MB/sec 1.00 531.8±4.54µs 1940.9 MB/sec write_batch primitive/4096 values string dictionary with bloom filter 5.93 4.8±0.24ms 215.3 MB/sec 1.00 807.9±6.96µs 1277.7 MB/sec write_batch primitive/4096 values string non-null 3.44 4.8±0.13ms 427.2 MB/sec 1.00 1394.7±11.63µs 1467.9 MB/sec write_batch primitive/4096 values string non-null with bloom filter 4.80 10.8±0.08ms 190.2 MB/sec 1.00 2.2±0.02ms 912.7 MB/sec write_batch primitive/4096 values string with bloom filter 5.74 9.5±0.27ms 214.9 MB/sec 1.00 1659.3±20.99µs 1234.4 MB/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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org