You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "fatemah (Jira)" <ji...@apache.org> on 2022/10/25 23:05:00 UTC

[jira] [Created] (PARQUET-2204) TypedColumnReaderImpl::Skip should reuse scratch space

fatemah created PARQUET-2204:
--------------------------------

             Summary: TypedColumnReaderImpl::Skip should reuse scratch space
                 Key: PARQUET-2204
                 URL: https://issues.apache.org/jira/browse/PARQUET-2204
             Project: Parquet
          Issue Type: Improvement
            Reporter: fatemah


TypedColumnReaderImpl::Skip allocates scratch space on every call. The scratch space is used to read rep/def levels and values and throw them away. The memory allocation slows down the skip based on microbenchmarks. The scratch space can be allocated once and re-used.



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