tdstore_enter_readonly_threshold

最近更新时间:2025-04-22 15:40:03

我的收藏

功能描述

tdstore_enter_readonly_threshold 参数用于设置 TDStore 进入只读模式的阈值。当空间使用率高于该阈值时,TDStore 将自动切换到只读模式。默认值为 99%,即当可用空间少于总空间的 1% 时,TDStore 将进入只读模式。
在只读模式下,TDStore 不允许进行数据写入操作,但仍然支持数据读取。如果需要恢复到可写模式,可以手动操作或等待空间使用率低于tdstore_leave_readonly_threshold后,TDStore 将自动退出只读模式。

属性说明

属性
说明
参数类型
String
默认值
99%
取值范围
N/A
生效范围
GLOBAL