Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply partition pruning for file skipping #488

Open
alex-zaitsev opened this issue Sep 27, 2024 · 1 comment
Open

Apply partition pruning for file skipping #488

alex-zaitsev opened this issue Sep 27, 2024 · 1 comment

Comments

@alex-zaitsev
Copy link
Member

alex-zaitsev commented Sep 27, 2024

Partitioning is a part of Iceberg and DeltaLake protocol specification. It is already available in catalog implementation (https://github.com/ClickHouse/ClickHouse/blob/master/src/Storages/ObjectStorage/DataLakes/PartitionColumns.h) but need to be used in query time.

Related ClickHouse#67426

@alex-zaitsev alex-zaitsev changed the title Apply partition pruning to skip files in external table engines Apply partition pruning for file skipping Sep 30, 2024
@hottehead
Copy link

+1 for fixing this, seems like a quick win. would help me out alot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants