-- 强制开启无限制删除模式以清理分析和追踪表 ALTER TABLE system.processors_profile_log ON CLUSTER oci_ck_cluster DROPPARTITION'202501' SETTINGS max_partition_size_to_drop =0;
ALTER TABLE system.trace_log ON CLUSTER oci_ck_cluster DROPPARTITION'202509' SETTINGS max_partition_size_to_drop =0;
ALTER TABLE system.metric_log ON CLUSTER oci_ck_cluster DROPPARTITION'202509' SETTINGS max_partition_size_to_drop =0; ALTER TABLE system.asynchronous_metric_log ON CLUSTER oci_ck_cluster DROPPARTITION'202509' SETTINGS max_partition_size_to_drop =0;
ALTER TABLE system.query_log ON CLUSTER oci_ck_cluster DROPPARTITION'202509' SETTINGS max_partition_size_to_drop =0; ALTER TABLE system.part_log ON CLUSTER oci_ck_cluster DROPPARTITION'202509' SETTINGS max_partition_size_to_drop =0; ALTER TABLE system.text_log ON CLUSTER oci_ck_cluster DROPPARTITION'202509' SETTINGS max_partition_size_to_drop =0;