Enterprise Edition Home | Express Edition Home | Previous Page | Next Page   Parallel Database Query > Database Server Operations That Use PDQ >

Parallel Delete

The database server takes the following two steps to process DELETE, INSERT, and UPDATE statements:

  1. Fetches the qualifying rows
  2. Applies the action of deleting, inserting, or updating

The database server performs the first step of a DELETE statement in parallel, with one exception; the database server does not process the first part of a DELETE statement in parallel if the targeted table has a referential constraint that can cascade to a child table.

Enterprise Edition Home | Express Edition Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]