Table access methods

This section explains the various methods used to access tables, with table and index scans being the most common methods.


IndexScan method
IndexOnlyScan method (IO)
MultipleIndexScan method (MultIdx)
ParallelIndexScan method
TableScan method (seq)
ParallelTableScan method
HashTableScan method (HTS)
RowIdScan method (ROWID)