Performance Characteristics of SELECT AND CONSUME Statements - Teradata Database - Teradata Vantage NewSQL Engine

SQL Data Manipulation Language

Product
Teradata Database
Teradata Vantage NewSQL Engine
Release Number
16.20
Published
March 2019
Language
English (United States)
Last Update
2019-05-03
dita:mapPath
fbo1512081269404.ditamap
dita:ditavalPath
TD_DBS_16_20_Update1.ditaval
dita:id
B035-1146
lifecycle
previous
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