Fix thread_name column

This commit is contained in:
Mikhail f. Shiryaev 2019-11-12 17:31:01 +01:00
parent 0c1f5bd7fb
commit 8f154ecbdd
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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 главного потока.