Glossary

FETCH

Retrieves data rows from a table using RIDs provided by a child operator (usually IXSCAN). If you see FETCH, it means DB2 is accessing data pages — this is not index-only access.

Learn More

Related Terms