v.23.9Experimental Feature

Parallel Replicas in Distributed Systems Do Not Read from All Replicas

Parallel replicas over distributed don't read from all replicas #54199 (Igor Nikonov).
Introduces optimization for parallel replicas in distributed tables to avoid reading from all replicas.

Why it matters

This feature improves query efficiency by enabling parallel replicas over distributed tables to selectively read from a subset of replicas rather than all replicas, reducing redundancy and potentially improving query performance.

How to use it

The optimization is applied automatically when using parallel replicas on distributed tables. No explicit user action is needed to enable the feature.