Overview
concurrent_limit_sql displays all the throttling information of the current tenant.
Related tables/views
oceanbase.__tenant_virtual_concurrent_limit_sql
Field description
| Field name | Type | Nullable | Description |
|---|---|---|---|
| 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 outline for throttling. |
| database_name | varchar(128) | No | The name of the database. |
| outline_name | varchar(128) | No | The name of the outline for throttling. |
| outline_content | varchar(65536) | No | The content of the outline for throttling, which can be left empty. |
| visible_signature | varchar(65536) | No | The deserialization result of the signature, for ease of querying the signature information. |
| sql_text | varchar(65536) | No | The SQL text specified in the on clause when the outline was created. |
| concurrent_num | BIGINT(20) | No | The maximum number of concurrent SQL statements allowed. |
| limit_target | varchar(65536) | No | The SQL statements subject to throttling. |