Uh oh!
There was an error while loading. Please reload this page.
GH-45227: [C++][Parquet] Enable Size Stats and Page Index by default - #45249
Conversation
wgtmac
commented
Jan 14, 2025
mapleFU
left a comment
There was a problem hiding this comment.
Looks ok to me but I don't know what other think about this, do we report need this in maillist?
pitrou
commented
Jan 14, 2025
We can probably mention it on the dev@parquet ML? |
wgtmac
commented
Jan 14, 2025
For the record, the benchmark data on my dev box: |
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 1fcc892. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 14 possible false positives for unstable benchmarks that are known to sometimes produce them. |
Rationale for this change
Benchmark data shows that enabling page index and size stats by default does not have significant penalty.
What changes are included in this PR?
Enable the parquet writer to generate page index and size stats by default.
Are these changes tested?
Pass CIs.
Are there any user-facing changes?
No.