ob_create_table_strict_mode

2023-08-04 02:22:07  Updated

ob_create_table_strict_mode is a dynamic variable that specifies whether to enable Strict Mode for table creation.

Note

This variable is deprecated since OceanBase Database V4.0.0.

Attribute Description
Type bool
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.
  • Applicable scope
  • Global
  • Session
  • Contact Us