Updated on 2024-05-20 GMT+08:00

DQL/DML-DQL/DML Concurrency

Level 1–3 locks will be used for DQL/DML statements on tables and partitions. DQL and DML statements do not block each other and DQL/DML-DQL/DML concurrency is supported.

Adding partitions to an interval partitioned table using statements, such as INSERT, UPDATE, UPSERT, MERGE INTO, and COPY, is regarded as a partition-level DDL operation.