mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Fix thread_name column
This commit is contained in:
parent
0c1f5bd7fb
commit
8f154ecbdd
@ -505,7 +505,7 @@ Columns:
|
||||
- `written_bytes` (UInt64) — For `INSERT` queries, the number of written bytes. For other queries, the column value is 0.
|
||||
- `memory_usage` (Int64) — Memory consumption by the whole query.
|
||||
- `peak_memory_usage` (Int64) — Maximum memory consumption by the query.
|
||||
- `thread_name` (String) — Name of the thread function.
|
||||
- `thread_name` (String) — Name of the thread.
|
||||
- `thread_number` (UInt32) — Internal thread ID.
|
||||
- `os_thread_id` (Int32) — OS thread ID.
|
||||
- `master_thread_number` (UInt32) — Internal ID of initial thread.
|
||||
|
@ -497,7 +497,7 @@ ClickHouse создаёт таблицу только в том случае, к
|
||||
- `written_bytes` (UInt64) — объем записанных данных в байтах для запросов `INSERT`. Для других запросов, значение столбца 0.
|
||||
- `memory_usage` (Int64) — Потребление RAM всем запросом.
|
||||
- `peak_memory_usage` (Int64) — Максимальное потребление RAM запросом.
|
||||
- `thread_name` (String) — Имя функции потока.
|
||||
- `thread_name` (String) — Имя потока.
|
||||
- `thread_number` (UInt32) — Внутренний ID потока.
|
||||
- `os_thread_id` (Int32) — Системный ID потока.
|
||||
- `master_thread_number` (UInt32) — Внутренний ID главного потока.
|
||||
|
Loading…
Reference in New Issue
Block a user