databend icon indicating copy to clipboard operation
databend copied to clipboard

feature request: table level retention period settings

Open dantengsky opened this issue 6 months ago • 0 comments

          Why not save the settings into table option rather than a dynamic global setting.
create table t (c int) 
row_per_block = 100000
block_per_segment = 1000
data_retention_ttl_minutes = 600    --- this could be respected by vacuum command
recluster_schedule_interval = ..

...

Originally posted by @sundy-li in https://github.com/datafuselabs/databend/issues/15346#issuecomment-2162369802

dantengsky avatar Aug 06 '24 01:08 dantengsky