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

TTL for columns works slower than CLEAR COLUMN #45397

Open
dancing-elf opened this issue Jan 18, 2023 · 1 comment
Open

TTL for columns works slower than CLEAR COLUMN #45397

dancing-elf opened this issue Jan 18, 2023 · 1 comment

Comments

@dancing-elf
Copy link

Right now TTL for columns implemented as merges.
Maybe it is required for common cases, but we only want to drop data in column by partition. Our TTL expression is aligned with the partition expression.
Merges are pain for our tables, they need up to 10-20 hours to finish. And it's hurt queries timings.

As I understand in cases like above, TTL can be implemented as mutation, like CLEAR COLUMN.

@den-crane
Copy link
Contributor

duplicate #26328

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

No branches or pull requests

2 participants