v.25.10Improvement

Skip index analysis when there are no

Remote replicas will skip index analysis when there are no projections. #87096 (zoomxi).
Remote replicas in ClickHouse will now skip index analysis if there are no projections present.

Why it matters

This feature improves query efficiency on remote replicas by avoiding unnecessary index analysis steps when no projections are defined, thus optimizing performance and resource usage.

How to use it

No explicit action is needed. The optimization is automatically applied when querying remote replicas that do not have projections.