New buildId variant

Links from Distributed
This commit is contained in:
Alexey 2021-10-09 18:37:28 +00:00
parent f854065744
commit 7f5852a711
2 changed files with 3 additions and 2 deletions

View File

@ -197,5 +197,6 @@ When the `max_parallel_replicas` option is enabled, query processing is parallel
- [Virtual columns](../../../engines/table-engines/special/index.md#table_engines-virtual_columns)
- [background_distributed_schedule_pool_size](../../../operations/settings/settings.md#background_distributed_schedule_pool_size)
- [shardNum()](../../../sql-reference/functions/other-functions.md#shard-num) and [shardCount()](../../../sql-reference/functions/other-functions.md#shard-count) functions
[Original article](https://clickhouse.com/docs/en/operations/table_engines/distributed/) <!--hide-->

View File

@ -701,7 +701,7 @@ If it is executed in the context of a distributed table, then it generates a nor
## buildId() {#buildid}
Returns the compiler build id of the running binary.
Returns the build ID generated by a compiler for the running ClickHouse server binary.
If it is executed in the context of a distributed table, then it generates a normal column with values relevant to each shard. Otherwise it produces a constant value.