基于湖库一体架构,统一管理结构化、半结构化与非结构化等多模态数据,一个系统承载事务处理、实时分析与 AI 工作负载。
location_cache_priority
更新时间:2024-07-25 11:45:52
location_cache_priority 用于设置位置缓存在系统缓存服务中的优先级。值越大,表示优先级越高。
| 属性 | 描述 |
|---|---|
| 参数类型 | 整型 |
| 默认值 | 1000 |
| 取值范围 | [1, +∞) |
| 是否重启 OBServer 生效 | 否 |
配置示例
设置位置缓存在系统缓存服务中的优先级为 1000。
obclient> ALTER SYSTEM SET location_cache_priority = 1000;