Hot/cold storage tiering via metadata path rewrites — dangerous? #937
Unanswered
ekkuleivonen
asked this question in
Q&A
Replies: 1 comment
|
Update: Thought I'd add the use-case that lead me to this idea: What if I could archive certain partitions of a given table into cold storage? Potential queries hitting the cold partitions should keep working like yesterday, but with degraded performance. Same goes for whole tables, and schemas even. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
TL;DR
Can I safely archive Parquet files by copying them to cold S3 and updating ducklake_data_file.path + path_is_relative=false so a single table spans hot + cold storage?
Context
Using DuckLake with:
Observed path model:
All currently path_is_relative = true.
Idea
Archive older data by:
Result:
Questions
Happy to share experiments if helpful!
Rock on,
All reactions