TD_get_COD_limits 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
CREATE FUNCTION TD_SYSFNLIB.TD_get_COD_limits (
) RETURNS TABLE (
    CPULimit SMALLINT,
    IOLimit SMALLINT
  )
  ...
;

Syntax Elements

CPULimit
The CPU COD maximum value.
If the WM COD mode is set and PM COD packages are installed, the CPULimit output parameter returns values less than 100%.
The PM COD package specifies the maximum allowable values.
If the PM COD mode is set or there are no PM COD packages installed, the CPULimit output parameter returns 100%.
IOLimit
The I/O COD maximum value.
If the WM COD mode is set and PM COD packages are installed, this output parameter returns values determined by the installed PM COD package.
The PM COD package specifies the maximum allowable values.
The PM COD package specifies the maximum allowable values.

If the PM COD mode is set or there are no PM COD packages installed, the IOLimit output parameter returns 100%.