bryanck opened a new pull request, #5345:
URL: https://github.com/apache/iceberg/pull/5345

   Iceberg v0.14 uses Parquet 1.12, which limits page sizes by row count, with 
the default set to 20k. In some cases where data compresses well, this can 
cause many more pages to be created than with older versions of Parquet, which 
can reduce compression and scan performance.
   
   This PR introduces a table property that allows setting the page row count 
limit, with a default of 20k.


-- 
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]

Reply via email to