Move the docs folder

This commit is contained in:
LINxiansheng
2022-02-10 14:51:49 +08:00
committed by LINxiansheng
parent 7c6dcc6712
commit d42f317422
1160 changed files with 0 additions and 3 deletions

View File

@ -0,0 +1,27 @@
clog_disk_utilization_threshold
====================================================
clog_disk_utilization_threshold 配置项用于控制 clog 或 ilog 磁盘空间复用的水位值。
描述
-----------------------
| 属性 | 描述 |
|------------------|------------|
| 参数类型 | 整型 |
| 默认值 | 80 |
| 取值范围 | \[10, 100) |
| 是否重启 OBServer 生效 | 否 |
示例
-----------------------
```sql
obclient> ALTER SYSTEM SET clog_disk_utilization_threshold=80;
```