v.19.10New Feature
Implemented SYSTEM Start/stop DISTRIBUTED SENDS Queries to Control Asynchronous Inserts into Distributed Tables
ImplementedSYSTEM START/STOP DISTRIBUTED SENDSqueries to control asynchronous inserts intoDistributedtables. #4935 (Winter Zhang)
Why it matters
This feature allows users to manage and control the flow of asynchronous inserts intoDistributed tables by starting or stopping the sending of data streams. It helps in scenarios where users want to temporarily pause or resume data sending without dropping connections or tables, improving operational control and stability.How to use it
To use this feature, execute the following commands:SYSTEM STOP DISTRIBUTED SENDS
SYSTEM START DISTRIBUTED SENDSThese commands will respectively pause and resume the asynchronous inserts for
Distributed tables across the cluster.