From d5a47a90a23673966c28717e955e2e6393cec7fa Mon Sep 17 00:00:00 2001 From: kissmydb Date: Sun, 14 Jun 2020 13:58:33 +0800 Subject: [PATCH 1/4] update modify wrong word --- basic-features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 等。 From 18de9a7140946d919c1ad383bf44d3c6411389d9 Mon Sep 17 00:00:00 2001 From: kissmydb Date: Sun, 14 Jun 2020 14:01:44 +0800 Subject: [PATCH 2/4] Update tidb-limitations.md --- tidb-limitations.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/tidb-limitations.md b/tidb-limitations.md index 62e449a3da7d..02a99253829c 100644 --- a/tidb-limitations.md +++ b/tidb-limitations.md @@ -72,5 +72,3 @@ category: introduction |:----------|:----------| | 单条 INSERT statement 语句写入的 Key-Value 对数量 | 3000000 | | 单个事务写入的行数 | 3000000 / 单个表索引的数量 | -| 单条 INSERT statement 语句写入的 Key-Value 对数量 | 3000000 | -| 单个事务写入的行数 | 3000000 / 单个表索引的数量 | From e709bdc3693b88511a88120b4bdfd30cfd81176b Mon Sep 17 00:00:00 2001 From: kissmydb Date: Sun, 14 Jun 2020 15:42:04 +0800 Subject: [PATCH 3/4] Update tidb-limitations.md --- tidb-limitations.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tidb-limitations.md b/tidb-limitations.md index 02a99253829c..c4c293ce507a 100644 --- a/tidb-limitations.md +++ b/tidb-limitations.md @@ -70,5 +70,4 @@ category: introduction | 类型 | 最大限制 | |:----------|:----------| -| 单条 INSERT statement 语句写入的 Key-Value 对数量 | 3000000 | -| 单个事务写入的行数 | 3000000 / 单个表索引的数量 | +| 单个事务最大语句数 | 在使用乐观事务并开启事务重试的情况下,默认限制 5000,可通过 `stmt-count-limit` 调整 | From a87a005e49256e2d5b7542f2740e27ac9fd5de30 Mon Sep 17 00:00:00 2001 From: Keke Yi <40977455+yikeke@users.noreply.github.com> Date: Sun, 14 Jun 2020 19:03:34 +0800 Subject: [PATCH 4/4] add a link --- tidb-limitations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-limitations.md b/tidb-limitations.md index c4c293ce507a..d08b26dc15dd 100644 --- a/tidb-limitations.md +++ b/tidb-limitations.md @@ -70,4 +70,4 @@ category: introduction | 类型 | 最大限制 | |:----------|:----------| -| 单个事务最大语句数 | 在使用乐观事务并开启事务重试的情况下,默认限制 5000,可通过 `stmt-count-limit` 调整 | +| 单个事务最大语句数 | 在使用乐观事务并开启事务重试的情况下,默认限制 5000,可通过 [`stmt-count-limit`](/tidb-configuration-file.md#stmt-count-limit) 调整 |