Skip to content

[ClickHouse] DistributedEngine configuration #4043

@karencfv

Description

@karencfv

The ClickHouse replicated SQL makes use of DistributedEngine tables. While we don't have any shards in place as of now, it is a preventive measure in case we decide to add any in the future.

Currently, we write and read directly to/from the DistributedEngine tables which in turn write to the ReplicatedMergeTree tables. This works, but we should research if this is the best way forward, or if we should write to the ReplicatedMergeTree tables, and query the DistributedEngine tables.

Related ClickHouse documentation: https://clickhouse.com/docs/en/engines/table-engines/special/distributed#distributed-writing-data

cc @bnaecker

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions