基于湖库一体架构,统一管理结构化、半结构化与非结构化等多模态数据,一个系统承载事务处理、实时分析与 AI 工作负载。
rpc_async_pull_batch_max_size
更新时间:2026-04-14 17:41:09
说明
该配置项自 4.3.1 版本开始引入。
功能描述
rpc_async_pull_batch_max_size 用于设置异步批量拉取分区地址的大小。使用该配置项前,需确保配置项 rpc_enable_async_pull_batch_tablets 取值为 True,即启用异步批量拉取 tablet ID 功能。
属性说明
| 属性 | 描述 |
|---|---|
| 参数类型 | 整数类型 |
| 默认值 | 10 |
| 取值范围 | [2, 50] |
| 是否重启 ODP 生效 | 是 |
配置示例
设置启用异步批量拉取 tablet ID 功能
obclient> alter proxyconfig set rpc_enable_async_pull_batch_tablets='True';设置异步批量拉取分区地址大小为 20
obclient> alter proxyconfig set rpc_async_pull_batch_max_size=20;