mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 12:14:18 +00:00
Documentation
This commit is contained in:
parent
f3e9403e5c
commit
68f4977e24
@ -13,10 +13,12 @@ The `system.part_log` table contains the following columns:
|
||||
- `query_id` ([String](../../sql-reference/data-types/string.md)) — Identifier of the `INSERT` query that created this data part.
|
||||
- `event_type` ([Enum8](../../sql-reference/data-types/enum.md)) — Type of the event that occurred with the data part. Can have one of the following values:
|
||||
- `NewPart` — Inserting of a new data part.
|
||||
- `MergeParts` — Merging of data parts.
|
||||
- `MergePartsStart` — Merging of data parts has started.
|
||||
- `MergeParts` — Merging of data parts has finished.
|
||||
- `DownloadPart` — Downloading a data part.
|
||||
- `RemovePart` — Removing or detaching a data part using [DETACH PARTITION](../../sql-reference/statements/alter/partition.md#alter_detach-partition).
|
||||
- `MutatePart` — Mutating of a data part.
|
||||
- `MutatePartStart` — Mutating of a data part has started.
|
||||
- `MutatePart` — Mutating of a data part has finished.
|
||||
- `MovePart` — Moving the data part from the one disk to another one.
|
||||
- `merge_reason` ([Enum8](../../sql-reference/data-types/enum.md)) — The reason for the event with type `MERGE_PARTS`. Can have one of the following values:
|
||||
- `NotAMerge` — The current event has the type other than `MERGE_PARTS`.
|
||||
|
@ -107,7 +107,7 @@ ColumnsDescription PartLogElement::getColumnsDescription()
|
||||
"MergePartsStart — Merging of data parts has started, "
|
||||
"MergeParts — Merging of data parts has finished, "
|
||||
"DownloadPart — Downloading a data part, "
|
||||
"RemovePart — Removing or detaching a data part using DETACH PARTITION, "
|
||||
"RemovePart — Removing or detaching a data part using [DETACH PARTITION](../../sql-reference/statements/alter/partition.md#alter_detach-partition)."
|
||||
"MutatePartStart — Mutating of a data part has started, "
|
||||
"MutatePart — Mutating of a data part has finished, "
|
||||
"MovePart — Moving the data part from the one disk to another one."},
|
||||
|
Loading…
Reference in New Issue
Block a user