You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Uwe L. Korn (JIRA)" <ji...@apache.org> on 2016/09/08 18:35:21 UTC

[jira] [Resolved] (PARQUET-591) Page size estimation during writes

     [ 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)