The Golden rankings of RBO
What are the ranking points on which the RBO works out the
execution plan?
The Golden rankings in order of preference:
- Single row by ROWID
- Single row by cluster join
- Single row by hash cluster with unique or primary key
- Single row by unique or primary key
- Cluster join
- Hash cluster key
- Indexed cluster key
- Composite key
- Single column indexes
- Bounded range on index columns
- Unbounded range on indexed columns
- Sort merge join
- MAX or MIN on indexed column
- ORDER BY on indexed columns
- FULL TABLE SCAN
Rule based optimizer (RBO) is desupported from Oracle release 10g, only the "rule" hint is available for backward compatibility. Best viewed in medium text size. Please refresh this page (F5) to view the latest information.
This page was create on 15-dec-2000 and last updated on 31-dec-2006.
please forward all queries to amar_padhi@fastmail.fm