datafuselabs / databend

𝗗𝗮𝘁𝗮, 𝗔𝗻𝗮𝗹𝘆𝘁𝗶𝗰𝘀 & 𝗔𝗜. Modern alternative to Snowflake. Cost-effective and simple for massive-scale analytics. https://databend.com
https://docs.databend.com
Other
7.65k stars 726 forks source link

Feature: retention time marker procedure #5518

Open dantengsky opened 2 years ago

dantengsky commented 2 years ago

Summary

Provides a way of marking historical snapshots invisible, so that the old snapshots( and maybe the data it referenced) can fade away gradually.


Basic desc of functionalities:

Marks the latest visible snapshot of the given table.

NOTE: The query nodes work on their local clocks, which is NOT perfectly synced


basic idea of impl:

Notes:

dantengsky commented 10 months ago

being addressed, as part of the new vacuum impl. pls refer:

BohuTANG commented 3 months ago

Can this issue be closed?