mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Merge pull request #54899 from ClickHouse/serxa-patch-3
Docs. Fix column name and type
This commit is contained in:
commit
118a068a4d
@ -33,7 +33,7 @@ Columns:
|
|||||||
- `MemoryPeak` represents collecting updates of peak memory usage.
|
- `MemoryPeak` represents collecting updates of peak memory usage.
|
||||||
- `ProfileEvent` represents collecting of increments of profile events.
|
- `ProfileEvent` represents collecting of increments of profile events.
|
||||||
|
|
||||||
- `thread_number` ([UInt32](../../sql-reference/data-types/int-uint.md)) — Thread identifier.
|
- `thread_id` ([UInt64](../../sql-reference/data-types/int-uint.md)) — Thread identifier.
|
||||||
|
|
||||||
- `query_id` ([String](../../sql-reference/data-types/string.md)) — Query identifier that can be used to get details about a query that was running from the [query_log](#system_tables-query_log) system table.
|
- `query_id` ([String](../../sql-reference/data-types/string.md)) — Query identifier that can be used to get details about a query that was running from the [query_log](#system_tables-query_log) system table.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user