InterviewSolution
Saved Bookmarks
| 1. |
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?(a) optimizer_prune_level(b) optimizer_search_depth(c) optimizer_search(d) optimizer_pruneI have been asked this question at a job interview.I would like to ask this question from MySQL Query Optimizer in division Query Optimization of MySQL |
|
Answer» The correct option is (B) optimizer_search_depth |
|