v.25.6Improvement
Adjust compatibility values for max_merge_delayed_streams_for_parallel_write
Adjust compatibility values for max_merge_delayed_streams_for_parallel_write. #80760 (Azat Khuzhin).Why it matters
This change ensures better compatibility and stability when using themax_merge_delayed_streams_for_parallel_write setting, which controls the maximum number of delayed streams allowed during parallel writes. It improves the management of parallel write operations by refining how delayed streams are handled, providing more predictable behavior for users.How to use it
Users can continue to configure themax_merge_delayed_streams_for_parallel_write setting in their server configuration or queries as before. The adjustment to compatibility values is applied internally and does not require any change in user interaction.