Updated on 2024-06-03 GMT+08:00

GS_ILM_PARAM

GS_ILM_PARAM is a feature parameter table, which records the parameters related to the ILM feature, such as the control parameters of background scheduling.

Table 1 GS_ILM_PARAM columns

Name

Type

Description

idx

smallint

Parameter ID.

name

name

Parameter name.

value

double precision

Parameter value.

Table 2 GS_ILM_PARAM feature parameter range

Parameter ID

Parameter Value

Description

1

EXECUTION_INTERVAL

Specifies the frequency of executing an ADO task, in minutes. The default value is 15. The value is an integer or floating-point number greater than or equal to 1 and less than or equal to 2147483647. The value is rounded down.

2

RETENTION_TIME

Specifies the retention period of ADO-related history records, in days. The default value is 30. The value is an integer or floating-point number greater than or equal to 1 and less than or equal to 2147483647. The value is rounded down.

7

ENABLE

Specifies the background scheduling status which cannot be modified in this interface. Otherwise, the message "Invalid argument value, ENABLED should be change by calling DBE_ILM_ADMIN.ENABLE_ILM and DBE_ILM_ADMIN.DISABLE_ILM" is displayed. Instead, use disable_ilm() and enable_ilm() to modify it.

11

POLICY_TIME

Specifies whether the time unit of ADO is day or second. The time unit second is used only for testing. The value can be ILM_POLICY_IN_SECONDS or ILM_POLICY_IN_DAYS (default value).

12

ABS_JOBLIMIT

Specifies the maximum number of ADO jobs generated by an ADO task. The value is an integer or floating-point number greater than or equal to 0 and less than or equal to 2147483647. The value is rounded down.

13

JOB_SIZELIMIT

Specifies the maximum number of bytes that can be processed by a single ADO job. The unit is MB. The value is an integer or floating-point number greater than or equal to 0 and less than or equal to 2147483647. The value is rounded down.

14

WIND_DURATION

Specifies the maintenance window duration, in minutes. The default value is 240 minutes (4 hours). The value is an integer greater than or equal to 0 and less than 1440 (24 hours).

15

BLOCK_LIMITS

Specifies the upper limit of the instance-level row-store compression rate. The default value is 40. The value ranges from 0 to 10000, in block/ms, indicating the maximum number of blocks that can be compressed per millisecond. 0 indicates that the rate is not limited.