Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/cloud/changelogs/changelog-24-12.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Relevant changes for ClickHouse Cloud services based on the v24.12 release.
- 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)).
- 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)).

## Improvement
## Improvement {#improvement}

- 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)).
- 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)).
Expand Down
2 changes: 1 addition & 1 deletion docs/managing-data/core-concepts/shards.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The diagram below illustrates how INSERTs into a distributed table are processed

The next section explains how SELECT forwarding works.

## SELECT forwarding {#insert-routing}
## SELECT forwarding {#select-forwarding}

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

Expand Down