From 5ea35a9ff64121a22f853d49c70b0ef97c3eac90 Mon Sep 17 00:00:00 2001 From: Alexander Kuzmenkov <36882414+akuzm@users.noreply.github.com> Date: Mon, 8 Feb 2021 16:56:52 +0300 Subject: [PATCH] Update part_log.md --- docs/en/operations/system-tables/part_log.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/operations/system-tables/part_log.md b/docs/en/operations/system-tables/part_log.md index a85be5b210..08269a2dc4 100644 --- a/docs/en/operations/system-tables/part_log.md +++ b/docs/en/operations/system-tables/part_log.md @@ -6,7 +6,7 @@ This table contains information about events that occurred with [data parts](../ The `system.part_log` table contains the following columns: -- `query_id` ([String](../../sql-reference/data-types/string.md)) — Id of the query to insert data parts. +- `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: - `NEW_PART` — Inserting of a new data part. - `MERGE_PARTS` — Merging of data parts. -- GitLab