-
Which system variable tells the optimizer to skip certain plans based on estimates of the number of rows accessed for each table?
-
- optimizer_search_depth
- optimizer_prune
- optimizer_prune_level
- optimizer_search
- None of these
Correct Option: C
The optimizer_prune_level variable tells the optimizer to skip certain plans based on estimates of the number of rows accessed for each table. This option is kept on by default.