Note
For V4.5.0, this parameter is available starting with V4.5.0.
Description
model_request_timeout specifies the timeout period for requests to large models. This parameter takes effect on search requests for semantic indexes.
Applicability
This parameter is applicable only to OceanBase Database in MySQL mode.
Privilege requirements
Query the parameter
The
systenant and all user tenants can use theSHOW PARAMETERSstatement or theGV$OB_PARAMETERSview to query this parameter.Modify the parameter
The
systenant and user tenants can modify this parameter.
Attributes
| Attribute | Description |
|---|---|
| Type | Time |
| Default value | 60s |
| Value range | [1s, +∞) |
| Modifiable | Yes. You can use the ALTER SYSTEM SET statement to modify the parameter. |
| Effective upon OBServer node restart | No. The setting takes effect immediately. |
Examples
Set the timeout period for requests to large models to 60s.
obclient> ALTER SYSTEM SET model_request_timeout = '60s';
