Merge pull request #25270 from gyuton/gyuton-DOCSUP-10298-Fix-and-update-documentation

DOCSUP-10298: Fixed and updated documentation
This commit is contained in:
alexey-milovidov 2021-06-15 03:04:24 +03:00 committed by GitHub
commit 7032998108
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 26 deletions

View File

@ -2069,7 +2069,7 @@ Possible values:
- Any positive integer.
Default value: 16.
Default value: 128.
## background_fetches_pool_size {#background_fetches_pool_size}
@ -2549,17 +2549,6 @@ Result
└──────────────────────────┴───────┴───────────────────────────────────────────────────────┘
```
## allow_experimental_bigint_types {#allow_experimental_bigint_types}
Enables or disables integer values exceeding the range that is supported by the int data type.
Possible values:
- 1 — The bigint data type is enabled.
- 0 — The bigint data type is disabled.
Default value: `0`.
## persistent {#persistent}
Disables persistency for the [Set](../../engines/table-engines/special/set.md#set) and [Join](../../engines/table-engines/special/join.md#join) table engines.

View File

@ -2078,7 +2078,7 @@ SELECT idx, i FROM null_in WHERE i IN (1, NULL) SETTINGS transform_null_in = 1;
- Положительное целое число.
Значение по умолчанию: 16.
Значение по умолчанию: 128.
## background_fetches_pool_size {#background_fetches_pool_size}
@ -2376,18 +2376,6 @@ SELECT * FROM system.events WHERE event='QueryMemoryLimitExceeded';
└──────────────────────────┴───────┴───────────────────────────────────────────────────────┘
```
## allow_experimental_bigint_types {#allow_experimental_bigint_types}
Включает или отключает поддержку целочисленных значений, превышающих максимальное значение, допустимое для типа `int`.
Возможные значения:
- 1 — большие целочисленные значения поддерживаются.
- 0 — большие целочисленные значения не поддерживаются.
Значение по умолчанию: `0`.
## lock_acquire_timeout {#lock_acquire_timeout}
Устанавливает, сколько секунд сервер ожидает возможности выполнить блокировку таблицы.

View File

@ -21,7 +21,7 @@ toc_priority: 208
quantileTDigestWeighted(level)(expr, weight)
```
Алиас: `medianTDigest`.
Синоним: `medianTDigestWeighted`.
**Аргументы**