基于湖库一体架构,统一管理结构化、半结构化与非结构化等多模态数据,一个系统承载事务处理、实时分析与 AI 工作负载。
rpc_throttle_limit_qps_qa
更新时间:2026-04-14 17:41:09
rpc_throttle_limit_qps_qa 用于设置触发限流时 RPC 请求的 QPS 限制。
说明
该配置项自 4.3.2 版本开始引入。
| 属性 | 描述 |
|---|---|
| 参数类型 | 整数类型 |
| 默认值 | 0,表示 QPS 限制为触发限流时 QPS 的 70% |
| 取值范围 | [0, +∞) |
| 是否重启 ODP 生效 | 否 |
使用示例
设置触发限流时 RPC 请求的 QPS 限制为 500:
obclient> alter proxyconfig set rpc_throttle_limit_qps_qa= 500;