GreptimeTeam/greptimedb

support alter database compaction options

Opened this issue · 2 comments

What type of enhancement is this?

User experience

What does the enhancement do?

Now that ttl option can be altered in database level, it's best if compaction options can be too, like ALTER DATABASE mydb SET 'compaction.twcs.time_window'='1d'.

Implementation challenges

No response

I think it can be done in the same way as in #5035

Do we need to support database level compaction options? @v0y4g3r