[
https://issues.apache.org/jira/browse/PARQUET-591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe L. Korn resolved PARQUET-591.
---------------------------------
Resolution: Fixed
Fix Version/s: cpp-0.1
> Page size estimation during writes
> ----------------------------------
>
> Key: PARQUET-591
> URL: https://issues.apache.org/jira/browse/PARQUET-591
> Project: Parquet
> Issue Type: Improvement
> Components: parquet-cpp
> Reporter: Uwe L. Korn
> Assignee: Uwe L. Korn
> Fix For: cpp-0.1
>
>
> Currently we start a new page after 1000 rows. Instead we should split pages
> by their size. Therefore implement a size estimation algorithm and split
> pages based on its results.
> See also in parquet-column/../column/impl/ColumnWriteStoreV2.java:sizeCheck
> for the Java implementation.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)