基于湖库一体架构,统一管理结构化、半结构化与非结构化等多模态数据,一个系统承载事务处理、实时分析与 AI 工作负载。
rpc_async_pull_batch_wait_interval
更新时间:2026-07-22 16:50:58
说明
该配置项自 4.3.1 版本开始引入。
功能描述
rpc_async_pull_batch_wait_interval 用于设置异步批量拉取的等待间隔时间。
属性说明
| 属性 | 描述 |
|---|---|
| 参数类型 | 时间类型 |
| 默认值 | 10ms |
| 取值范围 | [1ms, 1s] |
| 是否重启 ODP 生效 | 否 |
配置示例
执行如下命令,设置异步批量拉取的等待时间间隔为 20 毫秒。
obclient> alter proxyconfig set rpc_async_pull_batch_wait_interval= 20ms;