KILL
Description
Terminates a connection or a query currently being performed by threads executing within StarRocks.
tip
This operation does not require privileges.
Syntax
KILL [ CONNECTION | QUERY ] <processlist_id>
Parameters
Parameter | Description |
---|---|
Modifier:
|
|
processlist_id | The ID of the thread you want to terminate. You can get the IDs of the threads that are being executed using SHOW PROCESSLIST. |