DYNAMIC_TABLES and DYNAMIC_TABLE_GRAPH_HISTORY functions: New column in output (Pending)

Attention

This behavior change is in the 2026_04 bundle.

For the current status of the bundle, refer to Bundle history.

When this behavior change bundle is enabled, the DYNAMIC_TABLES and DYNAMIC_TABLE_GRAPH_HISTORY Information Schema table functions include the following new column:

Column name

Data type

Description

SCHEDULER

TEXT

The scheduler attribute of the dynamic table. Can be one of the following:

  • ENABLE: The dynamic table is managed by the internal scheduler and participates in refresh scheduling driven by the TARGET_LAG parameter.

  • DISABLE: The dynamic table is excluded from automatic background refresh scheduling and is only refreshed when explicitly requested.

Ref: 2295