Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion basic-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 等。

Expand Down
5 changes: 1 addition & 4 deletions tidb-limitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) 调整 |