TDWMSetLimits Syntax - Teradata VantageCloud Lake

Lake - Monitor Resources and Performance

Deployment
VantageCloud
Edition
Lake
Product
Teradata VantageCloud Lake
Release Number
Published
February 2025
ft:locale
en-US
ft:lastEdition
2025-11-21
dita:mapPath
wyu1683671641248.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
wyu1683671641248
REPLACE PROCEDURE TDWM.TDWMSetLimits (
  IN RuleSetId     INTEGER,
  IN RuleName      TD_ANYTYPE,
  IN TDWMLock      VARCHAR(1) CHARACTER SET LATIN,
  IN SessionLimit  INTEGER,
  IN QueryLimit    INTEGER,
  IN UtilityLimit  INTEGER,
  IN TimeUnit      VARCHAR(1) CHARACTER SET LATIN,
  IN QualifyTime   INTEGER
)
  ...
;

Syntax Elements

RuleSetId
ID of the rule set in which the rule is found.
RuleName
Name of the rule specified.
TDWMLock
Type of request performed on the TDWMLock table:
  • W = Wait for the TDWMLock
  • A = Abort if the TDWMLock table is locked
  • S = Perform the update without locking the TDWMLock table
The TDWM places an exclusive lock on the TDWMLock table at startup.
SessionLimit
Maximum number of concurrent sessions. NULL indicates that the field is not changed.
QueryLimit
Maximum number of concurrent queries. NULL indicates that the field is not changed.
If the rule is an arrival rate meter, this value is used with TimeUnit and QualifyTime to describe an arrival rate limit. The limit is QueryLimit/TimeUnit for QualifyTime. For example, a maximum of 10 (requests)/minute for 120 seconds.
UtilityLimit
Maximum number of concurrent utilities. NULL indicates that the field is not changed.
TimeUnit
The time unit of the arrival rate meter:
  • H = hour
  • M = minute
  • S = second
QualifyTime
Number of seconds that the arrival rate must continuously remain at the limit before new requests are held in the Defer queue.