You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Jiashen Zhang (Jira)" <ji...@apache.org> on 2023/11/04 18:49:00 UTC

[jira] [Updated] (PARQUET-2373) Improve performance with bloom_filter_length

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

Jiashen Zhang updated PARQUET-2373:
-----------------------------------
    Summary: Improve performance with bloom_filter_length  (was: Utilize bloom_filter_length to ColumnMetaData)

> Improve performance with bloom_filter_length
> --------------------------------------------
>
>                 Key: PARQUET-2373
>                 URL: https://issues.apache.org/jira/browse/PARQUET-2373
>             Project: Parquet
>          Issue Type: Improvement
>            Reporter: Jiashen Zhang
>            Priority: Minor
>
> The specs only has added bloom_filter_offset to locate the bloom filter. The reader cannot load the bloom filter in a single shot until it parses the bloom filter header to get the total size.
> This issue proposes to add an optional bloom_filter_length field to track the size of bloom filter to facilitate I/O scheduling.



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