Previous Topic: Access PathsNext Topic: Limited Partition Scan and Partition Elimination


Table space Scans

You can use the DB2 table space scan to search an entire table space to satisfy a query. The type of table space determines what is scanned. Simple table spaces will be scanned in their entirety. Segmented and universal table spaces will be scanned for only the table specified in the query.

Note: An R in the PLAN_TABLE ACCESSTYPE column indicates a table space.

A table space scan is selected as an access method when: