Feature
This view shows the relevant information about the throttling rule outlines in the current tenant.
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| CREATE_TIME | timestamp(6) | YES | The timestamp that indicates when the outline was created. |
| MODIFY_TIME | timestamp(6) | YES | The timestamp that indicates when the outline was modified. |
| TENANT_ID | bigint(20) | NO | The ID of the tenant. |
| DATABASE_ID | bigint(20) | NO | The ID of the database. |
| OUTLINE_ID | bigint(20) | NO | The ID of the throttling rule outline. |
| DATABASE_NAME | varchar(128) | NO | The name of the database. |
| OUTLINE_NAME | varchar(128) | NO | The name of the throttling rule outline. |
| OUTLINE_CONTENT | longtext | NO | The content of the throttling rule outline, which can be Empty. |
| VISIBLE_SIGNATURE | longtext | NO | The result of signature deserialization. |
| SQL_TEXT | longtext | NO | The SQL text specified in the on clause when the throttling rule outline was created. |
| CONCURRENT_NUM | bigint(20) | NO | The maximum number of concurrent SQL statements allowed. |
| LIMIT_TARGET | longtext | NO | The SQL statements subject to throttling. |