File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -859,7 +859,7 @@ The `iotdb-system.properties` file contains various configurations for managing
859859
860860| Name | cache_expire_in_seconds |
861861| ----------- | ------------------------------------------------------------ |
862- | Description | The expiration time of the user login information cache (in seconds) |
862+ | Description | The expiration time of the user login information cache (in seconds). This parameter will be deprecated after V2.0.8. |
863863| Type | int32 |
864864| Default | 28800 |
865865| Effective | Restart required. |
@@ -868,7 +868,7 @@ The `iotdb-system.properties` file contains various configurations for managing
868868
869869| Name | cache_max_num |
870870| ----------- | ------------------------------------------------------------ |
871- | Description | The maximum number of users can be stored in the user login cache. |
871+ | Description | The maximum number of users can be stored in the user login cache. This parameter will be deprecated after V2.0.8. |
872872| Type | int32 |
873873| Default | 100 |
874874| Effective | Restart required. |
@@ -877,7 +877,7 @@ The `iotdb-system.properties` file contains various configurations for managing
877877
878878| Name | cache_init_num |
879879| ----------- | ------------------------------------------------------------ |
880- | Description | The initial capacity of users can be stored in the user login cache. |
880+ | Description | The initial capacity of users can be stored in the user login cache. This parameter will be deprecated after V2.0.8. |
881881| Type | int32 |
882882| Default | 10 |
883883| Effective | Restart required. |
Original file line number Diff line number Diff line change @@ -495,7 +495,7 @@ There will be at most 10 gc.log.* files and each one can reach to 10MB.
495495
496496| Name| cache\_ expire |
497497| :---:| :--------------------------------------------------------|
498- | Description| Expiration time for caching customer login information |
498+ | Description| Expiration time for caching customer login information. This parameter will be deprecated after V2.0.8. |
499499| Type| int32 |
500500| Default| 28800 |
501501| Effective| After restarting system |
@@ -504,7 +504,7 @@ There will be at most 10 gc.log.* files and each one can reach to 10MB.
504504
505505| Name| cache\_ max\_ num |
506506| :---:| :--------------|
507- | Description| The maximum number of users stored in the cache |
507+ | Description| The maximum number of users stored in the cache. This parameter will be deprecated after V2.0.8. |
508508| Type| int32 |
509509| Default| 100 |
510510| Effective| After restarting system |
@@ -513,7 +513,7 @@ There will be at most 10 gc.log.* files and each one can reach to 10MB.
513513
514514| Name| cache\_ init\_ num |
515515| :---:| :---------------|
516- | Description| Initial cache capacity |
516+ | Description| Initial cache capacity. This parameter will be deprecated after V2.0.8. |
517517| Type| int32 |
518518| Default| 10 |
519519| Effective| After restarting system |
Original file line number Diff line number Diff line change @@ -859,7 +859,7 @@ The `iotdb-system.properties` file contains various configurations for managing
859859
860860| Name | cache_expire_in_seconds |
861861| ----------- | ------------------------------------------------------------ |
862- | Description | The expiration time of the user login information cache (in seconds) |
862+ | Description | The expiration time of the user login information cache (in seconds). This parameter will be deprecated after V2.0.8. |
863863| Type | int32 |
864864| Default | 28800 |
865865| Effective | Restart required. |
@@ -868,7 +868,7 @@ The `iotdb-system.properties` file contains various configurations for managing
868868
869869| Name | cache_max_num |
870870| ----------- | ------------------------------------------------------------ |
871- | Description | The maximum number of users can be stored in the user login cache. |
871+ | Description | The maximum number of users can be stored in the user login cache. This parameter will be deprecated after V2.0.8. |
872872| Type | int32 |
873873| Default | 100 |
874874| Effective | Restart required. |
@@ -877,7 +877,7 @@ The `iotdb-system.properties` file contains various configurations for managing
877877
878878| Name | cache_init_num |
879879| ----------- | ------------------------------------------------------------ |
880- | Description | The initial capacity of users can be stored in the user login cache. |
880+ | Description | The initial capacity of users can be stored in the user login cache. This parameter will be deprecated after V2.0.8. |
881881| Type | int32 |
882882| Default | 10 |
883883| Effective | Restart required. |
Original file line number Diff line number Diff line change @@ -495,7 +495,7 @@ There will be at most 10 gc.log.* files and each one can reach to 10MB.
495495
496496| Name| cache\_ expire |
497497| :---:| :--------------------------------------------------------|
498- | Description| Expiration time for caching customer login information |
498+ | Description| Expiration time for caching customer login information. This parameter will be deprecated after V2.0.8. |
499499| Type| int32 |
500500| Default| 28800 |
501501| Effective| After restarting system |
@@ -504,7 +504,7 @@ There will be at most 10 gc.log.* files and each one can reach to 10MB.
504504
505505| Name| cache\_ max\_ num |
506506| :---:| :--------------|
507- | Description| The maximum number of users stored in the cache |
507+ | Description| The maximum number of users stored in the cache. This parameter will be deprecated after V2.0.8. |
508508| Type| int32 |
509509| Default| 100 |
510510| Effective| After restarting system |
@@ -513,7 +513,7 @@ There will be at most 10 gc.log.* files and each one can reach to 10MB.
513513
514514| Name| cache\_ init\_ num |
515515| :---:| :---------------|
516- | Description| Initial cache capacity |
516+ | Description| Initial cache capacity. This parameter will be deprecated after V2.0.8. |
517517| Type| int32 |
518518| Default| 10 |
519519| Effective| After restarting system |
Original file line number Diff line number Diff line change @@ -836,7 +836,7 @@ IoTDB 配置文件位于 IoTDB 安装目录:`conf`文件夹下。
836836
837837| 名字 | cache_expire_in_seconds |
838838| ------------ | -------------------------------- |
839- | 描述 | 用户登录信息缓存的过期时间(秒) |
839+ | 描述 | 用户登录信息缓存的过期时间(秒)。V2.0.8 版本之后将作废该参数。 |
840840| 类型 | int32 |
841841| 默认值 | 28800 |
842842| 改后生效方式 | 重启服务生效 |
@@ -845,7 +845,7 @@ IoTDB 配置文件位于 IoTDB 安装目录:`conf`文件夹下。
845845
846846| 名字 | cache_max_num |
847847| ------------ | ------------------------ |
848- | 描述 | 缓存中存储的最大用户数量 |
848+ | 描述 | 缓存中存储的最大用户数量。V2.0.8 版本之后将作废该参数。 |
849849| 类型 | int32 |
850850| 默认值 | 100 |
851851| 改后生效方式 | 重启服务生效 |
@@ -854,7 +854,7 @@ IoTDB 配置文件位于 IoTDB 安装目录:`conf`文件夹下。
854854
855855| 名字 | cache_init_num |
856856| ------------ | -------------- |
857- | 描述 | 缓存初始容量 |
857+ | 描述 | 缓存初始容量。V2.0.8 版本之后将作废该参数。 |
858858| 类型 | int32 |
859859| 默认值 | 10 |
860860| 改后生效方式 | 重启服务生效 |
Original file line number Diff line number Diff line change @@ -489,7 +489,7 @@ GC 日志会被存储在`IOTDB_HOME/logs/gc.log`. 至多会存储 10 个 gc.log
489489
490490| 名字| cache\_ expire |
491491| :---:| :--------------|
492- | 描述| 缓存客户登录信息的过期时间 |
492+ | 描述| 缓存客户登录信息的过期时间。V2.0.8 版本之后将作废该参数。 |
493493| 类型| int32 |
494494| 默认值| 28800 |
495495| 改后生效方式| 重启生效 |
@@ -498,7 +498,7 @@ GC 日志会被存储在`IOTDB_HOME/logs/gc.log`. 至多会存储 10 个 gc.log
498498
499499| 名字| cache\_ max\_ num |
500500| :---:| :--------------|
501- | 描述| 缓存中存储的最大用户数量 |
501+ | 描述| 缓存中存储的最大用户数量。V2.0.8 版本之后将作废该参数。 |
502502| 类型| int32 |
503503| 默认值| 100 |
504504| 改后生效方式| 重启生效 |
@@ -507,7 +507,7 @@ GC 日志会被存储在`IOTDB_HOME/logs/gc.log`. 至多会存储 10 个 gc.log
507507
508508| 名字| cache\_ init\_ num |
509509| :---:| :---------------|
510- | 描述| 缓存初始容量 |
510+ | 描述| 缓存初始容量。V2.0.8 版本之后将作废该参数。 |
511511| 类型| int32 |
512512| 默认值| 10 |
513513| 改后生效方式| 重启生效 |
Original file line number Diff line number Diff line change @@ -836,7 +836,7 @@ IoTDB 配置文件位于 IoTDB 安装目录:`conf`文件夹下。
836836
837837| 名字 | cache_expire_in_seconds |
838838| ------------ | -------------------------------- |
839- | 描述 | 用户登录信息缓存的过期时间(秒) |
839+ | 描述 | 用户登录信息缓存的过期时间(秒)。V2.0.8 版本之后将作废该参数。 |
840840| 类型 | int32 |
841841| 默认值 | 28800 |
842842| 改后生效方式 | 重启服务生效 |
@@ -845,7 +845,7 @@ IoTDB 配置文件位于 IoTDB 安装目录:`conf`文件夹下。
845845
846846| 名字 | cache_max_num |
847847| ------------ | ------------------------ |
848- | 描述 | 缓存中存储的最大用户数量 |
848+ | 描述 | 缓存中存储的最大用户数量。V2.0.8 版本之后将作废该参数。 |
849849| 类型 | int32 |
850850| 默认值 | 100 |
851851| 改后生效方式 | 重启服务生效 |
@@ -854,7 +854,7 @@ IoTDB 配置文件位于 IoTDB 安装目录:`conf`文件夹下。
854854
855855| 名字 | cache_init_num |
856856| ------------ | -------------- |
857- | 描述 | 缓存初始容量 |
857+ | 描述 | 缓存初始容量。V2.0.8 版本之后将作废该参数。 |
858858| 类型 | int32 |
859859| 默认值 | 10 |
860860| 改后生效方式 | 重启服务生效 |
Original file line number Diff line number Diff line change @@ -489,7 +489,7 @@ GC 日志会被存储在`IOTDB_HOME/logs/gc.log`. 至多会存储 10 个 gc.log
489489
490490| 名字| cache\_ expire |
491491| :---:| :--------------|
492- | 描述| 缓存客户登录信息的过期时间 |
492+ | 描述| 缓存客户登录信息的过期时间。V2.0.8 版本之后将作废该参数。 |
493493| 类型| int32 |
494494| 默认值| 28800 |
495495| 改后生效方式| 重启生效 |
@@ -498,7 +498,7 @@ GC 日志会被存储在`IOTDB_HOME/logs/gc.log`. 至多会存储 10 个 gc.log
498498
499499| 名字| cache\_ max\_ num |
500500| :---:| :--------------|
501- | 描述| 缓存中存储的最大用户数量 |
501+ | 描述| 缓存中存储的最大用户数量。V2.0.8 版本之后将作废该参数。 |
502502| 类型| int32 |
503503| 默认值| 100 |
504504| 改后生效方式| 重启生效 |
@@ -507,7 +507,7 @@ GC 日志会被存储在`IOTDB_HOME/logs/gc.log`. 至多会存储 10 个 gc.log
507507
508508| 名字| cache\_ init\_ num |
509509| :---:| :---------------|
510- | 描述| 缓存初始容量 |
510+ | 描述| 缓存初始容量。V2.0.8 版本之后将作废该参数。 |
511511| 类型| int32 |
512512| 默认值| 10 |
513513| 改后生效方式| 重启生效 |
You can’t perform that action at this time.
0 commit comments