horaedb
horaedb copied to clipboard
Change table write_mode from "Append" to "Overwrite" dynamically
Description
ref #104
Proposal
We may need to support changing table option:write_mode
from append
to overwrite
and overwrite
to append
after table created.
Additional context
- Attention to the processing of SST reading/writing if change
overwrite
toappend
; - Is it supported to change
append
tooverwrite
?