Skip to content

Support writing bloom filter metadata #105

@aykut-bozkurt

Description

@aykut-bozkurt

For high-cardinality columns, writing Bloom filter metadata helps readers push down predicates more efficiently. By default, pg_parquet enables dictionary encoding, which also improves predicate pushdown but can significantly increase file size when cardinality is high. To address this, we may introduce options to disable dictionary encoding and enable Bloom filter metadata instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions