Skip to content

Consider enabling ClickHouse's system.part_log table #10512

@bnaecker

Description

@bnaecker

ClickHouse has a bunch of "system" tables, which expose various pieces of its own state and behavior. For example, we currently enable the query_log, which tracks all SQL queries with details about their resource usage. We should consider enabling the system.part_log table. This keeps historical information about how ClickHouse manages and merges data parts, such as compacting data after an insert or applying a mutation (e.g., dropping old data because of a TTL). The system.merges table is always there, but this only contains active merges.

Metadata

Metadata

Assignees

No one assigned

    Labels

    MetricsclickhouseRelated to the ClickHouse metrics DBMS

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions