Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translate database engine documentation(zh) #6625

Merged
merged 2 commits into from
Aug 23, 2019
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 11 additions & 1 deletion docs/zh/database_engines/index.md
125 changes: 124 additions & 1 deletion docs/zh/database_engines/mysql.md
2 changes: 1 addition & 1 deletion docs/zh/operations/table_engines/mergetree.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ CREATE TABLE [IF NOT EXISTS] [db.]table_name [ON CLUSTER cluster]

**子句**

- `ENGINE` - 引擎名和参数。 `ENGINE = MergeTree()`. `MergeTree` 引擎没有参数
- `ENGINE` - 引擎名和参数。 `ENGINE = MergeTree()` `MergeTree` 引擎不需要其他参数

- `PARTITION BY` — [分区键](custom_partitioning_key.md) 。

Expand Down