Update docs/en/sql-reference/statements/kill.md

Co-authored-by: Johnny <9611008+johnnymatthews@users.noreply.github.com>
This commit is contained in:
Alexey Milovidov 2024-03-22 03:32:02 +03:00 committed by GitHub
parent ec02a2a2c4
commit fe5e6b0a0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -76,7 +76,7 @@ A test query (`TEST`) only checks the users rights and displays a list of que
The presence of long-running or incomplete mutations often indicates that a ClickHouse service is running poorly. The asynchronous nature of mutations can cause them to consume all available resources on a system. You may need to either:
- Pause all new mutations, `INSERT`s , and `SELECT`s and allow the queue of mutations to complete.
- Or manually kill some of these mutations by sending a `KILLSIG` command.
- Or manually kill some of these mutations by sending a `KILL` command.
``` sql
KILL MUTATION [ON CLUSTER cluster]