ClickHouse/docs/ru/system_tables/system.merges.rst
Andrey Dudin 4a24d4f3ad Fixed some ERRORS and WARNINGS during RU docs build. (#772)
* Initial commit if EN docs

* Part of EN documentation

* Full queries section

* External data

* Table engines

* System tables

* Table functions

* Formats

* Data types

* Operators

* Functions

* Dictionaries

* Settings

* Configuration files

* Access rights

* Quotas

* Fixed few formatting errors

* Fixed few formatting errors

* Fixed few formatting errors

* FIX: "WARNING: Title underline too short." during build RU docs.

* FIX: "WARNING: Title underline too short." during build RU docs.
2017-05-08 01:06:04 -04:00

20 lines
1.5 KiB
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

system.merges
-------------
Содержит информацию о производящихся прямо сейчас слияниях для таблиц семейства MergeTree.
Столбцы:
::
database String - имя базы данных, в которой находится таблица
table String - имя таблицы
elapsed Float64 - время в секундах, прошедшее от начала выполнения слияния
progress Float64 - доля выполненной работы от 0 до 1
num_parts UInt64 - количество сливаемых кусков
result_part_name String - имя куска, который будет образован в результате слияния
total_size_bytes_compressed UInt64 - суммарный размер сжатых данных сливаемых кусков
total_size_marks UInt64 - суммарное количество засечек в сливаемых кусках
bytes_read_uncompressed UInt64 - количество прочитанных байт, разжатых
rows_read UInt64 - количество прочитанных строк
bytes_written_uncompressed UInt64 - количество записанных байт, несжатых
rows_written UInt64 - количество записанных строк