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

sql: add strict filtering for TTL tables #80217

Open
otan opened this issue Apr 20, 2022 · 0 comments
Open

sql: add strict filtering for TTL tables #80217

otan opened this issue Apr 20, 2022 · 0 comments
Labels
A-row-level-ttl C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)

Comments

@otan
Copy link
Contributor

otan commented Apr 20, 2022

Currently tables with TTL defined will not filter out rows which have expired the TTL.

This issue tracks adding this functionality. It likely will require changes to the optimizer.

cc @vy-ton

Jira issue: CRDB-15808
Epic CRDB-18322

@otan otan added C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) A-row-level-ttl labels Apr 20, 2022
@otan otan added this to Triage in SQL Sessions - Deprecated via automation Apr 20, 2022
@blathers-crl blathers-crl bot added the T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) label Apr 20, 2022
@otan otan moved this from Triage to Longer term backlog in SQL Sessions - Deprecated Apr 20, 2022
@jlinder jlinder added sync-me and removed sync-me labels May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-row-level-ttl C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Projects
No open projects
SQL Sessions - Deprecated
Longer term backlog
Development

No branches or pull requests

2 participants