These settings are available in system.settings and are autogenerated from source.
automatic_parallel_replicas_min_bytes_per_replica
Experimental featureType
UInt64
Default
1048576
Version history
| Version | Default value | Comment |
|---|---|---|
| 26.1 | 1048576 | Better default value derived from testing results |
| 25.12 | 0 | New setting |
Threshold of bytes to read per replica to enable parallel replicas automatically (applies only when automatic_parallel_replicas_mode=1). 0 means no threshold.
The total number of bytes to read is estimated based on the collected statistics.
automatic_parallel_replicas_mode
Experimental featureType
UInt64
Default
0
Version history
| Version | Default value | Comment |
|---|---|---|
| 25.12 | 0 | New setting |
Enable automatic switching to execution with parallel replicas based on collected statistics. Requires enable_analyzer = 1, enable_parallel_replicas != 0, parallel_replicas_local_plan = 1 and providing cluster_for_parallel_replicas.
0 - disabled, 1 - enabled, 2 - only statistics collection is enabled (switching to execution with parallel replicas is disabled).