forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Yang, Tong <yangtong2@huawei.com> Co-committed-by: Yang, Tong <yangtong2@huawei.com>
997 B
997 B
How Do I Do If ClickHouse Consumes Excessive CPU Resources?
Symptom
A user performs a large number of update operations using ClickHouse. This operation on a ClickHouse consumes a large number of resources. In addition, the operation will be executed again if it fails. As a result, retries of those failed operations occupy too many CPU resources.
Procedure
Delete existing data from ZooKeeper and release delete the update statement.
Parent topic: Big Data Service Development