Performance Characteristics of SELECT AND CONSUME Statements - Teradata Vantage - Analytics Database

SQL Data Manipulation Language

Deployment
VantageCloud
VantageCore
Edition
VMware
Enterprise
IntelliFlex
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2025-04-02
dita:mapPath
pon1628111750298.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
esx1472246586715
lifecycle
latest
Product Category
Teradata Vantageā„¢
The performance of SELECT AND CONSUME statements is:
  • Similar to that of selecting a single row from a base table using a USI.
  • More expensive than selecting a single row from a base table using a primary index.
If a queue table does not contain rows when you perform a SELECT AND CONSUME statement, its containing transaction enters a delay state until one of the following occurs:
  • A row is inserted into the queue table.
  • The transaction aborts as a result of one of these reasons.
    • Direct user intervention, such as an ABORT statement
    • Indirect user intervention, such as a DROP TABLE statement on the queue table