mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
New buildId variant
Links from Distributed
This commit is contained in:
parent
f854065744
commit
7f5852a711
@ -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-->
|
||||
|
@ -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.
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user