Parallel DML (PARALLEL
INSERT
, UPDATE
, DELETE
, and MERGE
) uses parallel execution mechanisms to speed up or scale up large DML operations against large database tables and indexes.
Although DML generally includes queries, in this chapter the term DML refers only to INSERT
, UPDATE
, MERGE
, and DELETE
operations.
This section discusses the following parallel DML topics: