horaedb icon indicating copy to clipboard operation
horaedb copied to clipboard

Change table write_mode from "Append" to "Overwrite" dynamically

Open chunshao90 opened this issue 2 years ago • 0 comments

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 to append;
  • Is it supported to change append to overwrite?

chunshao90 avatar Jul 28 '22 07:07 chunshao90