Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ The `iotdb-system.properties` file contains various configurations for managing

| Name | cache_expire_in_seconds |
| ----------- | ------------------------------------------------------------ |
| Description | The expiration time of the user login information cache (in seconds) |
| Description | The expiration time of the user login information cache (in seconds). This parameter will be deprecated after V2.0.8. |
| Type | int32 |
| Default | 28800 |
| Effective | Restart required. |
Expand All @@ -868,7 +868,7 @@ The `iotdb-system.properties` file contains various configurations for managing

| Name | cache_max_num |
| ----------- | ------------------------------------------------------------ |
| Description | The maximum number of users can be stored in the user login cache. |
| Description | The maximum number of users can be stored in the user login cache. This parameter will be deprecated after V2.0.8. |
| Type | int32 |
| Default | 100 |
| Effective | Restart required. |
Expand All @@ -877,7 +877,7 @@ The `iotdb-system.properties` file contains various configurations for managing

| Name | cache_init_num |
| ----------- | ------------------------------------------------------------ |
| Description | The initial capacity of users can be stored in the user login cache. |
| Description | The initial capacity of users can be stored in the user login cache. This parameter will be deprecated after V2.0.8. |
| Type | int32 |
| Default | 10 |
| Effective | Restart required. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ There will be at most 10 gc.log.* files and each one can reach to 10MB.

|Name| cache\_expire |
|:---:|:--------------------------------------------------------|
|Description| Expiration time for caching customer login information |
|Description| Expiration time for caching customer login information. This parameter will be deprecated after V2.0.8. |
|Type| int32 |
|Default| 28800 |
|Effective| After restarting system |
Expand All @@ -504,7 +504,7 @@ There will be at most 10 gc.log.* files and each one can reach to 10MB.

|Name| cache\_max\_num |
|:---:|:--------------|
|Description| The maximum number of users stored in the cache |
|Description| The maximum number of users stored in the cache. This parameter will be deprecated after V2.0.8. |
|Type| int32 |
|Default| 100 |
|Effective| After restarting system |
Expand All @@ -513,7 +513,7 @@ There will be at most 10 gc.log.* files and each one can reach to 10MB.

|Name| cache\_init\_num |
|:---:|:---------------|
|Description| Initial cache capacity |
|Description| Initial cache capacity. This parameter will be deprecated after V2.0.8. |
|Type| int32 |
|Default| 10 |
|Effective| After restarting system |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ The `iotdb-system.properties` file contains various configurations for managing

| Name | cache_expire_in_seconds |
| ----------- | ------------------------------------------------------------ |
| Description | The expiration time of the user login information cache (in seconds) |
| Description | The expiration time of the user login information cache (in seconds). This parameter will be deprecated after V2.0.8. |
| Type | int32 |
| Default | 28800 |
| Effective | Restart required. |
Expand All @@ -868,7 +868,7 @@ The `iotdb-system.properties` file contains various configurations for managing

| Name | cache_max_num |
| ----------- | ------------------------------------------------------------ |
| Description | The maximum number of users can be stored in the user login cache. |
| Description | The maximum number of users can be stored in the user login cache. This parameter will be deprecated after V2.0.8. |
| Type | int32 |
| Default | 100 |
| Effective | Restart required. |
Expand All @@ -877,7 +877,7 @@ The `iotdb-system.properties` file contains various configurations for managing

| Name | cache_init_num |
| ----------- | ------------------------------------------------------------ |
| Description | The initial capacity of users can be stored in the user login cache. |
| Description | The initial capacity of users can be stored in the user login cache. This parameter will be deprecated after V2.0.8. |
| Type | int32 |
| Default | 10 |
| Effective | Restart required. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ There will be at most 10 gc.log.* files and each one can reach to 10MB.

|Name| cache\_expire |
|:---:|:--------------------------------------------------------|
|Description| Expiration time for caching customer login information |
|Description| Expiration time for caching customer login information. This parameter will be deprecated after V2.0.8. |
|Type| int32 |
|Default| 28800 |
|Effective| After restarting system |
Expand All @@ -504,7 +504,7 @@ There will be at most 10 gc.log.* files and each one can reach to 10MB.

|Name| cache\_max\_num |
|:---:|:--------------|
|Description| The maximum number of users stored in the cache |
|Description| The maximum number of users stored in the cache. This parameter will be deprecated after V2.0.8. |
|Type| int32 |
|Default| 100 |
|Effective| After restarting system |
Expand All @@ -513,7 +513,7 @@ There will be at most 10 gc.log.* files and each one can reach to 10MB.

|Name| cache\_init\_num |
|:---:|:---------------|
|Description| Initial cache capacity |
|Description| Initial cache capacity. This parameter will be deprecated after V2.0.8. |
|Type| int32 |
|Default| 10 |
|Effective| After restarting system |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ IoTDB 配置文件位于 IoTDB 安装目录:`conf`文件夹下。

