Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCSUP-1352: [CLICKHOUSEDOCS] Edit and translate to Russian #13891

Merged
merged 12 commits into from
Aug 31, 2020

Conversation

@robot-clickhouse robot-clickhouse added the pr-documentation Documentation PRs for the specific code PR label Aug 19, 2020
@@ -964,7 +964,7 @@ SELECT flatten([[[1]], [[2], [3]]])

## arrayCompact {#arraycompact}

Удаляет последовательно повторяющиеся элементы из массива. Порядок результирующих значений определяется порядком в исходном массиве.
Удаляет дубликаты из массива. Порядок результирующих значений определяется порядком в исходном массиве.
Copy link
Contributor

@den-crane den-crane Aug 20, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it overwrites correct text with the incorrect

@@ -978,7 +978,7 @@ arrayCompact(arr)

**Возвращаемое значение**

Массив без последовательных дубликатов.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it overwrites correct text with the incorrect

@@ -16,9 +16,11 @@

Подстановки могут также выполняться из ZooKeeper. Для этого укажите у элемента атрибут `from_zk = "/path/to/node"`. Значение элемента заменится на содержимое узла `/path/to/node` в ZooKeeper. В ZooKeeper-узел также можно положить целое XML-поддерево, оно будет целиком вставлено в исходный элемент.

В `config.xml` может быть указан отдельный конфиг с настройками пользователей, профилей и квот. Относительный путь к нему указывается в элементе users\_config. По умолчанию - `users.xml`. Если `users_config` не указан, то настройки пользователей, профилей и квот, указываются непосредственно в `config.xml`.
В `config.xml` может быть указан отдельный конфиг с настройками пользователей, профилей и квот. Относительный путь к нему указывается в элементе `users_config`. По умолчанию - `users.xml`. Если `users_config` не указан, то настройки пользователей, профилей и квот, указываются непосредственно в `config.xml`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
В `config.xml` может быть указан отдельный конфиг с настройками пользователей, профилей и квот. Относительный путь к нему указывается в элементе `users_config`. По умолчанию - `users.xml`. Если `users_config` не указан, то настройки пользователей, профилей и квот, указываются непосредственно в `config.xml`.
В элементе `users_config` файла `config.xml` можно указать относительный путь к конфигурационному файлу с настройками пользователей, профилей и квот. Значение `users_config` по умолчанию `users.xml`. Если `users_config` не указан, то настройки пользователей, профилей и квот можно задать непосредственно в `config.xml`.


Для `users_config` могут также существовать переопределения в файлах из директории `users_config.d` (например, `users.d`) и подстановки. Например, можно иметь по отдельному конфигурационному файлу для каждого пользователя:
Настройки пользователя могут быть разделены в несколько отдельных файлов аналогичных `config.xml` и `config.d`. Имя директории определено как `users_config`.
Copy link
Contributor

@BayoNet BayoNet Aug 25, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Настройки пользователя могут быть разделены в несколько отдельных файлов аналогичных `config.xml` и `config.d`. Имя директории определено как `users_config`.
Настройки пользователя могут быть разделены в несколько отдельных файлов аналогичных `config.xml` и `config.d\`. Имя директории задаётся также как `users_config`.
Имя директории задаётся так же, как имя файла в `users_config`, с подстановкой `.d` вместо `.xml`.


Запросы, переданные в ClickHouse с этой установкой, логируются согласно правилам конфигурационного параметра сервера [query\_log](../../operations/server-configuration-parameters/settings.md#server_configuration_parameters-query-log).
`query_log` минимальный уровень логирования.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
`query_log` минимальный уровень логирования.
Задаёт минимальный уровень логирования в `query_log`.

@@ -790,7 +819,7 @@ log_query_threads=1
- Положительное целое число.
- 0 — Создание исключения, которое не позволяет выполнить новый запрос, если сервер уже выполняет запрос с тем же `query_id`.

Значение по умолчанию: 5000.
Значение по умолчанию: 5000.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Значение по умолчанию: 5000.
Значение по умолчанию: 5000.

- [uniqCombined64](../../sql-reference/aggregate-functions/reference/uniqcombined64.md#agg_function-uniqcombined64)
- [uniqHLL12](../../sql-reference/aggregate-functions/reference/uniqhll12.md#agg_function-uniqhll12)
- [uniqExact](../../sql-reference/aggregate-functions/reference/uniqexact.md#agg_function-uniqexact)
- [uniqCombined](../../sql-reference/aggregate-functions/reference/uniq.md#agg_function-uniqcombined)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Агрегатные функции разделены по отдельным файлам. Я подозреваю, что старые ссылки были более правильные, чем новые. Сборка не показала ошибки?


Сбрасывает [`optimize_skip_unused_shards`](#settings-force_optimize_skip_unused_shards) для вложенных `Distributed` таблиц.

Possible values:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Possible values:
Возможные значения:

@@ -1351,7 +1386,7 @@ See also:

- System table [trace\_log](../../operations/system-tables/trace_log.md#system_tables-trace_log)

## allow_introspection_functions {#settings-allow_introspection_functions}
## allow\_introspection\_functions {#settings-allow_introspection_functions}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Зачем?

- `arr_labels` — ярлыки выборок, обычно 1 для содержательных выборок и 0 для бессодержательных выборок.

**Возвращаемое значение**
Возвращает значение площади под кривой с типом данных Float64.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Возвращает значение площади под кривой с типом данных Float64.
Значение площади под кривой.
Тип даных: `Float64`.


``` sql
extractAllGroups(text, regexp)
splitByString(<separator>, <s>)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
splitByString(<separator>, <s>)
splitByString(separator, s)

@BayoNet
Copy link
Contributor

BayoNet commented Aug 31, 2020

Тесты почему-то не запустились. Локальная сборка ошибок не показала, поэтому мёржу.

@BayoNet BayoNet merged commit ebbdaf4 into ClickHouse:master Aug 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-documentation Documentation PRs for the specific code PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants