TD_get_COD_limits Syntax - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
ft:locale
en-US
ft:lastEdition
2024-12-11
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905
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%.