You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Wes McKinney (Jira)" <ji...@apache.org> on 2020/05/01 18:46:00 UTC

[jira] [Resolved] (PARQUET-1820) [C++] Use a column filter hint to inform read prefetching in Arrow reads

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

Wes McKinney resolved PARQUET-1820.
-----------------------------------
    Fix Version/s: cpp-1.6.0
       Resolution: Fixed

Issue resolved by pull request 6744
[https://github.com/apache/arrow/pull/6744]

> [C++] Use a column filter hint to inform read prefetching in Arrow reads
> ------------------------------------------------------------------------
>
>                 Key: PARQUET-1820
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1820
>             Project: Parquet
>          Issue Type: Improvement
>          Components: parquet-cpp
>            Reporter: David Li
>            Assignee: David Li
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: cpp-1.6.0
>
>          Time Spent: 10h 20m
>  Remaining Estimate: 0h
>
> As a follow up to PARQUET-1698 and ARROW-7995, we should use the I/O coalescing facility (where available and enabled), in combination with a column filter hint, to compute and prefetch the exact byte ranges we will be reading (using the metadata). This should further improve performance on remote object stores like Amazon S3. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)