What are the different optimizers that are used to optimize database?
Answer Posted / Shyam Ji Mishra
Oracle Database uses two main optimizers: 1. SQL Query Optimizer: It's responsible for selecting the most efficient execution plan for a given SQL statement. 2. Rules-Based Optimization (RBO): This allows you to specify hints to influence the optimization process. 3. Cost-Based Optimization (CBO): This is the default optimizer that chooses the optimal execution path based on the statistics collected from the database objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category