diff --git a/basic-features.md b/basic-features.md index b2b431de7f54..26bc3e5eb298 100644 --- a/basic-features.md +++ b/basic-features.md @@ -33,7 +33,7 @@ category: introduction ## SQL 语句 -- 完全支持标准的 Data Definition Statements 语句,例如:CREATE、DROP、ALTER、RENAME、RUNCATE 等。 +- 完全支持标准的 Data Definition Statements 语句,例如:CREATE、DROP、ALTER、RENAME、TRUNCATE 等。 - 完全支持标准的 Data Manipulation Statements 语名,例如:INSERT、REPLACE、SELECT、Subqueries、UPDATE、LOAD DATA 等。 diff --git a/tidb-limitations.md b/tidb-limitations.md index 62e449a3da7d..d08b26dc15dd 100644 --- a/tidb-limitations.md +++ b/tidb-limitations.md @@ -70,7 +70,4 @@ category: introduction | 类型 | 最大限制 | |:----------|:----------| -| 单条 INSERT statement 语句写入的 Key-Value 对数量 | 3000000 | -| 单个事务写入的行数 | 3000000 / 单个表索引的数量 | -| 单条 INSERT statement 语句写入的 Key-Value 对数量 | 3000000 | -| 单个事务写入的行数 | 3000000 / 单个表索引的数量 | +| 单个事务最大语句数 | 在使用乐观事务并开启事务重试的情况下,默认限制 5000,可通过 [`stmt-count-limit`](/tidb-configuration-file.md#stmt-count-limit) 调整 |