You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TiDB supports the same basic constraints supported in MySQL with the follwing exceptions:
12
+
TiDB supports the same basic constraints supported in MySQL with the following exceptions:
13
13
14
14
-`PRIMARY KEY` and `UNIQUE` constraints are checked lazily by default. By batching checks until when the transaction commits, TiDB is able to reduce network communication. This behavior can be changed by setting `tidb_constraint_check_in_place` to `TRUE`.
0 commit comments