基于湖库一体架构,统一管理结构化、半结构化与非结构化等多模态数据,一个系统承载事务处理、实时分析与 AI 工作负载。
merge_thread_count
更新时间:2024-07-25 11:45:52
merge_thread_count 用于设置每日合并工作的线程数。
| 属性 | 描述 |
|---|---|
| 参数类型 | 整型 |
| 默认值 | 0 |
| 取值范围 | [0, 256] |
| 是否重启 OBServer 生效 | 否 |
使用说明
该配置项的值为 0 时,合并的工作进程数的计算方式为 min{10,cpu_cnt},其中 cpu_cnt 为系统 CPU 的数量。
配置示例
设置每日合并工作的线程数为 100。
obclient> ALTER SYSTEM SET merge_thread_count=100;