首批通过分布式安全可靠测评,为关键业务系统打造
migrate_concurrency
更新时间:2026-04-14 12:16:50
migrate_concurrency 用于设置内部数据迁移的最大并发数。
| 属性 | 描述 |
|---|---|
| 参数类型 | 整型 |
| 默认值 | 10 |
| 取值范围 | [0, 64] |
| 是否重启 OBServer 生效 | 否 |
配置示例
设置系统内部数据迁移的最大工作线程数为 10。
obclient> ALTER SYSTEM SET migrate_concurrency = 10;
更新时间:2026-04-14 12:16:50
migrate_concurrency 用于设置内部数据迁移的最大并发数。
| 属性 | 描述 |
|---|---|
| 参数类型 | 整型 |
| 默认值 | 10 |
| 取值范围 | [0, 64] |
| 是否重启 OBServer 生效 | 否 |
设置系统内部数据迁移的最大工作线程数为 10。
obclient> ALTER SYSTEM SET migrate_concurrency = 10;