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-4162: Document the system.replicated_fetches system table #16900

Conversation

sevirov
Copy link
Contributor

@sevirov sevirov commented Nov 11, 2020

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en

Changelog category:

Задокументировал системную таблицу system.replicated_fetches.
@robot-clickhouse robot-clickhouse added the pr-documentation Documentation PRs for the specific code PR label Nov 11, 2020
Поправил английскую версию и перевел на русский язык.
@@ -0,0 +1,70 @@
# system.replicated_fetches {#system_tables-replicated_fetches}

Содержит информацию о текущих запущенных фоновых выборках.
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
Содержит информацию о текущих запущенных фоновых выборках.
Содержит информацию о выполняемых в данный момент фоновых процессах синхронизации.

Copy link
Contributor

Choose a reason for hiding this comment

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

Здесь все же речь идет о процессах синхронизации, как я понимаю. В других частях документации они именно так называются. Нужно поправить по всем документу. Далее можно писать просто "процессов".


- `URI` ([String](../../sql-reference/data-types/string.md)) — Uniform resource identifier.

- `to_detached` ([UInt8](../../sql-reference/data-types/int-uint.md)) — Flag that indicates whether the currently running background fetch is being performed using the `TO DETACHED` expression.
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
- `to_detached` ([UInt8](../../sql-reference/data-types/int-uint.md)) — Flag that indicates whether the currently running background fetch is being performed using the `TO DETACHED` expression.
- `to_detached` ([UInt8](../../sql-reference/data-types/int-uint.md)) — The flag indicates whether the currently running background fetch is being performed using the `TO DETACHED` expression.

Внес поправки.
@@ -1,20 +1,20 @@
# system.replicated_fetches {#system_tables-replicated_fetches}

Содержит информацию о текущих запущенных фоновых выборках.
Содержит информацию о выполняемых в данный момент фоновых процессах синхронизации.
Copy link
Contributor

@filimonov filimonov Nov 19, 2020

Choose a reason for hiding this comment

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

Suggested change
Содержит информацию о выполняемых в данный момент фоновых процессах синхронизации.
Содержит информацию о выполняемых в данный момент фоновых операциях скачивания кусков данных с других реплик.

И


Столбцы:

- `database` ([String](../../sql-reference/data-types/string.md)) — имя базы данных.

- `table` ([String](../../sql-reference/data-types/string.md)) — имя таблицы.

- `elapsed` ([Float64](../../sql-reference/data-types/float.md)) — время, прошедшее от начала отображения текущих запущенных фоновых выборок, в секундах.
- `elapsed` ([Float64](../../sql-reference/data-types/float.md)) — время, прошедшее от начала отображения текущих запущенных фоновых процессов, в секундах.
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
- `elapsed` ([Float64](../../sql-reference/data-types/float.md)) — время, прошедшее от начала отображения текущих запущенных фоновых процессов, в секундах.
- `elapsed` ([Float64](../../sql-reference/data-types/float.md)) — время, прошедшее от момента начала скачивания куска, в секундах.


- `progress` ([Float64](../../sql-reference/data-types/float.md)) — доля выполненной работы от 0 до 1.

- `result_part_name` ([String](../../sql-reference/data-types/string.md)) — имя куска, который будет сформирован в результате отображения текущих запущенных фоновых выборок.
- `result_part_name` ([String](../../sql-reference/data-types/string.md)) — имя куска, который будет сформирован в результате отображения текущих запущенных фоновых процессов.
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
- `result_part_name` ([String](../../sql-reference/data-types/string.md)) — имя куска, который будет сформирован в результате отображения текущих запущенных фоновых процессов.
- `result_part_name` ([String](../../sql-reference/data-types/string.md)) — имя скачиваемого куска.

Copy link
Contributor

Choose a reason for hiding this comment

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

В остальных местах - похоже

Внес изменения в русскую версию.
@BayoNet BayoNet merged commit 75f04fa into ClickHouse:master Nov 19, 2020
traceon added a commit to traceon/ClickHouse that referenced this pull request Nov 21, 2020
* master: (159 commits)
  Review fix.
  Update version_date.tsv after release 20.8.7.15
  wrong translation
  Update version_date.tsv after release 20.9.6.14
  Update version_date.tsv after release 20.10.5.10
  Update version_date.tsv after release 20.11.4.13
  Improvements in coverage images
  Fixed a problem with the translation of the document
  final_parallel
  final_parallel
  DOCSUP-4162: Document the system.replicated_fetches system table (ClickHouse#16900)
  Update settings.md
  Update settings.md
  Less verbose logging when fetch is impossible
  Don't add tons of client coverage files in stateful tests with coverage
  More compatible watches in TestKeeper
  Trying to make read_in_order_many_parts more stable
  trigger CI
  Update version_date.tsv after release 20.6.10.2
  Update visibleWidth.cpp
  ...
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

5 participants