[ 
https://issues.apache.org/jira/browse/PARQUET-1634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Antoine Pitrou updated PARQUET-1634:
------------------------------------
    Fix Version/s:     (was: cpp-9.0.0)

> [C++] Factor out data/dictionary page writes to allow for page buffering 
> -------------------------------------------------------------------------
>
>                 Key: PARQUET-1634
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1634
>             Project: Parquet
>          Issue Type: Improvement
>          Components: parquet-cpp
>            Reporter: Wes McKinney
>            Priority: Major
>
> Logic that eagerly writes out data pages is hard-coded into the column writer 
> implementation
> https://github.com/apache/arrow/blob/master/cpp/src/parquet/column_writer.cc#L565
> For higher-latency file systems like Amazon S3, it makes more sense to buffer 
> pages in memory and write them in larger batches (and preferably 
> asynchronously). We should refactor this logic so we have the ability to 
> choose rather than have the behavior hard-coded



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to