-
Which system variable tells how far into the rest of each incomplete plan the optimizer should look to evaluate whether it should be expanded further?
-
- optimizer_search_depth
- optimizer_search
- optimizer_prune
- optimizer_prune_level
- None of these
Correct Option: A
In MySQL, the optimizer_search_depth system variable tells how far into the “future” of each incomplete plan the optimizer should look to evaluate whether it should be expanded further.