Skip to content

Tiered table engine #815

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

Open
svb-alt opened this issue May 29, 2025 · 0 comments · May be fixed by #683
Open

Tiered table engine #815

svb-alt opened this issue May 29, 2025 · 0 comments · May be fixed by #683
Labels
antalya enhancement New feature or request tiered storage Antalya Roadmap: Tiered Storage

Comments

@svb-alt
Copy link
Collaborator

svb-alt commented May 29, 2025

Syntax options:

Tiered(
  'table1,table2,table3', # list of tables
  'dt', # watermark column
  'dt>=today()-1,dt between today()-30 and today()-1,dt<today()-30' # list of watermark expressions, that may contain functions like today()
)
Tiered(dt, table1, interval 0 days, table2, interval 3 days, table3, interval 100 days);

UNION ALL under the covers

@svb-alt svb-alt linked a pull request May 29, 2025 that will close this issue
@svb-alt svb-alt added enhancement New feature or request antalya tiered storage Antalya Roadmap: Tiered Storage labels Jun 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
antalya enhancement New feature or request tiered storage Antalya Roadmap: Tiered Storage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant