mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
CLICKHOUSEDOCS-466: EN docs for query_profiler* settings.
This commit is contained in:
parent
9388ec6b13
commit
194c25a2a7
2
contrib/poco
vendored
2
contrib/poco
vendored
@ -1 +1 @@
|
||||
Subproject commit 2b273bfe9db89429b2040c024484dee0197e48c7
|
||||
Subproject commit 6216cc01a107ce149863411ca29013a224f80343
|
@ -994,4 +994,45 @@ Lower values mean higher priority. Threads with low `nice` priority values are e
|
||||
|
||||
Default value: 0.
|
||||
|
||||
|
||||
## query_profiler_real_time_period_ns {#query_profiler_real_time_period_ns}
|
||||
|
||||
Sets the period for a real clock timer of the query profiler. Real clock timer counts wall-clock time.
|
||||
|
||||
Possible values:
|
||||
|
||||
- Positive integer number of nanoseconds.
|
||||
|
||||
Recommended values:
|
||||
|
||||
- 10000000 (100 times a second) nanosecods and more for for single queries.
|
||||
- 1000000000 (once a second) for cluster-wide profiling.
|
||||
|
||||
- 0 for turning off the timer.
|
||||
|
||||
Type: [UInt64](../../data_types/int_uint.md).
|
||||
|
||||
Default value: 1000000000 nanoseconds.
|
||||
|
||||
|
||||
## query_profiler_cpu_time_period_ns {#query_profiler_cpu_time_period_ns}
|
||||
|
||||
Sets the period for a CPU clock timer of the query profiler. Real clock timer counts CPU time.
|
||||
|
||||
Possible values:
|
||||
|
||||
- Positive integer number of nanoseconds.
|
||||
|
||||
Recommended values:
|
||||
|
||||
- 10000000 (100 times a second) nanosecods and more for for single queries.
|
||||
- 1000000000 (once a second) for cluster-wide profiling.
|
||||
|
||||
- 0 for turning off the timer.
|
||||
|
||||
Type: [UInt64](../../data_types/int_uint.md).
|
||||
|
||||
Default value: 1000000000 nanoseconds.
|
||||
|
||||
|
||||
[Original article](https://clickhouse.yandex/docs/en/operations/settings/settings/) <!-- hide -->
|
||||
|
Loading…
Reference in New Issue
Block a user