首批通过分布式安全可靠测评,为关键业务系统打造
ob_create_table_strict_mode
更新时间:2026-06-12 20:53:02
ob_create_table_strict_mode 是动态变量,用于设置建表的严格模式。
| 属性 | 描述 |
|---|---|
| 参数类型 | bool |
| 默认值 | 0 |
| 取值范围 |
|
| 生效范围 |
配置示例
设置在建表时,全类型副本至少有 1 个,Paxos 成员组副本达到多数,才能建表成功。
Session 生效
obclient> SET ob_create_table_strict_mode = 0;Global 生效
obclient> SET GLOBAL ob_create_table_strict_mode = 0;