PrioritizePreparedCollect Syntax - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
Language
English (United States)
Last Update
2024-04-03
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905
REPLACE PROCEDURE TDSTATS.PrioritizePreparedCollect (
  IN RequestID    BIGINT,
  IN Priority     INTEGER
  OUT NumUpdated  INTEGER
)
  ...
;

Syntax Elements

RequestID
TDSTATS database unique ID for an individual prepared collection.
This input parameter cannot be NULL.
Priority
Changed priority of the specified collection expressed as a relative rank among other collections in the commands list containing RequestID.
This input parameter cannot be NULL.
NumUpdated
Possible values:
  • 1 means the operation was successful.
  • 0 means the operation failed.