| 名字 | cache_expire_in_seconds |
| ------------ | -------------------------------- |
| 描述 | 用户登录信息缓存的过期时间(秒) |
| 描述 | 用户登录信息缓存的过期时间(秒)。V2.0.8 版本之后将作废该参数。 |
| 类型 | int32 |
| 默认值 | 28800 |
| 改后生效方式 | 重启服务生效 |
Expand All @@ -845,7 +845,7 @@ IoTDB 配置文件位于 IoTDB 安装目录:`conf`文件夹下。

| 名字 | cache_max_num |
| ------------ | ------------------------ |
| 描述 | 缓存中存储的最大用户数量 |
| 描述 | 缓存中存储的最大用户数量。V2.0.8 版本之后将作废该参数。 |
| 类型 | int32 |
| 默认值 | 100 |
| 改后生效方式 | 重启服务生效 |
Expand All @@ -854,7 +854,7 @@ IoTDB 配置文件位于 IoTDB 安装目录:`conf`文件夹下。

| 名字 | cache_init_num |
| ------------ | -------------- |
| 描述 | 缓存初始容量 |
| 描述 | 缓存初始容量。V2.0.8 版本之后将作废该参数。 |
| 类型 | int32 |
| 默认值 | 10 |
| 改后生效方式 | 重启服务生效 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ GC 日志会被存储在`IOTDB_HOME/logs/gc.log`. 至多会存储 10 个 gc.log

|名字| cache\_expire |
|:---:|:--------------|
|描述| 缓存客户登录信息的过期时间 |
|描述| 缓存客户登录信息的过期时间。V2.0.8 版本之后将作废该参数。 |
|类型| int32 |
|默认值| 28800 |
|改后生效方式| 重启生效 |
Expand All @@ -498,7 +498,7 @@ GC 日志会被存储在`IOTDB_HOME/logs/gc.log`. 至多会存储 10 个 gc.log

|名字| cache\_max\_num |
|:---:|:--------------|
|描述| 缓存中存储的最大用户数量 |
|描述| 缓存中存储的最大用户数量。V2.0.8 版本之后将作废该参数。 |
|类型| int32 |
|默认值| 100 |
|改后生效方式| 重启生效 |
Expand All @@ -507,7 +507,7 @@ GC 日志会被存储在`IOTDB_HOME/logs/gc.log`. 至多会存储 10 个 gc.log

|名字| cache\_init\_num |
|:---:|:---------------|
|描述| 缓存初始容量 |
|描述| 缓存初始容量。V2.0.8 版本之后将作废该参数。 |
|类型| int32 |
|默认值| 10 |
|改后生效方式| 重启生效 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ IoTDB 配置文件位于 IoTDB 安装目录:`conf`文件夹下。

| 名字 | cache_expire_in_seconds |
| ------------ | -------------------------------- |
| 描述 | 用户登录信息缓存的过期时间(秒) |
| 描述 | 用户登录信息缓存的过期时间(秒)。V2.0.8 版本之后将作废该参数。 |
| 类型 | int32 |
| 默认值 | 28800 |
| 改后生效方式 | 重启服务生效 |
Expand All @@ -845,7 +845,7 @@ IoTDB 配置文件位于 IoTDB 安装目录:`conf`文件夹下。

| 名字 | cache_max_num |
| ------------ | ------------------------ |
| 描述 | 缓存中存储的最大用户数量 |
| 描述 | 缓存中存储的最大用户数量。V2.0.8 版本之后将作废该参数。 |
| 类型 | int32 |
| 默认值 | 100 |
| 改后生效方式 | 重启服务生效 |
Expand All @@ -854,7 +854,7 @@ IoTDB 配置文件位于 IoTDB 安装目录:`conf`文件夹下。

| 名字 | cache_init_num |
| ------------ | -------------- |
| 描述 | 缓存初始容量 |
| 描述 | 缓存初始容量。V2.0.8 版本之后将作废该参数。 |
| 类型 | int32 |
| 默认值 | 10 |
| 改后生效方式 | 重启服务生效 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ GC 日志会被存储在`IOTDB_HOME/logs/gc.log`. 至多会存储 10 个 gc.log

|名字| cache\_expire |
|:---:|:--------------|
|描述| 缓存客户登录信息的过期时间 |
|描述| 缓存客户登录信息的过期时间。V2.0.8 版本之后将作废该参数。 |
|类型| int32 |
|默认值| 28800 |
|改后生效方式| 重启生效 |
Expand All @@ -498,7 +498,7 @@ GC 日志会被存储在`IOTDB_HOME/logs/gc.log`. 至多会存储 10 个 gc.log

|名字| cache\_max\_num |
|:---:|:--------------|
|描述| 缓存中存储的最大用户数量 |
|描述| 缓存中存储的最大用户数量。V2.0.8 版本之后将作废该参数。 |
|类型| int32 |
|默认值| 100 |
|改后生效方式| 重启生效 |
Expand All @@ -507,7 +507,7 @@ GC 日志会被存储在`IOTDB_HOME/logs/gc.log`. 至多会存储 10 个 gc.log

|名字| cache\_init\_num |
|:---:|:---------------|
|描述| 缓存初始容量 |
|描述| 缓存初始容量。V2.0.8 版本之后将作废该参数。 |
|类型| int32 |
|默认值| 10 |
|改后生效方式| 重启生效 |
Expand Down
Loading