v.19.17Improvement

Write Current Batch for Distributed Send Atomically #7600 (azat Khuzhin)

Write current batch for distributed send atomically #7600 (Azat Khuzhin)
Ensures atomic writing of entire batches when sending data to distributed tables.

Why it matters

This feature improves consistency and reliability of distributed inserts by guaranteeing that the whole batch is written atomically. It prevents partial batch writes that can lead to data inconsistency or partially applied inserts in distributed environments.

How to use it

This behavior is applied automatically when inserting data into distributed tables. Users do not need to enable anything explicitly; batch writes are now sent atomically by default when using distributed tables.