rpc_throttle_limit_qps_qa specifies the queries per second (QPS) for remote procedure call (RPC) requests after throttling is triggered.
Note
This parameter is introduced in OceanBase Database Proxy (ODP) V4.3.2.
| Attribute | Description |
|---|---|
| Parameter type | Integer |
| Default value | 0, which specifies to limit the QPS to 70% of the QPS when throttling is triggered. |
| Value range | [0, +∞) |
| Effective upon ODP restart | No |
Examples
The following sample code limits the QPS for RPC requests to 500 after throttling is triggered.
obclient> alter proxyconfig set rpc_throttle_limit_qps_qa= 500;