databend
databend copied to clipboard
feature request: table level retention period settings
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