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

[jira] [Resolved] (PARQUET-1542) Merge multiple I/O to one time I/O when read footer

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

Gabor Szadovszky resolved PARQUET-1542.
---------------------------------------
    Resolution: Fixed

> Merge multiple I/O to one time I/O when read footer
> ---------------------------------------------------
>
>                 Key: PARQUET-1542
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1542
>             Project: Parquet
>          Issue Type: Improvement
>          Components: parquet-mr
>            Reporter: Wang, Gang
>            Assignee: Wang, Gang
>            Priority: Major
>              Labels: pull-request-available
>
> Currently in method readFooter of class ParquetFileReader, it will invoke method *converter.readParquetMetadata.* To decode file metadata,  there may be quite a number of times of I/O processing underlying, which may heavily slow down parquet read performance.
> A better way is to read all the footer bytes in a single I/O, since we have already got footer length before, and pass down all the bytes to underlying.
>  
> And we have a test in our environment, this change may bring  50 percent improvement for some cases.
>  



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