Skip to content

Commit ec0a4c8

Browse files
committed
Merge branch 'main' of https://github.com/ClickHouse/clickhouse-docs into fix_broken_anchors_1
2 parents de4ca2f + f4fe86b commit ec0a4c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/cloud/changelogs/changelog-24-12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Relevant changes for ClickHouse Cloud services based on the v24.12 release.
7575
- Default values for settings `max_size_to_preallocate_for_aggregation`, `max_size_to_preallocate_for_joins` were further increased to `10^12`, so the optimisation will be applied in more cases. [#72555](https://github.com/ClickHouse/ClickHouse/pull/72555) ([Nikita Taranov](https://github.com/nickitat)).
7676
- Improved performance of deserialization of states of aggregate functions (in data type `AggregateFunction` and in distributed queries). Slightly improved performance of parsing of format `RowBinary`. [#72818](https://github.com/ClickHouse/ClickHouse/pull/72818) ([Anton Popov](https://github.com/CurtizJ)).
7777

78-
## Improvement
78+
## Improvement {#improvement}
7979

8080
- Higher-order functions with constant arrays and constant captured arguments will return constants. [#58400](https://github.com/ClickHouse/ClickHouse/pull/58400) ([Alexey Milovidov](https://github.com/alexey-milovidov)).
8181
- Read-in-order optimization via generating virtual rows, so less data would be read during merge sort especially useful when multiple parts exist. [#62125](https://github.com/ClickHouse/ClickHouse/pull/62125) ([Shichao Jin](https://github.com/jsc0218)).

docs/managing-data/core-concepts/shards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The diagram below illustrates how INSERTs into a distributed table are processed
6161

6262
The next section explains how SELECT forwarding works.
6363

64-
## SELECT forwarding {#insert-routing}
64+
## SELECT forwarding {#select-forwarding}
6565

6666
This diagram shows how SELECT queries are processed with a distributed table in ClickHouse:
6767

0 commit comments

Comments
 (0)