Skip to content

Parallel replicas are not implemented for Merge tables #67770

@alexey-milovidov

Description

@alexey-milovidov

On the CI Logs cluster,

SELECT count() FROM text_log_15470189561651757858 WHERE message LIKE '%test%'

100 GB/sec, uses 10 replicas

SELECT count() FROM merge('^text_log_15470189561651757858$') WHERE message LIKE '%test%'

10 GB/sec, uses only 1 replica.

Metadata

Metadata

Assignees

Labels

comp-parallel-replicasParallel reading from replicas for query speed (not data replication consistency).unfinished code

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