DZone Database Zone
Understanding MongoDB explain()
For almost all SQL statements, there will be more than one way for Oracle to retrieve the rows required. When Oracle parses an SQL statement, it must decide which approach will be fastest. The process of determining this “optimal” path to the data is referred to as query optimization.
Basics of Query OptimizationFor instance, consider the following query:
No comments:
Post a Comment