Feature
This view shows the system variable information of all tenants in the sys tenant.
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| CREATE_TIME | timestamp(6) | NO | The time when the system variable was created. |
| MODIFY_TIME | timestamp(6) | NO | The time when the system variable was modified. |
| TENANT_ID | bigint(20) | NO | The ID of the tenant. |
| NAME | varchar(128) | NO | The name of the system variable. |
| VALUE | varchar(65536) | YES | The value of the system variable. |
| MIN_VALUE | varchar(65536) | NO | The minimum value. |
| MAX_VALUE | varchar(65536) | NO | The maximum value. |
| SCOPE | varchar(16) | NO | The scope where the variable takes effect. Valid values: |
| INFO | varchar(4096) | NO | The description of the variable. |