Details
-
Technical task
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
11.3(EOL)
Description
DELETEs using "WHERE ... IN (SELECT ...)" subquery syntax are much slower than DELETEs using the multi query delete syntax and a JOIN instead of a subquery.
Original, still active, upstream report on the MySQL side is:
Attachments
Issue Links
- is part of
-
MDEV-18511 CTE support for UPDATE and DELETE statements
- Stalled