Home » MYSQL » Mysql Query Optimization » Question
  1. The optimizer_prune_level is set by default.
    1. False
    2. True
    3. NA
    4. NA
    5. NA
Correct Option: B

In MySQL, the optimizer_prune_level is on by default. This variable tells the optimizer to skip certain plans based on estimates of the number of rows accessed for each table.



Your comments will be displayed only after manual approval.