|
||
|
The Oracle rule-based optimizer Oracle ranking scheme for SQL
This list describes the amount of time that is required by Oracle to perform a query.
The fastest row access by ROWID happens very
quickly since Oracle knows the exact data block where the row resides. The slowest, a full-table scan, could take hours to execute,
depending upon the number of rows in the table.
The following list reflects the fastest to slowest time required to perform a query:
|
||
|
|
||