rpc_async_task_thread_num specifies the number of asynchronous threads for OBKV. You can set an appropriate number of asynchronous threads to reduce the impact of subrequest forwarding and large request processing on general requests.
Note
This parameter is introduced in OceanBase Database Proxy (ODP) V4.3.2.
| Attribute | Description |
|---|---|
| Parameter type | Integer |
| Default value | 8 |
| Value range | [0, 128]. If you set the parameter to 0, the number of asynchronous threads for OBKV is calculated as follows: actual number of worker threads/2. |
| Effective upon ODP restart | Yes |