TBSCAN

" " TBSCAN

Operator name: TBSCAN

Represents: A table scan (relation scan) that retrieves rows by reading all the required data directly from the data pages.

This type of scan is chosen by the optimizer over an index scan when:

For more information on table and index scans, see the Administration Guide.

Performance suggestions: