Details
-
Bug
-
Status: Open (View Workflow)
-
Trivial
-
Resolution: Unresolved
-
5.3.12, 5.5.36, 10.0.10
-
None
Description
Look at the testcase for https://bugs.launchpad.net/maria/+bug/1006164. The DELETE statement (but not its SELECT analog for some reason) uses index_merge/intersect strategy. This choice looks a bit odd, because each of the merged scans selects only a few records.
I'm not stating the choice is wrong, but this example is something we could look at when/if we're going to tune index_merge cost model.