ob_create_table_strict_mode is a dynamic variable that specifies whether to enable Strict Mode for table creation.
| Property | Description |
|---|---|
| Parameter type | Boolean |
| Default value | 0 |
| Value range | * 1: Replicas are created in strict accordance with Locality. Table creation fails if a replica fails to be created. * 0: At least one replica is required for each replica type. If the replicas of the Paxos member list are in the majority, it indicates that the table is created. |
| Effective scope | * GLOBAL * SESSION |