support alter database compaction options
Opened this issue · 2 comments
MichaelScofield commented
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
MichaelScofield commented
I think it can be done in the same way as in #5035