Skip to content

Commit c6f4d07

Browse files
final supports Additional Skip Indexes
1 parent 449798d commit c6f4d07

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/en/altinity-kb-queries-and-syntax/altinity-kb-final-clause-speed.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ description: >
1818
* Since 23.12 - final applied only for intersecting ranges of parts, see [https://github.com/ClickHouse/ClickHouse/pull/58120](https://github.com/ClickHouse/ClickHouse/pull/58120)
1919
* Since 24.1 - final doesn't compare rows from the same part with level > 0, see [https://github.com/ClickHouse/ClickHouse/pull/58142](https://github.com/ClickHouse/ClickHouse/pull/58142)
2020
* Since 24.1 - final use vertical algorithm, (more cache friendly), see [https://github.com/ClickHouse/ClickHouse/pull/54366](https://github.com/ClickHouse/ClickHouse/pull/54366)
21+
* Since 25.6 - final supports Additional Skip Indexes, see [https://github.com/ClickHouse/ClickHouse/pull/78350](https://github.com/ClickHouse/ClickHouse/pull/78350)
2122

2223
See [https://github.com/ClickHouse/ClickHouse/pull/15938](https://github.com/ClickHouse/ClickHouse/pull/15938) and [https://github.com/ClickHouse/ClickHouse/issues/11722](https://github.com/ClickHouse/ClickHouse/issues/11722)
2324

@@ -119,3 +120,6 @@ SELECT sum(value) FROM uint64_table FINAL format JSON;
119120
"bytes_read": 480675040
120121
```
121122

123+
124+
125+

0 commit comments

Comments
 (0)