[Enhancement](storage) add a new hidden column __DORIS_VERSION_COL__ for unique key table (#16509)

This commit is contained in:
zhannngchen
2023-02-23 15:47:17 +08:00
committed by GitHub
parent ad5022dd38
commit edead494cb
23 changed files with 169 additions and 58 deletions

View File

@ -1410,6 +1410,12 @@ public class Config extends ConfigBase {
@ConfField(mutable = true, masterOnly = true)
public static boolean enable_batch_delete_by_default = true;
/**
* Whether to add a version column when create unique table
*/
@ConfField(mutable = true, masterOnly = true)
public static boolean enable_hidden_version_column_by_default = true;
/**
* Used to set default db data quota bytes.
*/