Update mergetree.md

fix the error content。
This commit is contained in:
alex.lvxin 2019-09-26 17:14:14 +08:00 committed by GitHub
parent df8cb4b619
commit e2c7b83747
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ Clickhouse 中最强大的表引擎当属 `MergeTree` (合并树)引擎及
这让你可以创建一个用于快速检索数据的小稀疏索引。
- 允许使用分区,如果指定了 [键](custom_partitioning_key.md) 的话。
- 允许使用分区,如果指定了 [分区键](custom_partitioning_key.md) 的话。
在相同数据集和相同结果集的情况下 ClickHouse 中某些带分区的操作会比普通操作更快。查询中指定了分区键时 ClickHouse 会自动截取分区数据。这也有效增加了查询性能。