Purpose
gv$concurrent_limit_sql displays all the throttling information of the current tenant.
Related tables/views
oceanbase.__tenant_virtual_concurrent_limit_sql
Fields
| Field | 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 | longtext | NO | The content of the outline for throttling, which can be left empty. |
| visible_signature | longtext | NO | The deserialization result of the signature, for ease of querying the signature information. |
| sql_text | longtext | 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 | longtext | NO | The SQL statements subject to throttling. |