v.25.3Improvement

Disable parallel replicas by default when analyzer

Disable parallel replicas by default when analyzer is disabled regardless compatibility setting. It's still possible to change this behavior by explicitly setting parallel_replicas_only_with_analyzer to false. #77115 (Igor Nikonov).
Disable parallel replicas by default when the query analyzer is disabled, regardless of the compatibility setting.

Why it matters

This feature ensures that parallel replicas execution is disabled by default if the analyzer is off, preventing potential inconsistencies or unexpected behavior. It gives users more predictable query execution behavior and ensures safer default settings while still allowing explicit configuration.

How to use it

When the analyzer is disabled, parallel replicas are disabled by default. To override this behavior, explicitly set the setting parallel_replicas_only_with_analyzer to false in your configuration or query.