InterviewSolution
| 1. |
What Is Cost-based Optimizer? |
|
Answer» Cost-based optimizer is the optimizer COMPONENT of the Oracle, which is RECOMMENDED and supported by Oracle. It DETERMINES query plans based on overall cost of usage of each resource to get the BEST possible plan with respect to the resource usage cost. Cost-based optimizer is the optimizer component of the Oracle, which is recommended and supported by Oracle. It determines query plans based on overall cost of usage of each resource to get the best possible plan with respect to the resource usage cost. |
|