Skip to content

Parquet decoder / decoded page Cache #7363

Open
@alamb

Description

@alamb

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

There are some times where enabling row filter actually slows down the parquet decoding and one reason for this is having to decompress (e.g. ZSTD) the pages twice

Describe the solution you'd like
#6921 has a cache to avoid this second decode

I would like to get that PR merged

Steps:

Describe alternatives you've considered

Additional context

I am filing this as a separate ticket as there are a lot of other ideas on #6921 that make it kind of hard to follow

Metadata

Metadata

Assignees

Labels

enhancementAny new improvement worthy of a entry in the changelogparquetChanges to the parquet crate

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions