Update mergetree.md

correct bullet points structure
This commit is contained in:
Kevin Song 2024-06-29 13:26:09 +08:00 committed by GitHub
parent e3f821573e
commit af4e8618cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -203,7 +203,7 @@ ClickHouse 不要求主键唯一,所以您可以插入多条具有相同主键
- 改善索引的性能。 - 改善索引的性能。
- 如果当前主键是 `(a, b)` ,在下列情况下添加另一个 `c` 列会提升性能: 如果当前主键是 `(a, b)` ,在下列情况下添加另一个 `c` 列会提升性能:
- 查询会使用 `c` 列作为条件 - 查询会使用 `c` 列作为条件
- 很长的数据范围( `index_granularity` 的数倍)里 `(a, b)` 都是相同的值,并且这样的情况很普遍。换言之,就是加入另一列后,可以让您的查询略过很长的数据范围。 - 很长的数据范围( `index_granularity` 的数倍)里 `(a, b)` 都是相同的值,并且这样的情况很普遍。换言之,就是加入另一列后,可以让您的查询略过很长的数据范围。