HPlogo ALLBASE/SQL Performance and Monitoring Guidelines: HP 9000 Computer Systems > Chapter 3 Guidelines on Query Design

Using TID Scans

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

When the tuple ID (TID) is known, you can access a particular row without using an index. Use the TID() function in a SELECT statement to provide TIDs for later use in manipulating an individual row.

The TID scan provides the fastest possible data access when you need to access a single row in a singleton SELECT, or in a non-cursor UPDATE or DELETE statement. Cursor operations do not benefit from the use of the TID() function.

Feedback to webmaster