You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2022/11/25 12:07:16 UTC

[iotdb] branch master updated: Update auth config (#8162)

This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new e9b287c064 Update auth config (#8162)
e9b287c064 is described below

commit e9b287c064b736008fca2d50ea14d348c0382cae
Author: ZhangHongYin <46...@users.noreply.github.com>
AuthorDate: Fri Nov 25 20:07:10 2022 +0800

    Update auth config (#8162)
---
 docs/UserGuide/Reference/Common-Config-Manual.md   | 1053 +++++++-------
 .../zh/UserGuide/Reference/Common-Config-Manual.md | 1535 ++++++++++----------
 2 files changed, 1340 insertions(+), 1248 deletions(-)

diff --git a/docs/UserGuide/Reference/Common-Config-Manual.md b/docs/UserGuide/Reference/Common-Config-Manual.md
index 6b67107746..596f62d197 100644
--- a/docs/UserGuide/Reference/Common-Config-Manual.md
+++ b/docs/UserGuide/Reference/Common-Config-Manual.md
@@ -31,73 +31,73 @@ IoTDB common files for ConfigNode and DataNode are under `conf`.
 
 * config\_node\_consensus\_protocol\_class
 
-|Name| config\_node\_consensus\_protocol\_class                       |
-|:---:|:---------------------------------------------------------------|
-|Description| Consensus protocol of ConfigNode replicas, only support RatisConsensus |
-|Type| String                                                         |
-|Default| org.apache.iotdb.consensus.ratis.RatisConsensus              |
-|Effective| Only allowed to be modified in first start up                  |
+|    Name     | config\_node\_consensus\_protocol\_class                               |
+| :---------: | :--------------------------------------------------------------------- |
+| Description | Consensus protocol of ConfigNode replicas, only support RatisConsensus |
+|    Type     | String                                                                 |
+|   Default   | org.apache.iotdb.consensus.ratis.RatisConsensus                        |
+|  Effective  | Only allowed to be modified in first start up                          |
 
 * schema\_replication\_factor
 
-|Name| schema\_replication\_factor |
-|:---:|:---|
-|Description| Schema replication num|
-|Type| Int |
-|Default| 1 |
-|Effective|After restarting system|
+|    Name     | schema\_replication\_factor |
+| :---------: | :-------------------------- |
+| Description | Schema replication num      |
+|    Type     | Int                         |
+|   Default   | 1                           |
+|  Effective  | After restarting system     |
 
 * schema\_region\_consensus\_protocol\_class
 
-|Name| schema\_region\_consensus\_protocol\_class                                                                                                  |
-|:---:|:--------------------------------------------------------------------------------------------------------------------------------------------|
-|Description| Consensus protocol of schema replicas, SimpleConsensus could only be used in 1 replica,larger than 1 replicas could only use RatisConsensus | |
-|Type| String                                                                                                                                      |
-|Default| org.apache.iotdb.consensus.simple.SimpleConsensus                                                                                           |
-|Effective| Only allowed to be modified in first start up                                                                                               |
+|    Name     | schema\_region\_consensus\_protocol\_class                                                                                                   |
+| :---------: | :------------------------------------------------------------------------------------------------------------------------------------------- |
+| Description | Consensus protocol of schema replicas, SimpleConsensus could only be used in 1 replica,larger than 1 replicas could only use RatisConsensus |  |
+|    Type     | String                                                                                                                                       |
+|   Default   | org.apache.iotdb.consensus.simple.SimpleConsensus                                                                                            |
+|  Effective  | Only allowed to be modified in first start up                                                                                                |
 
 * data\_replication\_factor
 
-|Name| data\_replication\_factor |
-|:---:|:---|
-|Description| Data replication num|
-|Type| Int |
-|Default| 1 |
-|Effective|After restarting system|
+|    Name     | data\_replication\_factor |
+| :---------: | :------------------------ |
+| Description | Data replication num      |
+|    Type     | Int                       |
+|   Default   | 1                         |
+|  Effective  | After restarting system   |
 
 * data\_region\_consensus\_protocol\_class
 
-|Name| data\_region\_consensus\_protocol\_class                                                                                                                     |
-|:---:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------|
-|Description| Consensus protocol of data replicas, SimpleConsensus could only be used in 1 replica,larger than 1 replicas could use MultiLeaderConsensus or RatisConsensus |
-|Type| String                                                                                                                                                       |
-|Default| org.apache.iotdb.consensus.simple.SimpleConsensus                                                                                                            |
-|Effective| Only allowed to be modified in first start up                                                                                                                |
+|    Name     | data\_region\_consensus\_protocol\_class                                                                                                                      |
+| :---------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| Description | Consensus protocol of data replicas, SimpleConsensus could only be used in 1 replica,larger than 1 replicas could use MultiLeaderConsensus or RatisConsensus |
+|    Type     | String                                                                                                                                                        |
+|   Default   | org.apache.iotdb.consensus.simple.SimpleConsensus                                                                                                             |
+|  Effective  | Only allowed to be modified in first start up                                                                                                                 |
 
 ### Partition (Load balancing) Configuration
 
 * series\_partition\_slot\_num
 
-|Name| series\_partition\_slot\_num |
-|:---:|:---|
-|Description| Slot num of series partition |
-|Type| Int |
-|Default| 10000 |
-|Effective|Only allowed to be modified in first start up|
+|    Name     | series\_partition\_slot\_num                  |
+| :---------: | :-------------------------------------------- |
+| Description | Slot num of series partition                  |
+|    Type     | Int                                           |
+|   Default   | 10000                                         |
+|  Effective  | Only allowed to be modified in first start up |
 
 * series\_partition\_executor\_class
 
-|Name| series\_partition\_executor\_class |
-|:---:|:---|
-|Description| Series partition hash function |
-|Type| String |
-|Default| org.apache.iotdb.commons.partition.executor.hash.BKDRHashExecutor |
-|Effective|Only allowed to be modified in first start up|
+|    Name     | series\_partition\_executor\_class                                |
+| :---------: | :---------------------------------------------------------------- |
+| Description | Series partition hash function                                    |
+|    Type     | String                                                            |
+|   Default   | org.apache.iotdb.commons.partition.executor.hash.BKDRHashExecutor |
+|  Effective  | Only allowed to be modified in first start up                     |
 
 * region\_allocate\_strategy
 
 |    Name     | region\_allocate\_strategy                                                                               |
-|:-----------:|:---------------------------------------------------------------------------------------------------------|
+| :---------: | :------------------------------------------------------------------------------------------------------- |
 | Description | Region allocate strategy, COPY_SET is suitable for large clusters, GREEDY is suitable for small clusters |
 |    Type     | String                                                                                                   |
 |   Default   | GREEDY                                                                                                   |
@@ -107,154 +107,154 @@ IoTDB common files for ConfigNode and DataNode are under `conf`.
 
 * time\_partition\_interval
 
-|Name| time\_partition\_interval                                     |
-|:---:|:--------------------------------------------------------------|
-|Description| Time partition interval of data when ConfigNode allocate data |
-|Type| Long                                                          |
-|Unit| ms                                                            |
-|Default| 604800000                                                     |
-|Effective| Only allowed to be modified in first start up                 |
+|    Name     | time\_partition\_interval                                     |
+| :---------: | :------------------------------------------------------------ |
+| Description | Time partition interval of data when ConfigNode allocate data |
+|    Type     | Long                                                          |
+|    Unit     | ms                                                            |
+|   Default   | 604800000                                                     |
+|  Effective  | Only allowed to be modified in first start up                 |
 
 * heartbeat\_interval\_in\_ms
 
-|Name| heartbeat\_interval\_in\_ms |
-|:---:|:---|
-|Description| Heartbeat interval in the cluster nodes |
-|Type| Long |
-|Unit| ms |
-|Default| 1000 |
-|Effective|After restarting system|
+|    Name     | heartbeat\_interval\_in\_ms             |
+| :---------: | :-------------------------------------- |
+| Description | Heartbeat interval in the cluster nodes |
+|    Type     | Long                                    |
+|    Unit     | ms                                      |
+|   Default   | 1000                                    |
+|  Effective  | After restarting system                 |
 
 * disk\_space\_warning\_threshold
 
-|Name| disk\_space\_warning\_threshold |
-|:---:|:--------------------------------|
-|Description| Disk remaining threshold        |
-|Type| double(percentage)              |
-|Default| 0.05                            |
-|Effective| After restarting system         |
+|    Name     | disk\_space\_warning\_threshold |
+| :---------: | :------------------------------ |
+| Description | Disk remaining threshold        |
+|    Type     | double(percentage)              |
+|   Default   | 0.05                            |
+|  Effective  | After restarting system         |
 
 ### Memory Control Configuration
 
 * enable\_mem\_control
 
-|Name| enable\_mem\_control |
-|:---:|:---|
-|Description| enable memory control to avoid OOM|
-|Type|Bool|
-|Default| true |
-|Effective|After restarting system|
+|    Name     | enable\_mem\_control               |
+| :---------: | :--------------------------------- |
+| Description | enable memory control to avoid OOM |
+|    Type     | Bool                               |
+|   Default   | true                               |
+|  Effective  | After restarting system            |
 
 * concurrent\_writing\_time\_partition
 
-|Name| concurrent\_writing\_time\_partition |
-|:---:|:---|
-|Description| This config decides how many time partitions in a database can be inserted concurrently </br> For example, your partitionInterval is 86400 and you want to insert data in 5 different days, |
-|Type|Int32|
-|Default| 1 |
-|Effective|After restarting system|
+|    Name     | concurrent\_writing\_time\_partition                                                                                                                                                        |
+| :---------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| Description | This config decides how many time partitions in a database can be inserted concurrently </br> For example, your partitionInterval is 86400 and you want to insert data in 5 different days, |
+|    Type     | Int32                                                                                                                                                                                       |
+|   Default   | 1                                                                                                                                                                                           |
+|  Effective  | After restarting system                                                                                                                                                                     |
 
 ### Schema Engine Configuration
 
 * mlog\_buffer\_size
 
-|Name| mlog\_buffer\_size |
-|:---:|:---|
-|Description| size of log buffer in each metadata operation plan(in byte) |
-|Type|Int32|
-|Default| 1048576 |
-|Effective|After restart system|
+|    Name     | mlog\_buffer\_size                                          |
+| :---------: | :---------------------------------------------------------- |
+| Description | size of log buffer in each metadata operation plan(in byte) |
+|    Type     | Int32                                                       |
+|   Default   | 1048576                                                     |
+|  Effective  | After restart system                                        |
 
 * sync\_mlog\_period\_in\_ms
 
-|Name| sync\_mlog\_period\_in\_ms |
-|:---:|:---|
-|Description| The cycle when metadata log is periodically forced to be written to disk(in milliseconds). If force_mlog_period_in_ms = 0 it means force metadata log to be written to disk after each refreshment|
-|Type| Int64 |
-|Default| 100 |
-|Effective|After restart system|
+|    Name     | sync\_mlog\_period\_in\_ms                                                                                                                                                                         |
+| :---------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| Description | The cycle when metadata log is periodically forced to be written to disk(in milliseconds). If force_mlog_period_in_ms = 0 it means force metadata log to be written to disk after each refreshment |
+|    Type     | Int64                                                                                                                                                                                              |
+|   Default   | 100                                                                                                                                                                                                |
+|  Effective  | After restart system                                                                                                                                                                               |
 
 * tag\_attribute\_flush\_interval
 
-|Name| tag\_attribute\_flush\_interval                                                                                                                                                                                                                |
-|:---:|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-|Description| interval num for tag and attribute records when force flushing to disk. When a certain amount of tag and attribute records is reached, they will be force flushed to disk. It is possible to lose at most tag_attribute_flush_interval records |
-|Type| Int32                                                                                                                                                                                                                                          |
-|Default| 1000                                                                                                                                                                                                                                           |
-|Effective| Only allowed to be modified in first start up                                                                                                                                                                                                  |
+|    Name     | tag\_attribute\_flush\_interval                                                                                                                                                                                                                |
+| :---------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| Description | interval num for tag and attribute records when force flushing to disk. When a certain amount of tag and attribute records is reached, they will be force flushed to disk. It is possible to lose at most tag_attribute_flush_interval records |
+|    Type     | Int32                                                                                                                                                                                                                                          |
+|   Default   | 1000                                                                                                                                                                                                                                           |
+|  Effective  | Only allowed to be modified in first start up                                                                                                                                                                                                  |
 
 
 * tag\_attribute\_total\_size
 
-|Name| tag\_attribute\_total\_size |
-|:---:|:---|
-|Description| The maximum persistence size of tags and attributes of each time series.|
-|Type| Int32 |
-|Default| 700 |
-|Effective|Only allowed to be modified in first start up|
+|    Name     | tag\_attribute\_total\_size                                              |
+| :---------: | :----------------------------------------------------------------------- |
+| Description | The maximum persistence size of tags and attributes of each time series. |
+|    Type     | Int32                                                                    |
+|   Default   | 700                                                                      |
+|  Effective  | Only allowed to be modified in first start up                            |
 
 ### Configurations for creating schema automatically
 
 * enable\_auto\_create\_schema
 
-|Name| enable\_auto\_create\_schema |
-|:---:|:---|
-|Description| whether auto create the time series when a non-existed time series data comes|
-|Type| true or false |
-|Default|true |
-|Effective|After restarting system|
+|    Name     | enable\_auto\_create\_schema                                                  |
+| :---------: | :---------------------------------------------------------------------------- |
+| Description | whether auto create the time series when a non-existed time series data comes |
+|    Type     | true or false                                                                 |
+|   Default   | true                                                                          |
+|  Effective  | After restarting system                                                       |
 
 * default\_storage\_group\_level
 
-|Name| default\_storage\_group\_level |
-|:---:|:---|
-|Description| Database level when creating schema automatically is enabled. For example, if we receives a data point from root.sg0.d1.s2, we will set root.sg0 as the database if database level is 1. (root is level 0)|
-|Type| integer |
-|Default|1 |
-|Effective|After restarting system|
+|    Name     | default\_storage\_group\_level                                                                                                                                                                             |
+| :---------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| Description | Database level when creating schema automatically is enabled. For example, if we receives a data point from root.sg0.d1.s2, we will set root.sg0 as the database if database level is 1. (root is level 0) |
+|    Type     | integer                                                                                                                                                                                                    |
+|   Default   | 1                                                                                                                                                                                                          |
+|  Effective  | After restarting system                                                                                                                                                                                    |
 
 * boolean\_string\_infer\_type
 
-|Name| boolean\_string\_infer\_type |
-|:---:|:---|
-|Description| To which type the values "true" and "false" should be reslved|
-|Type| BOOLEAN or TEXT |
-|Default|BOOLEAN |
-|Effective|After restarting system|
+|    Name     | boolean\_string\_infer\_type                                  |
+| :---------: | :------------------------------------------------------------ |
+| Description | To which type the values "true" and "false" should be reslved |
+|    Type     | BOOLEAN or TEXT                                               |
+|   Default   | BOOLEAN                                                       |
+|  Effective  | After restarting system                                       |
 
 * integer\_string\_infer\_type
 
-|Name| integer\_string\_infer\_type |
-|:---:|:---|
-|Description| To which type an integer string like "67" in a query should be resolved|
-|Type| INT32, INT64, DOUBLE, FLOAT or TEXT |
-|Default|DOUBLE |
-|Effective|After restarting system|
+|    Name     | integer\_string\_infer\_type                                            |
+| :---------: | :---------------------------------------------------------------------- |
+| Description | To which type an integer string like "67" in a query should be resolved |
+|    Type     | INT32, INT64, DOUBLE, FLOAT or TEXT                                     |
+|   Default   | DOUBLE                                                                  |
+|  Effective  | After restarting system                                                 |
 
 * floating\_string\_infer\_type
 
-|Name| floating\_string\_infer\_type |
-|:---:|:---|
-|Description| To which type a floating number string like "6.7" in a query should be resolved|
-|Type| DOUBLE, FLOAT or TEXT |
-|Default|FLOAT |
-|Effective|After restarting system|
+|    Name     | floating\_string\_infer\_type                                                   |
+| :---------: | :------------------------------------------------------------------------------ |
+| Description | To which type a floating number string like "6.7" in a query should be resolved |
+|    Type     | DOUBLE, FLOAT or TEXT                                                           |
+|   Default   | FLOAT                                                                           |
+|  Effective  | After restarting system                                                         |
 
 * nan\_string\_infer\_type
 
-|Name| nan\_string\_infer\_type |
-|:---:|:---|
-|Description| To which type the value NaN in a query should be resolved|
-|Type| DOUBLE, FLOAT or TEXT |
-|Default|FLOAT |
-|Effective|After restarting system|
+|    Name     | nan\_string\_infer\_type                                  |
+| :---------: | :-------------------------------------------------------- |
+| Description | To which type the value NaN in a query should be resolved |
+|    Type     | DOUBLE, FLOAT or TEXT                                     |
+|   Default   | FLOAT                                                     |
+|  Effective  | After restarting system                                   |
 
 ### Query Configurations
 
 * mpp\_data\_exchange\_core\_pool\_size
 
 |    Name     | mpp\_data\_exchange\_core\_pool\_size        |
-|:-----------:|:---------------------------------------------|
+| :---------: | :------------------------------------------- |
 | Description | Core size of ThreadPool of MPP data exchange |
 |    Type     | int                                          |
 |   Default   | 10                                           |
@@ -262,48 +262,48 @@ IoTDB common files for ConfigNode and DataNode are under `conf`.
 
 * mpp\_data\_exchange\_max\_pool\_size
 
-|Name| mpp\_data\_exchange\_max\_pool\_size |
-|:---:|:-----------------------------------------------|
-|Description| Max size of ThreadPool of MPP data exchange         |
-|Type| int                                            |
-|Default| 10                                             |
-|Effective| After restarting system                        |
+|    Name     | mpp\_data\_exchange\_max\_pool\_size        |
+| :---------: | :------------------------------------------ |
+| Description | Max size of ThreadPool of MPP data exchange |
+|    Type     | int                                         |
+|   Default   | 10                                          |
+|  Effective  | After restarting system                     |
 
 * mpp\_data\_exchange\_keep\_alive\_time\_in\_ms
 
-|Name| mpp\_data\_exchange\_keep\_alive\_time\_in\_ms |
-|:---:|:---|
-|Description| Max waiting time for MPP data exchange |
-|Type| long |
-|Default| 1000 |
-|Effective|After restarting system|
+|    Name     | mpp\_data\_exchange\_keep\_alive\_time\_in\_ms |
+| :---------: | :--------------------------------------------- |
+| Description | Max waiting time for MPP data exchange         |
+|    Type     | long                                           |
+|   Default   | 1000                                           |
+|  Effective  | After restarting system                        |
 
 * driver\_task\_execution\_time\_slice\_in\_ms
 
-|Name| driver\_task\_execution\_time\_slice\_in\_ms |
-|:---:|:---|
-|Description| Maximum execution time of a DriverTask |
-|Type| int |
-|Default| 100 |
-|Effective|After restarting system|
+|    Name     | driver\_task\_execution\_time\_slice\_in\_ms |
+| :---------: | :------------------------------------------- |
+| Description | Maximum execution time of a DriverTask       |
+|    Type     | int                                          |
+|   Default   | 100                                          |
+|  Effective  | After restarting system                      |
 
 * max\_tsblock\_size\_in\_bytes
 
-|Name| max\_tsblock\_size\_in\_bytes |
-|:---:|:---|
-|Description| Maximum capacity of a TsBlock |
-|Type| int |
-|Default| 1024 * 1024 (1 MB) |
-|Effective|After restarting system|
+|    Name     | max\_tsblock\_size\_in\_bytes |
+| :---------: | :---------------------------- |
+| Description | Maximum capacity of a TsBlock |
+|    Type     | int                           |
+|   Default   | 1024 * 1024 (1 MB)            |
+|  Effective  | After restarting system       |
 
 * max\_tsblock\_line\_numbers
 
-|Name| max\_tsblock\_line\_numbers |
-|:---:|:---|
-|Description| Maximum number of lines in a single TsBlock |
-|Type| int |
-|Default| 1000 |
-|Effective|After restarting system|
+|    Name     | max\_tsblock\_line\_numbers                 |
+| :---------: | :------------------------------------------ |
+| Description | Maximum number of lines in a single TsBlock |
+|    Type     | int                                         |
+|   Default   | 1000                                        |
+|  Effective  | After restarting system                     |
 
 * default\_fill\_interval
 
@@ -327,311 +327,311 @@ IoTDB common files for ConfigNode and DataNode are under `conf`.
 
 * default\_ttl\_in\_ms
 
-|Name| default\_ttl\_in\_ms |
-|:---:|:---|
-|Description| Default ttl when each database created |
-|Type| Long |
-|Default| Infinity |
-|Effective|After restarting system|
+|    Name     | default\_ttl\_in\_ms                   |
+| :---------: | :------------------------------------- |
+| Description | Default ttl when each database created |
+|    Type     | Long                                   |
+|   Default   | Infinity                               |
+|  Effective  | After restarting system                |
 
 * memtable\_size\_threshold
 
-|Name| memtable\_size\_threshold |
-|:---:|:---|
-|Description| max memtable size|
-|Type|Long|
-|Default| 1073741824 |
-|Effective| when enable\_mem\_control is false & After restarting system |
+|    Name     | memtable\_size\_threshold                                    |
+| :---------: | :----------------------------------------------------------- |
+| Description | max memtable size                                            |
+|    Type     | Long                                                         |
+|   Default   | 1073741824                                                   |
+|  Effective  | when enable\_mem\_control is false & After restarting system |
 
 * write\_memory\_variation\_report\_proportion
 
-|    Name     | write\_memory\_variation\_report\_proportion                 |
-| :---------: | :----------------------------------------------------------- |
+|    Name     | write\_memory\_variation\_report\_proportion                                                                 |
+| :---------: | :----------------------------------------------------------------------------------------------------------- |
 | Description | if memory cost of data region increased more than proportion of allocated memory for write, report to system |
-|    Type     | Double                                                       |
-|   Default   | 0.001                                                        |
-|  Effective  | After restarting system                                      |
+|    Type     | Double                                                                                                       |
+|   Default   | 0.001                                                                                                        |
+|  Effective  | After restarting system                                                                                      |
 
 * enable\_timed\_flush\_seq\_memtable
 
-|Name| enable\_timed\_flush\_seq\_memtable |
-|:---:|:---|
-|Description| whether to enable timed flush sequence memtable |
-|Type|Bool|
-|Default| false |
-|Effective| Trigger |
+|    Name     | enable\_timed\_flush\_seq\_memtable             |
+| :---------: | :---------------------------------------------- |
+| Description | whether to enable timed flush sequence memtable |
+|    Type     | Bool                                            |
+|   Default   | false                                           |
+|  Effective  | Trigger                                         |
 
 * seq\_memtable\_flush\_interval\_in\_ms
 
-|Name| seq\_memtable\_flush\_interval\_in\_ms |
-|:---:|:---|
-|Description| if a memTable's created time is older than current time minus this, the memtable will be flushed to disk |
-|Type|Int32|
-|Default| 3600000 |
-|Effective| Trigger |
+|    Name     | seq\_memtable\_flush\_interval\_in\_ms                                                                   |
+| :---------: | :------------------------------------------------------------------------------------------------------- |
+| Description | if a memTable's created time is older than current time minus this, the memtable will be flushed to disk |
+|    Type     | Int32                                                                                                    |
+|   Default   | 3600000                                                                                                  |
+|  Effective  | Trigger                                                                                                  |
 
 * seq\_memtable\_flush\_check\_interval\_in\_ms
 
-|Name| seq\_memtable\_flush\_check\_interval\_in\_ms |
-|:---:|:---|
-|Description| the interval to check whether sequence memtables need flushing |
-|Type|Int32|
-|Default| 600000 |
-|Effective| Trigger |
+|    Name     | seq\_memtable\_flush\_check\_interval\_in\_ms                  |
+| :---------: | :------------------------------------------------------------- |
+| Description | the interval to check whether sequence memtables need flushing |
+|    Type     | Int32                                                          |
+|   Default   | 600000                                                         |
+|  Effective  | Trigger                                                        |
 
 * enable\_timed\_flush\_unseq\_memtable
 
-|Name| enable\_timed\_flush\_unseq\_memtable |
-|:---:|:---|
-|Description| whether to enable timed flush unsequence memtable |
-|Type|Bool|
-|Default| false |
-|Effective| Trigger |
+|    Name     | enable\_timed\_flush\_unseq\_memtable             |
+| :---------: | :------------------------------------------------ |
+| Description | whether to enable timed flush unsequence memtable |
+|    Type     | Bool                                              |
+|   Default   | false                                             |
+|  Effective  | Trigger                                           |
 
 * unseq\_memtable\_flush\_interval\_in\_ms
 
-|Name| unseq\_memtable\_flush\_interval\_in\_ms |
-|:---:|:---|
-|Description| if a memTable's created time is older than current time minus this, the memtable will be flushed to disk |
-|Type|Int32|
-|Default| 3600000 |
-|Effective| Trigger |
+|    Name     | unseq\_memtable\_flush\_interval\_in\_ms                                                                 |
+| :---------: | :------------------------------------------------------------------------------------------------------- |
+| Description | if a memTable's created time is older than current time minus this, the memtable will be flushed to disk |
+|    Type     | Int32                                                                                                    |
+|   Default   | 3600000                                                                                                  |
+|  Effective  | Trigger                                                                                                  |
 
 * unseq\_memtable\_flush\_check\_interval\_in\_ms
 
-|Name| unseq\_memtable\_flush\_check\_interval\_in\_ms |
-|:---:|:---|
-|Description| the interval to check whether unsequence memtables need flushing |
-|Type|Int32|
-|Default| 600000 |
-|Effective| Trigger |
+|    Name     | unseq\_memtable\_flush\_check\_interval\_in\_ms                  |
+| :---------: | :--------------------------------------------------------------- |
+| Description | the interval to check whether unsequence memtables need flushing |
+|    Type     | Int32                                                            |
+|   Default   | 600000                                                           |
+|  Effective  | Trigger                                                          |
 
 * avg\_series\_point\_number\_threshold
 
-|Name| avg\_series\_point\_number\_threshold                  |
-|:---:|:-------------------------------------------------------|
-|Description| max average number of point of each series in memtable |
-|Type| Int32                                                  |
-|Default| 100000                                                 |
-|Effective| After restarting system                                |
+|    Name     | avg\_series\_point\_number\_threshold                  |
+| :---------: | :----------------------------------------------------- |
+| Description | max average number of point of each series in memtable |
+|    Type     | Int32                                                  |
+|   Default   | 100000                                                 |
+|  Effective  | After restarting system                                |
 
 * flush\_thread\_count
 
-|Name| flush\_thread\_count |
-|:---:|:---|
-|Description| The thread number used to perform the operation when IoTDB writes data in memory to disk. If the value is less than or equal to 0, then the number of CPU cores installed on the machine is used. The default is 0.|
-|Type| Int32 |
-|Default| 0 |
-|Effective|After restarting system|
+|    Name     | flush\_thread\_count                                                                                                                                                                                                |
+| :---------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| Description | The thread number used to perform the operation when IoTDB writes data in memory to disk. If the value is less than or equal to 0, then the number of CPU cores installed on the machine is used. The default is 0. |
+|    Type     | Int32                                                                                                                                                                                                               |
+|   Default   | 0                                                                                                                                                                                                                   |
+|  Effective  | After restarting system                                                                                                                                                                                             |
 
 * query\_thread\_count
 
-|Name| query\_thread\_count                                                                                            |
-|:---:|:---------------------------------------------------------------------------------------------------------------------|
-|Description| The thread number which can concurrently execute query statement. When <= 0, use CPU core number. The default is 16. |
-|Type| Int32                                                                                                                |
-|Default| 16                                                                                                                   |
-|Effective| After restarting system                                                                                              |
+|    Name     | query\_thread\_count                                                                                                 |
+| :---------: | :------------------------------------------------------------------------------------------------------------------- |
+| Description | The thread number which can concurrently execute query statement. When <= 0, use CPU core number. The default is 16. |
+|    Type     | Int32                                                                                                                |
+|   Default   | 16                                                                                                                   |
+|  Effective  | After restarting system                                                                                              |
 
 * sub\_rawQuery\_thread\_count
 
-|Name| sub\_rawQuery\_thread\_count                                                                                        |
-|:---:|:-------------------------------------------------------------------------------------------------------------------------|
-|Description| The thread number which can concurrently read data for raw data query. When <= 0, use CPU core number. The default is 8. |
-|Type| Int32                                                                                                                    |
-|Default| 8                                                                                                                        |
-|Effective| After restarting system                                                                                                  |
+|    Name     | sub\_rawQuery\_thread\_count                                                                                             |
+| :---------: | :----------------------------------------------------------------------------------------------------------------------- |
+| Description | The thread number which can concurrently read data for raw data query. When <= 0, use CPU core number. The default is 8. |
+|    Type     | Int32                                                                                                                    |
+|   Default   | 8                                                                                                                        |
+|  Effective  | After restarting system                                                                                                  |
 
 * enable\_partial\_insert
 
-|Name| enable\_partial\_insert |
-|:---:|:---|
-|Description| Whether continue to write other measurements if some measurements are failed in one insertion.|
-|Type| Bool |
-|Default| true |
-|Effective|After restarting system|
+|    Name     | enable\_partial\_insert                                                                        |
+| :---------: | :--------------------------------------------------------------------------------------------- |
+| Description | Whether continue to write other measurements if some measurements are failed in one insertion. |
+|    Type     | Bool                                                                                           |
+|   Default   | true                                                                                           |
+|  Effective  | After restarting system                                                                        |
 
 * insert_multi_tablet_enable_multithreading_column_threshold
 
-|    Name     | insert_multi_tablet_enable_multithreading_column_threshold   |
-| :---------: | :----------------------------------------------------------- |
+|    Name     | insert_multi_tablet_enable_multithreading_column_threshold                                     |
+| :---------: | :--------------------------------------------------------------------------------------------- |
 | Description | When the insert plan column count reaches the specified threshold, multi-threading is enabled. |
-|    Type     | Int32                                                        |
-|   Default   | 10                                                           |
-|  Effective  | After restarting system                                      |
+|    Type     | Int32                                                                                          |
+|   Default   | 10                                                                                             |
+|  Effective  | After restarting system                                                                        |
 
 ### Compaction Configurations
 
 * enable\_seq\_space\_compaction
 
-|Name| enable\_seq\_space\_compaction |
-|:---:|:---|
-|Description| enable the compaction between sequence files |
-|Type| Boolean |
-|Default| true |
-|Effective|After restart system|
+|    Name     | enable\_seq\_space\_compaction               |
+| :---------: | :------------------------------------------- |
+| Description | enable the compaction between sequence files |
+|    Type     | Boolean                                      |
+|   Default   | true                                         |
+|  Effective  | After restart system                         |
 
 * enable\_unseq\_space\_compaction
 
-|Name| enable\_unseq\_space\_compaction |
-|:---:|:---|
-|Description| enable the compaction between unsequence files |
-|Type| Boolean |
-|Default| false |
-|Effective|After restart system|
+|    Name     | enable\_unseq\_space\_compaction               |
+| :---------: | :--------------------------------------------- |
+| Description | enable the compaction between unsequence files |
+|    Type     | Boolean                                        |
+|   Default   | false                                          |
+|  Effective  | After restart system                           |
 
 * enable\_cross\_space\_compaction
 
-|Name| enable\_cross\_space\_compaction |
-|:---:|:---|
-|Description| enable the compaction between sequence files and unsequence files |
-|Type| Boolean |
-|Default| true |
-|Effective|After restart system|
+|    Name     | enable\_cross\_space\_compaction                                  |
+| :---------: | :---------------------------------------------------------------- |
+| Description | enable the compaction between sequence files and unsequence files |
+|    Type     | Boolean                                                           |
+|   Default   | true                                                              |
+|  Effective  | After restart system                                              |
 
 * cross\_compaction\_strategy
 
-|Name| cross\_compaction\_strategy |
-|:---:|:---|
-|Description| strategy of cross space compaction |
-|Type| String |
-|Default| rewrite\_compaction|
-|Effective|After restart system|
+|    Name     | cross\_compaction\_strategy        |
+| :---------: | :--------------------------------- |
+| Description | strategy of cross space compaction |
+|    Type     | String                             |
+|   Default   | rewrite\_compaction                |
+|  Effective  | After restart system               |
 
 * inner\_compaction\_strategy
 
-|Name| inner\_compaction\_strategy |
-|:---:|:---|
-|Description| strategy of inner space compaction |
-|Type| String |
-|Default| size\_tiered\_compaction |
-|Effective|After restart system|
+|    Name     | inner\_compaction\_strategy        |
+| :---------: | :--------------------------------- |
+| Description | strategy of inner space compaction |
+|    Type     | String                             |
+|   Default   | size\_tiered\_compaction           |
+|  Effective  | After restart system               |
 
 * compaction\_priority
 
-|Name| compaction\_priority |
-|:---:|:---|
-|Description| Priority of compaction task. When it is BALANCE, system executes all types of compaction equally; when it is INNER_CROSS, system takes precedence over executing inner space compaction task; when it is CROSS_INNER, system takes precedence over executing cross space compaction task |
-|Type| String |
-|Default| BALANCE|
-|Effective|After restart system|
+|    Name     | compaction\_priority                                                                                                                                                                                                                                                                     |
+| :---------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| Description | Priority of compaction task. When it is BALANCE, system executes all types of compaction equally; when it is INNER_CROSS, system takes precedence over executing inner space compaction task; when it is CROSS_INNER, system takes precedence over executing cross space compaction task |
+|    Type     | String                                                                                                                                                                                                                                                                                   |
+|   Default   | BALANCE                                                                                                                                                                                                                                                                                  |
+|  Effective  | After restart system                                                                                                                                                                                                                                                                     |
 
 * target\_compaction\_file\_size
 
-|Name| target\_compaction\_file\_size |
-|:---:|:---|
-|Description| The target file is in inner space compaction |
-|Type| Int64 |
-|Default| 1073741824 |
-|Effective|After restart system|
+|    Name     | target\_compaction\_file\_size               |
+| :---------: | :------------------------------------------- |
+| Description | The target file is in inner space compaction |
+|    Type     | Int64                                        |
+|   Default   | 1073741824                                   |
+|  Effective  | After restart system                         |
 
 * target\_chunk\_size
 
-|Name| target\_chunk\_size |
-|:---:|:---|
-|Description| The target size of compacted chunk |
-|Type| Int64 |
-|Default| 1048576 |
-|Effective|After restart system|
+|    Name     | target\_chunk\_size                |
+| :---------: | :--------------------------------- |
+| Description | The target size of compacted chunk |
+|    Type     | Int64                              |
+|   Default   | 1048576                            |
+|  Effective  | After restart system               |
 
 * target\_chunk\_point\_num
 
-|Name| target\_chunk\_point\_num |
-|:---:|:---|
-|Description| The target point number of compacted chunk |
-|Type| Int32 |
-|Default| 100000 |
-|Effective|After restart system|
+|    Name     | target\_chunk\_point\_num                  |
+| :---------: | :----------------------------------------- |
+| Description | The target point number of compacted chunk |
+|    Type     | Int32                                      |
+|   Default   | 100000                                     |
+|  Effective  | After restart system                       |
 
 * chunk\_size\_lower\_bound\_in\_compaction
 
-|Name| chunk\_size\_lower\_bound\_in\_compaction |
-|:---:|:---|
-|Description| A source chunk will be deserialized in compaction when its size is less than this value |
-|Type| Int64 |
-|Default| 128 |
-|Effective|After restart system|
+|    Name     | chunk\_size\_lower\_bound\_in\_compaction                                               |
+| :---------: | :-------------------------------------------------------------------------------------- |
+| Description | A source chunk will be deserialized in compaction when its size is less than this value |
+|    Type     | Int64                                                                                   |
+|   Default   | 128                                                                                     |
+|  Effective  | After restart system                                                                    |
 
 * chunk\_point\_num\_lower\_bound\_in\_compaction
 
-|Name| chunk\_size\_lower\_bound\_in\_compaction |
-|:---:|:---|
-|Description| A source chunk will be deserialized in compaction when its point num is less than this value |
-|Type| Int32 |
-|Default| 100 |
-|Effective|After restart system|
+|    Name     | chunk\_size\_lower\_bound\_in\_compaction                                                    |
+| :---------: | :------------------------------------------------------------------------------------------- |
+| Description | A source chunk will be deserialized in compaction when its point num is less than this value |
+|    Type     | Int32                                                                                        |
+|   Default   | 100                                                                                          |
+|  Effective  | After restart system                                                                         |
 
 * max\_inner\_compaction\_candidate\_file\_num
 
-|Name| max\_inner\_compaction\_candidate\_file\_num |
-|:---:|:---|
-|Description| The max num of files encounter in inner space compaction |
-|Type| Int32 |
-|Default| 30 |
-|Effective|After restart system|
+|    Name     | max\_inner\_compaction\_candidate\_file\_num             |
+| :---------: | :------------------------------------------------------- |
+| Description | The max num of files encounter in inner space compaction |
+|    Type     | Int32                                                    |
+|   Default   | 30                                                       |
+|  Effective  | After restart system                                     |
 
 * max\_cross\_compaction\_file\_num
 
-|Name| max\_cross\_compaction\_candidate\_file\_num |
-|:---:|:---|
-|Description| The max num of files encounter in cross space compaction |
-|Type| Int32 |
-|Default| 1000 |
-|Effective|After restart system|
+|    Name     | max\_cross\_compaction\_candidate\_file\_num             |
+| :---------: | :------------------------------------------------------- |
+| Description | The max num of files encounter in cross space compaction |
+|    Type     | Int32                                                    |
+|   Default   | 1000                                                     |
+|  Effective  | After restart system                                     |
 
 * cross\_compaction\_file\_selection\_time\_budget
 
-|Name| cross\_compaction\_file\_selection\_time\_budget |
-|:---:|:---|
-|Description| Time budget for cross space compaction file selection |
-|Type| Int32 |
-|Default| 30000 |
-|Effective|After restart system|
+|    Name     | cross\_compaction\_file\_selection\_time\_budget      |
+| :---------: | :---------------------------------------------------- |
+| Description | Time budget for cross space compaction file selection |
+|    Type     | Int32                                                 |
+|   Default   | 30000                                                 |
+|  Effective  | After restart system                                  |
 
 * cross\_compaction\_memory\_budget
 
-|Name| cross\_compaction\_memory\_budget |
-|:---:|:---|
-|Description| Memory budget for a cross space compaction |
-|Type| Int32 |
-|Default| 2147483648 |
-|Effective|After restart system|
+|    Name     | cross\_compaction\_memory\_budget          |
+| :---------: | :----------------------------------------- |
+| Description | Memory budget for a cross space compaction |
+|    Type     | Int32                                      |
+|   Default   | 2147483648                                 |
+|  Effective  | After restart system                       |
 
 * compaction\_thread\_count
 
-|Name| compaction\_thread\_count |
-|:---:|:---|
-|Description| thread num to execute compaction |
-|Type| Int32 |
-|Default| 10 |
-|Effective|After restart system|
+|    Name     | compaction\_thread\_count        |
+| :---------: | :------------------------------- |
+| Description | thread num to execute compaction |
+|    Type     | Int32                            |
+|   Default   | 10                               |
+|  Effective  | After restart system             |
 
 * compaction\_schedule\_interval\_in\_ms
 
-|Name| compaction\_schedule\_interval\_in\_ms |
-|:---:|:---|
-|Description| interval of scheduling compaction |
-|Type| Int64 |
-|Default| 60000 |
-|Effective|After restart system|
+|    Name     | compaction\_schedule\_interval\_in\_ms |
+| :---------: | :------------------------------------- |
+| Description | interval of scheduling compaction      |
+|    Type     | Int64                                  |
+|   Default   | 60000                                  |
+|  Effective  | After restart system                   |
 
 * compaction\_submission\_interval\_in\_ms
 
-|Name| compaction\_submission\_interval\_in\_ms |
-|:---:|:---|
-|Description| interval of submitting compaction task |
-|Type| Int64 |
-|Default| 60000 |
-|Effective|After restart system|
+|    Name     | compaction\_submission\_interval\_in\_ms |
+| :---------: | :--------------------------------------- |
+| Description | interval of submitting compaction task   |
+|    Type     | Int64                                    |
+|   Default   | 60000                                    |
+|  Effective  | After restart system                     |
 
 * compaction\_write\_throughput\_mb\_per\_sec
 
-|Name| compaction\_write\_throughput\_mb\_per\_sec |
-|:---:|:---|
-|Description| The write rate of all compaction tasks in MB/s |
-|Type| Int32 |
-|Default| 16 |
-|Effective|After restart system|
+|    Name     | compaction\_write\_throughput\_mb\_per\_sec    |
+| :---------: | :--------------------------------------------- |
+| Description | The write rate of all compaction tasks in MB/s |
+|    Type     | Int32                                          |
+|   Default   | 16                                             |
+|  Effective  | After restart system                           |
 
 ### Write Ahead Log Configuration
 
@@ -639,80 +639,80 @@ IoTDB common files for ConfigNode and DataNode are under `conf`.
 
 * group\_size\_in\_byte
 
-|Name|group\_size\_in\_byte|
-|:---:|:---|
-|Description|The data size written to the disk per time|
-|Type|Int32|
-|Default| 134217728 |
-|Effective|Trigger|
+|    Name     | group\_size\_in\_byte                      |
+| :---------: | :----------------------------------------- |
+| Description | The data size written to the disk per time |
+|    Type     | Int32                                      |
+|   Default   | 134217728                                  |
+|  Effective  | Trigger                                    |
 
 * page\_size\_in\_byte
 
-|Name| page\_size\_in\_byte |
-|:---:|:---|
-|Description|The maximum size of a single page written in memory when each column in memory is written (in bytes)|
-|Type|Int32|
-|Default| 65536 |
-|Effective|Trigger|
+|    Name     | page\_size\_in\_byte                                                                                 |
+| :---------: | :--------------------------------------------------------------------------------------------------- |
+| Description | The maximum size of a single page written in memory when each column in memory is written (in bytes) |
+|    Type     | Int32                                                                                                |
+|   Default   | 65536                                                                                                |
+|  Effective  | Trigger                                                                                              |
 
 * max\_number\_of\_points\_in\_page
 
-|Name| max\_number\_of\_points\_in\_page |
-|:---:|:---|
-|Description|The maximum number of data points (timestamps - valued groups) contained in a page|
-|Type|Int32|
-|Default| 1048576 |
-|Effective|Trigger|
+|    Name     | max\_number\_of\_points\_in\_page                                                  |
+| :---------: | :--------------------------------------------------------------------------------- |
+| Description | The maximum number of data points (timestamps - valued groups) contained in a page |
+|    Type     | Int32                                                                              |
+|   Default   | 1048576                                                                            |
+|  Effective  | Trigger                                                                            |
 
 * max\_degree\_of\_index\_node
 
-|Name| max\_degree\_of\_index\_node |
-|:---:|:---|
-|Description|The maximum degree of the metadata index tree (that is, the max number of each node's children)|
-|Type|Int32|
-|Default| 256 |
-|Effective|Only allowed to be modified in first start up|
+|    Name     | max\_degree\_of\_index\_node                                                                    |
+| :---------: | :---------------------------------------------------------------------------------------------- |
+| Description | The maximum degree of the metadata index tree (that is, the max number of each node's children) |
+|    Type     | Int32                                                                                           |
+|   Default   | 256                                                                                             |
+|  Effective  | Only allowed to be modified in first start up                                                   |
 
 * max\_string\_length
 
-|Name| max\_string\_length |
-|:---:|:---|
-|Description|The maximum length of a single string (number of character)|
-|Type|Int32|
-|Default| 128 |
-|Effective|Trigger|
+|    Name     | max\_string\_length                                         |
+| :---------: | :---------------------------------------------------------- |
+| Description | The maximum length of a single string (number of character) |
+|    Type     | Int32                                                       |
+|   Default   | 128                                                         |
+|  Effective  | Trigger                                                     |
 
 * time\_encoder
 
-|Name| time\_encoder |
-|:---:|:---|
-|Description| Encoding type of time column|
-|Type|Enum String: “TS_2DIFF”,“PLAIN”,“RLE”|
-|Default| TS_2DIFF |
-|Effective|Trigger|
+|    Name     | time\_encoder                         |
+| :---------: | :------------------------------------ |
+| Description | Encoding type of time column          |
+|    Type     | Enum String: “TS_2DIFF”,“PLAIN”,“RLE” |
+|   Default   | TS_2DIFF                              |
+|  Effective  | Trigger                               |
 
 * value\_encoder
 
-|Name| value\_encoder |
-|:---:|:---|
-|Description| Encoding type of value column|
-|Type|Enum String: “TS_2DIFF”,“PLAIN”,“RLE”|
-|Default| PLAIN |
-|Effective|Trigger|
+|    Name     | value\_encoder                        |
+| :---------: | :------------------------------------ |
+| Description | Encoding type of value column         |
+|    Type     | Enum String: “TS_2DIFF”,“PLAIN”,“RLE” |
+|   Default   | PLAIN                                 |
+|  Effective  | Trigger                               |
 
 * float_precision
 
-|Name| float_precision |
-|:---:|:---|
-|Description| The precision of the floating point number.(The number of digits after the decimal point) |
-|Type|Int32|
-|Default| The default is 2 digits. Note: The 32-bit floating point number has a decimal precision of 7 bits, and the 64-bit floating point number has a decimal precision of 15 bits. If the setting is out of the range, it will have no practical significance. |
-|Effective|Trigger|
+|    Name     | float_precision                                                                                                                                                                                                                                         |
+| :---------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| Description | The precision of the floating point number.(The number of digits after the decimal point)                                                                                                                                                               |
+|    Type     | Int32                                                                                                                                                                                                                                                   |
+|   Default   | The default is 2 digits. Note: The 32-bit floating point number has a decimal precision of 7 bits, and the 64-bit floating point number has a decimal precision of 15 bits. If the setting is out of the range, it will have no practical significance. |
+|  Effective  | Trigger                                                                                                                                                                                                                                                 |
 
 * compressor
 
 |    Name     | compressor                                    |
-|:-----------:|:----------------------------------------------|
+| :---------: | :-------------------------------------------- |
 | Description | Data compression method                       |
 |    Type     | Enum String : “UNCOMPRESSED”, “SNAPPY”, "LZ4" |
 |   Default   | SNAPPY                                        |
@@ -720,30 +720,30 @@ IoTDB common files for ConfigNode and DataNode are under `conf`.
 
 * bloomFilterErrorRate
 
-|Name| bloomFilterErrorRate |
-|:---:|:---|
-|Description| The false positive rate of bloom filter in each TsFile. Bloom filter checks whether a given time series is in the tsfile before loading metadata. This can improve the performance of loading metadata and skip the tsfile that doesn't contain specified time series. If you want to learn more about its mechanism, you can refer to: [wiki page of bloom filter](https://en.wikipedia.org/wiki/Bloom_filter).|
-|Type|float, (0, 1)|
-|Default| 0.05 |
-|Effective|After restarting system|
+|    Name     | bloomFilterErrorRate                                                                                                                                                                                                                                                                                                                                                                                             |
+| :---------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| Description | The false positive rate of bloom filter in each TsFile. Bloom filter checks whether a given time series is in the tsfile before loading metadata. This can improve the performance of loading metadata and skip the tsfile that doesn't contain specified time series. If you want to learn more about its mechanism, you can refer to: [wiki page of bloom filter](https://en.wikipedia.org/wiki/Bloom_filter). |
+|    Type     | float, (0, 1)                                                                                                                                                                                                                                                                                                                                                                                                    |
+|   Default   | 0.05                                                                                                                                                                                                                                                                                                                                                                                                             |
+|  Effective  | After restarting system                                                                                                                                                                                                                                                                                                                                                                                          |
 
 * freq_snr
 
-|Name| freq_snr |
-|:---:|:---|
-|Description| Signal-noise-ratio (SNR) of lossy FREQ encoding |
-|Type|Double|
-|Default| 40.0 |
-|Effective|Trigger|
+|    Name     | freq_snr                                        |
+| :---------: | :---------------------------------------------- |
+| Description | Signal-noise-ratio (SNR) of lossy FREQ encoding |
+|    Type     | Double                                          |
+|   Default   | 40.0                                            |
+|  Effective  | Trigger                                         |
 
 * freq_block_size
 
-|Name| freq_block_size |
-|:---:|:---|
-|Description| Block size of FREQ encoding. In other words, the number of data points in a time-frequency transformation. To speed up the encoding, it is recommended to be the power of 2. |
-|Type|Int32|
-|Default| 1024 |
-|Effective|Trigger|
+|    Name     | freq_block_size                                                                                                                                                              |
+| :---------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| Description | Block size of FREQ encoding. In other words, the number of data points in a time-frequency transformation. To speed up the encoding, it is recommended to be the power of 2. |
+|    Type     | Int32                                                                                                                                                                        |
+|   Default   | 1024                                                                                                                                                                         |
+|  Effective  | Trigger                                                                                                                                                                      |
 
 ### Watermark Configuration
 
@@ -751,51 +751,106 @@ IoTDB common files for ConfigNode and DataNode are under `conf`.
 
 * authorizer\_provider\_class
 
-|Name| authorizer\_provider\_class |
-|:---:|:---|
-|Description| the class name of the authorization service|
-|Type| String |
-|Default|org.apache.iotdb.db.auth.authorizer.LocalFileAuthorizer |
-|Effective|After restarting system|
-|Other available values| org.apache.iotdb.db.auth.authorizer.OpenIdAuthorizer |
+|          Name          | authorizer\_provider\_class                             |
+| :--------------------: | :------------------------------------------------------ |
+|      Description       | the class name of the authorization service             |
+|          Type          | String                                                  |
+|        Default         | org.apache.iotdb.db.auth.authorizer.LocalFileAuthorizer |
+|       Effective        | After restarting system                                 |
+| Other available values | org.apache.iotdb.db.auth.authorizer.OpenIdAuthorizer    |
 
 * openID\_url
 
-|Name| openID\_url |
-|:---:|:---|
-|Description| the openID server if OpenIdAuthorizer is enabled|
-|Type| String (a http url) |
-|Default|no |
-|Effective|After restarting system|
+|    Name     | openID\_url                                      |
+| :---------: | :----------------------------------------------- |
+| Description | the openID server if OpenIdAuthorizer is enabled |
+|    Type     | String (a http url)                              |
+|   Default   | no                                               |
+|  Effective  | After restarting system                          |
+
+* admin\_name
+
+|    Name     | admin\_name                                   |
+| :---------: | :-------------------------------------------- |
+| Description | The username of admin                         |
+|    Type     | String                                        |
+|   Default   | root                                          |
+|  Effective  | Only allowed to be modified in first start up |
+
+* admin\_password
+
+|    Name     | admin\_password                               |
+| :---------: | :-------------------------------------------- |
+| Description | The password of admin                         |
+|    Type     | String                                        |
+|   Default   | root                                          |
+|  Effective  | Only allowed to be modified in first start up |
+
+* iotdb\_server\_encrypt\_decrypt\_provider
+
+|    Name     | iotdb\_server\_encrypt\_decrypt\_provider                      |
+| :---------: | :------------------------------------------------------------- |
+| Description | The Class for user password encryption                         |
+|    Type     | String                                                         |
+|   Default   | org.apache.iotdb.commons.security.encrypt.MessageDigestEncrypt |
+|  Effective  | Only allowed to be modified in first start up                  |
+
+* iotdb\_server\_encrypt\_decrypt\_provider\_parameter
+
+|    Name     | iotdb\_server\_encrypt\_decrypt\_provider\_parameter             |
+| :---------: | :--------------------------------------------------------------- |
+| Description | Parameters used to initialize the user password encryption class |
+|    Type     | String                                                           |
+|   Default   | 空                                                               |
+|  Effective  | After restarting system                                          |
+
+* author\_cache\_size
+
+|    Name     | author\_cache\_size         |
+| :---------: | :-------------------------- |
+| Description | Cache size of user and role |
+|    Type     | int32                       |
+|   Default   | 1000                        |
+|  Effective  | After restarting system     |
+
+* author\_cache\_expire\_time
+
+|    Name     | author\_cache\_expire\_time                       |
+| :---------: | :------------------------------------------------ |
+| Description | Cache expire time of user and role, Unit: minutes |
+|    Type     | int32                                             |
+|   Default   | 30                                                |
+|  Effective  | After restarting system                           |
+
 
 ### UDF Configuration
 
 * udf\_initial\_byte\_array\_length\_for\_memory\_control
 
-|    Name     | udf\_initial\_byte\_array\_length\_for\_memory\_control      |
-| :---------: | :----------------------------------------------------------- |
+|    Name     | udf\_initial\_byte\_array\_length\_for\_memory\_control                                                                                                          |
+| :---------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------- |
 | Description | Used to estimate the memory usage of text fields in a UDF query. It is recommended to set this value to be slightly larger than the average length of all texts. |
-|    Type     | Int32                                                        |
-|   Default   | 48                                                           |
-|  Effective  | After restarting system                                      |
+|    Type     | Int32                                                                                                                                                            |
+|   Default   | 48                                                                                                                                                               |
+|  Effective  | After restarting system                                                                                                                                          |
 
 * udf\_memory\_budget\_in\_mb
 
-|    Name     | udf\_memory\_budget\_in\_mb                                  |
-| :---------: | :----------------------------------------------------------- |
+|    Name     | udf\_memory\_budget\_in\_mb                                                                                |
+| :---------: | :--------------------------------------------------------------------------------------------------------- |
 | Description | How much memory may be used in ONE UDF query (in MB). The upper limit is 20% of allocated memory for read. |
-|    Type     | Float                                                        |
-|   Default   | 30.0                                                         |
-|  Effective  | After restarting system                                      |
+|    Type     | Float                                                                                                      |
+|   Default   | 30.0                                                                                                       |
+|  Effective  | After restarting system                                                                                    |
 
 * udf\_reader\_transformer\_collector\_memory\_proportion
 
-|    Name     | udf\_reader\_transformer\_collector\_memory\_proportion      |
-| :---------: | :----------------------------------------------------------- |
+|    Name     | udf\_reader\_transformer\_collector\_memory\_proportion                                                                             |
+| :---------: | :---------------------------------------------------------------------------------------------------------------------------------- |
 | Description | UDF memory allocation ratio for reader, transformer and collector. The parameter form is a : b : c, where a, b, and c are integers. |
-|    Type     | String                                                       |
-|   Default   | 1:1:1                                                        |
-|  Effective  | After restarting system                                      |
+|    Type     | String                                                                                                                              |
+|   Default   | 1:1:1                                                                                                                               |
+|  Effective  | After restarting system                                                                                                             |
 
 * udf\_root\_dir
 
@@ -808,63 +863,63 @@ IoTDB common files for ConfigNode and DataNode are under `conf`.
 
 * udf\_lib\_dir
 
-|Name| udf\_lib\_dir |
-|:---:|:---|
-|Description| UDF log and jar file dir |
-|Type| String |
-|Default| ext/udf(Windows:ext\\udf) |
-|Effective|After restarting system|
+|    Name     | udf\_lib\_dir                |
+| :---------: | :--------------------------- |
+| Description | UDF log and jar file dir     |
+|    Type     | String                       |
+|   Default   | ext/udf(Windows:ext\\udf) |
+|  Effective  | After restarting system      |
 
 ### Trigger Configuration
 
 - concurrent_window_evaluation_thread
 
-|    Name     | concurrent_window_evaluation_thread                          |
-| :---------: | :----------------------------------------------------------- |
+|    Name     | concurrent_window_evaluation_thread                                                          |
+| :---------: | :------------------------------------------------------------------------------------------- |
 | Description | How many threads can be used for evaluating sliding windows. When <= 0, use CPU core number. |
-|    Type     | Int32                                                        |
-|   Default   | The number of CPU cores                                      |
-|  Effective  | After restarting system                                      |
+|    Type     | Int32                                                                                        |
+|   Default   | The number of CPU cores                                                                      |
+|  Effective  | After restarting system                                                                      |
 
 - max_pending_window_evaluation_tasks
 
-|    Name     | max_pending_window_evaluation_tasks                          |
-| :---------: | :----------------------------------------------------------- |
+|    Name     | max_pending_window_evaluation_tasks                                                                                 |
+| :---------: | :------------------------------------------------------------------------------------------------------------------ |
 | Description | Maximum number of window evaluation tasks that can be pending for execution. When <= 0, the value is 64 by default. |
-|    Type     | Int32                                                        |
-|   Default   | 64                                                           |
-|  Effective  | After restarting system                                      |
+|    Type     | Int32                                                                                                               |
+|   Default   | 64                                                                                                                  |
+|  Effective  | After restarting system                                                                                             |
 
 ### SELECT-INTO
 
 * select_into_insert_tablet_plan_row_limit
 
-|    Name     | select_into_insert_tablet_plan_row_limit                     |
-| :---------: | :----------------------------------------------------------- |
+|    Name     | select_into_insert_tablet_plan_row_limit                                                                                            |
+| :---------: | :---------------------------------------------------------------------------------------------------------------------------------- |
 | Description | The maximum number of rows that can be processed in insert-tablet-plan when executing select-into statements. When <= 0, use 10000. |
-|    Type     | Int32                                                        |
-|   Default   | 10000                                                        |
-|  Effective  | Trigger                                                      |
+|    Type     | Int32                                                                                                                               |
+|   Default   | 10000                                                                                                                               |
+|  Effective  | Trigger                                                                                                                             |
 
 ### Continuous Query
 
 * continuous_query_execution_thread
 
-|    Name     | continuous_query_execution_thread                            |
-| :---------: | :----------------------------------------------------------- |
+|    Name     | continuous_query_execution_thread                             |
+| :---------: | :------------------------------------------------------------ |
 | Description | How many threads will be set up to perform continuous queries |
-|    Type     | Int32                                                        |
-|   Default   | max(1, the / 2)                                              |
-|  Effective  | After restarting system                                      |
+|    Type     | Int32                                                         |
+|   Default   | max(1, the / 2)                                               |
+|  Effective  | After restarting system                                       |
 
 * max_pending_continuous_query_tasks
 
-|    Name     | max_pending_continuous_query_tasks                           |
-| :---------: | :----------------------------------------------------------- |
+|    Name     | max_pending_continuous_query_tasks                                         |
+| :---------: | :------------------------------------------------------------------------- |
 | Description | Maximum number of continuous query tasks that can be pending for execution |
-|    Type     | Int32                                                        |
-|   Default   | 64                                                           |
-|  Effective  | After restarting system                                      |
+|    Type     | Int32                                                                      |
+|   Default   | 64                                                                         |
+|  Effective  | After restarting system                                                    |
 
 * continuous_query_min_every_interval
 
@@ -884,7 +939,7 @@ IoTDB common files for ConfigNode and DataNode are under `conf`.
 * procedure_core_worker_thread_count
 
 |    Name     | procedure_core_worker_thread_count |
-|:-----------:|:-----------------------------------|
+| :---------: | :--------------------------------- |
 | Description | The number of worker thread count  |
 |    Type     | int                                |
 |   Default   | 4                                  |
@@ -893,7 +948,7 @@ IoTDB common files for ConfigNode and DataNode are under `conf`.
 * procedure_completed_clean_interval
 
 |    Name     | procedure_completed_clean_interval                   |
-|:-----------:|:-----------------------------------------------------|
+| :---------: | :--------------------------------------------------- |
 | Description | Time interval of completed procedure cleaner work in |
 |    Type     | int                                                  |
 |    Unit     | second                                               |
@@ -903,7 +958,7 @@ IoTDB common files for ConfigNode and DataNode are under `conf`.
 * procedure_completed_evict_ttl
 
 |    Name     | procedure_completed_evict_ttl  |
-|:-----------:|:-------------------------------|
+| :---------: | :----------------------------- |
 | Description | The ttl of completed procedure |
 |    Type     | int                            |
 |    Unit     | second                         |
@@ -919,7 +974,7 @@ IoTDB common files for ConfigNode and DataNode are under `conf`.
 * enable_influxdb_rpc_service
 
 |    Name     | enable_influxdb_rpc_service            |
-|:-----------:|:---------------------------------------|
+| :---------: | :------------------------------------- |
 | Description | Whether to enable InfluxDB RPC service |
 |    Type     | Boolean                                |
 |   Default   | true                                   |
@@ -928,7 +983,7 @@ IoTDB common files for ConfigNode and DataNode are under `conf`.
 * influxdb_rpc_port
 
 |    Name     | influxdb_rpc_port                     |
-|:-----------:|:--------------------------------------|
+| :---------: | :------------------------------------ |
 | Description | The port used by InfluxDB RPC service |
 |    Type     | INT32                                 |
 |   Default   | 8086                                  |
diff --git a/docs/zh/UserGuide/Reference/Common-Config-Manual.md b/docs/zh/UserGuide/Reference/Common-Config-Manual.md
index f7f66d8d84..266df9fcf7 100644
--- a/docs/zh/UserGuide/Reference/Common-Config-Manual.md
+++ b/docs/zh/UserGuide/Reference/Common-Config-Manual.md
@@ -31,423 +31,423 @@ IoTDB ConfigNode 和 DataNode 的通用配置参数位于 `conf` 目录下。
 
 * config\_node\_consensus\_protocol\_class
 
-|名字| config\_node\_consensus\_protocol\_class          |
-|:---:|:--------------------------------------------------|
-|描述| ConfigNode 副本的共识协议,仅支持 RatisConsensus             |
-|类型| String                                            |
-|默认值| org.apache.iotdb.consensus.ratis.RatisConsensus |
-|改后生效方式| 仅允许在第一次启动服务前修改                                    |
+|     名字     | config\_node\_consensus\_protocol\_class         |
+| :----------: | :----------------------------------------------- |
+|     描述     | ConfigNode 副本的共识协议,仅支持 RatisConsensus |
+|     类型     | String                                           |
+|    默认值    | org.apache.iotdb.consensus.ratis.RatisConsensus  |
+| 改后生效方式 | 仅允许在第一次启动服务前修改                     |
 
 * schema\_replication\_factor
 
-|名字| schema\_replication\_factor |
-|:---:|:---|
-|描述| Database 的默认元数据副本数 |
-|类型| Int |
-|默认值| 1 |
-|改后生效方式|重启服务生效|
+|     名字     | schema\_replication\_factor |
+| :----------: | :-------------------------- |
+|     描述     | Database 的默认元数据副本数 |
+|     类型     | Int                         |
+|    默认值    | 1                           |
+| 改后生效方式 | 重启服务生效                |
 
 * schema\_region\_consensus\_protocol\_class
 
-|名字| schema\_region\_consensus\_protocol\_class |
-|:---:|:---|
-|描述| 元数据副本的共识协议,1 副本时可以使用 SimpleConsensus 协议,多副本时只能使用 RatisConsensus |
-|类型| String |
-|默认值| org.apache.iotdb.consensus.simple.SimpleConsensus |
-|改后生效方式|仅允许在第一次启动服务前修改|
+|     名字     | schema\_region\_consensus\_protocol\_class                                                   |
+| :----------: | :------------------------------------------------------------------------------------------- |
+|     描述     | 元数据副本的共识协议,1 副本时可以使用 SimpleConsensus 协议,多副本时只能使用 RatisConsensus |
+|     类型     | String                                                                                       |
+|    默认值    | org.apache.iotdb.consensus.simple.SimpleConsensus                                            |
+| 改后生效方式 | 仅允许在第一次启动服务前修改                                                                 |
 
 * data\_replication\_factor
 
-|名字| data\_replication\_factor |
-|:---:|:---|
-|描述| Database 的默认数据副本数|
-|类型| Int |
-|默认值| 1 |
-|改后生效方式|重启服务生效|
+|     名字     | data\_replication\_factor |
+| :----------: | :------------------------ |
+|     描述     | Database 的默认数据副本数 |
+|     类型     | Int                       |
+|    默认值    | 1                         |
+| 改后生效方式 | 重启服务生效              |
 
 * data\_region\_consensus\_protocol\_class
 
-|名字| data\_region\_consensus\_protocol\_class                                              |
-|:---:|:--------------------------------------------------------------------------------------|
-|描述| 数据副本的共识协议,1 副本时可以使用 SimpleConsensus 协议,多副本时可以使用 MultiLeaderConsensus 或 RatisConsensus |
-|类型| String                                                                                |
-|默认值| org.apache.iotdb.consensus.simple.SimpleConsensus                                     |
-|改后生效方式| 仅允许在第一次启动服务前修改                                                                        |
+|     名字     | data\_region\_consensus\_protocol\_class                                                                           |
+| :----------: | :----------------------------------------------------------------------------------------------------------------- |
+|     描述     | 数据副本的共识协议,1 副本时可以使用 SimpleConsensus 协议,多副本时可以使用 MultiLeaderConsensus 或 RatisConsensus |
+|     类型     | String                                                                                                             |
+|    默认值    | org.apache.iotdb.consensus.simple.SimpleConsensus                                                                  |
+| 改后生效方式 | 仅允许在第一次启动服务前修改                                                                                       |
 
 ### 分区(负载均衡)配置
 
 * series\_partition\_slot\_num
 
-|名字| series\_partition\_slot\_num |
-|:---:|:---|
-|描述| 序列分区槽数 |
-|类型| Int |
-|默认值| 10000 |
-|改后生效方式|仅允许在第一次启动服务前修改|
+|     名字     | series\_partition\_slot\_num |
+| :----------: | :--------------------------- |
+|     描述     | 序列分区槽数                 |
+|     类型     | Int                          |
+|    默认值    | 10000                        |
+| 改后生效方式 | 仅允许在第一次启动服务前修改 |
 
 * series\_partition\_executor\_class
 
-|名字| series\_partition\_executor\_class |
-|:---:|:---|
-|描述| 序列分区槽数 |
-|类型| String |
-|默认值| org.apache.iotdb.commons.partition.executor.hash.BKDRHashExecutor |
-|改后生效方式|仅允许在第一次启动服务前修改|
+|     名字     | series\_partition\_executor\_class                                |
+| :----------: | :---------------------------------------------------------------- |
+|     描述     | 序列分区槽数                                                      |
+|     类型     | String                                                            |
+|    默认值    | org.apache.iotdb.commons.partition.executor.hash.BKDRHashExecutor |
+| 改后生效方式 | 仅允许在第一次启动服务前修改                                      |
 
 * region\_allocate\_strategy
 
-|名字| region\_allocate\_strategy |
-|:---:|:---|
-|描述| 元数据和数据的节点分配策略,COPY_SET适用于大集群;当数据节点数量较少时,GREEDY表现更佳|
-|类型| String |
-|默认值| GREEDY |
-|改后生效方式|重启服务生效|
+|     名字     | region\_allocate\_strategy                                                             |
+| :----------: | :------------------------------------------------------------------------------------- |
+|     描述     | 元数据和数据的节点分配策略,COPY_SET适用于大集群;当数据节点数量较少时,GREEDY表现更佳 |
+|     类型     | String                                                                                 |
+|    默认值    | GREEDY                                                                                 |
+| 改后生效方式 | 重启服务生效                                                                           |
 
 
 ### 集群管理
 
 * time\_partition\_interval
 
-|名字| time\_partition\_interval |
-|:--:|:----------------------------------------|
-|描述| Database 默认的数据时间分区间隔                          |
-|类型| Long                                    |
-|单位| 毫秒                                      |
-|默认值| 604800000                                |
-|改后生效方式| 仅允许在第一次启动服务前修改                          |
+|     名字     | time\_partition\_interval       |
+| :----------: | :------------------------------ |
+|     描述     | Database 默认的数据时间分区间隔 |
+|     类型     | Long                            |
+|     单位     | 毫秒                            |
+|    默认值    | 604800000                       |
+| 改后生效方式 | 仅允许在第一次启动服务前修改    |
 
 * heartbeat\_interval\_in\_ms
 
-|名字| heartbeat\_interval\_in\_ms |
-|:---:|:---|
-|描述| 集群节点间的心跳间隔 |
-|类型| Long |
-|单位| ms |
-|默认值| 1000 |
-|改后生效方式|重启服务生效|
+|     名字     | heartbeat\_interval\_in\_ms |
+| :----------: | :-------------------------- |
+|     描述     | 集群节点间的心跳间隔        |
+|     类型     | Long                        |
+|     单位     | ms                          |
+|    默认值    | 1000                        |
+| 改后生效方式 | 重启服务生效                |
 
 * disk\_space\_warning\_threshold
 
-|名字| disk\_space\_warning\_threshold |
-|:---:|:--------------------------------|
-|描述| DataNode 磁盘剩余阈值                 |
-|类型| double(percentage)              |
-|默认值| 0.05                            |
-|改后生效方式| 重启服务生效                          |
+|     名字     | disk\_space\_warning\_threshold |
+| :----------: | :------------------------------ |
+|     描述     | DataNode 磁盘剩余阈值           |
+|     类型     | double(percentage)              |
+|    默认值    | 0.05                            |
+| 改后生效方式 | 重启服务生效                    |
 
 ### 内存控制配置
 
 * enable\_mem\_control
 
-|名字| enable\_mem\_control |
-|:---:|:---|
-|描述| 开启内存控制,避免爆内存 |
-|类型| Boolean |
-|默认值| true |
-|改后生效方式|重启服务生效|
+|     名字     | enable\_mem\_control     |
+| :----------: | :----------------------- |
+|     描述     | 开启内存控制,避免爆内存 |
+|     类型     | Boolean                  |
+|    默认值    | true                     |
+| 改后生效方式 | 重启服务生效             |
 
 * concurrent\_writing\_time\_partition
 
-|名字| concurrent\_writing\_time\_partition |
-|:---:|:---|
-|描述| 最大可同时写入的时间分区个数,默认500个分区 |
-|类型| Int64 |
-|默认值| 500 |
-|改后生效方式|重启服务生效|
+|     名字     | concurrent\_writing\_time\_partition        |
+| :----------: | :------------------------------------------ |
+|     描述     | 最大可同时写入的时间分区个数,默认500个分区 |
+|     类型     | Int64                                       |
+|    默认值    | 500                                         |
+| 改后生效方式 | 重启服务生效                                |
 
 * primary\_array\_size
 
-|名字| primary\_array\_size |
-|:---:|:---|
-|描述| 数组池中的原始数组大小(每个数组的长度)|
-|类型| Int32 |
-|默认值| 32 |
-|改后生效方式|重启服务生效|
+|     名字     | primary\_array\_size                     |
+| :----------: | :--------------------------------------- |
+|     描述     | 数组池中的原始数组大小(每个数组的长度) |
+|     类型     | Int32                                    |
+|    默认值    | 32                                       |
+| 改后生效方式 | 重启服务生效                             |
 
 * flush\_proportion
 
-|名字| flush\_proportion                                                   |
-|:---:|:--------------------------------------------------------------------|
-|描述| 调用flush disk的写入内存比例,默认0.4,若有极高的写入负载力(比如batch=1000),可以设置为低于默认值,比如0.2 |
-|类型| Double                                                              |
-|默认值| 0.4                                                                 |
-|改后生效方式| 重启服务生效                                                              |
+|     名字     | flush\_proportion                                                                                           |
+| :----------: | :---------------------------------------------------------------------------------------------------------- |
+|     描述     | 调用flush disk的写入内存比例,默认0.4,若有极高的写入负载力(比如batch=1000),可以设置为低于默认值,比如0.2 |
+|     类型     | Double                                                                                                      |
+|    默认值    | 0.4                                                                                                         |
+| 改后生效方式 | 重启服务生效                                                                                                |
 
 * buffered\_arrays\_memory\_proportion
 
-|名字| buffered\_arrays\_memory\_proportion |
-|:---:|:---|
-|描述| 为缓冲数组分配的写入内存比例,默认为0.6 |
-|类型| Double |
-|默认值| 0.6 |
-|改后生效方式|重启服务生效|
+|     名字     | buffered\_arrays\_memory\_proportion    |
+| :----------: | :-------------------------------------- |
+|     描述     | 为缓冲数组分配的写入内存比例,默认为0.6 |
+|     类型     | Double                                  |
+|    默认值    | 0.6                                     |
+| 改后生效方式 | 重启服务生效                            |
 
 * reject\_proportion
 
-|名字| reject\_proportion |
-|:---:|:---|
-|描述| 拒绝插入的写入内存比例,默认0.8,若有极高的写入负载力(比如batch=1000)并且物理内存足够大,它可以设置为高于默认值,如0.9 |
-|类型| Double |
-|默认值| 0.8 |
-|改后生效方式|重启服务生效|
+|     名字     | reject\_proportion                                                                                                       |
+| :----------: | :----------------------------------------------------------------------------------------------------------------------- |
+|     描述     | 拒绝插入的写入内存比例,默认0.8,若有极高的写入负载力(比如batch=1000)并且物理内存足够大,它可以设置为高于默认值,如0.9 |
+|     类型     | Double                                                                                                                   |
+|    默认值    | 0.8                                                                                                                      |
+| 改后生效方式 | 重启服务生效                                                                                                             |
 
 * write\_memory\_variation\_report\_proportion
 
-|名字| write\_memory\_variation\_report\_proportion |
-|:---:|:---|
-|描述| 如果 DataRegion 的内存增加超过写入可用内存的一定比例,则向系统报告。默认值为0.001 |
-|类型| Double |
-|默认值| 0.001 |
-|改后生效方式|重启服务生效|
+|     名字     | write\_memory\_variation\_report\_proportion                                      |
+| :----------: | :-------------------------------------------------------------------------------- |
+|     描述     | 如果 DataRegion 的内存增加超过写入可用内存的一定比例,则向系统报告。默认值为0.001 |
+|     类型     | Double                                                                            |
+|    默认值    | 0.001                                                                             |
+| 改后生效方式 | 重启服务生效                                                                      |
 
 * check\_period\_when\_insert\_blocked
 
-|名字| check\_period\_when\_insert\_blocked |
-|:---:|:---|
-|描述| 当插入被拒绝时,等待时间(以毫秒为单位)去再次检查系统,默认为50。若插入被拒绝,读取负载低,可以设置大一些。 |
-|类型| Int32 |
-|默认值| 50 |
-|改后生效方式|重启服务生效|
+|     名字     | check\_period\_when\_insert\_blocked                                                                         |
+| :----------: | :----------------------------------------------------------------------------------------------------------- |
+|     描述     | 当插入被拒绝时,等待时间(以毫秒为单位)去再次检查系统,默认为50。若插入被拒绝,读取负载低,可以设置大一些。 |
+|     类型     | Int32                                                                                                        |
+|    默认值    | 50                                                                                                           |
+| 改后生效方式 | 重启服务生效                                                                                                 |
 
 * io\_task\_queue\_size\_for\_flushing
 
-|名字| io\_task\_queue\_size\_for\_flushing |
-|:---:|:---|
-|描述| ioTaskQueue 的大小。默认值为10。|
-|类型| Int32 |
-|默认值| 10 |
-|改后生效方式|重启服务生效|
+|     名字     | io\_task\_queue\_size\_for\_flushing |
+| :----------: | :----------------------------------- |
+|     描述     | ioTaskQueue 的大小。默认值为10。     |
+|     类型     | Int32                                |
+|    默认值    | 10                                   |
+| 改后生效方式 | 重启服务生效                         |
 
 ### 元数据引擎配置
 
 * mlog\_buffer\_size
 
-|名字| mlog\_buffer\_size |
-|:---:|:---|
-|描述| mlog 的 buffer 大小 |
-|类型| Int32 |
-|默认值| 1048576 |
-|改后生效方式|触发生效|
+|     名字     | mlog\_buffer\_size  |
+| :----------: | :------------------ |
+|     描述     | mlog 的 buffer 大小 |
+|     类型     | Int32               |
+|    默认值    | 1048576             |
+| 改后生效方式 | 触发生效            |
 
 * sync\_mlog\_period\_in\_ms
 
-|名字| sync\_mlog\_period\_in\_ms |
-|:---:|:---|
-|描述| mlog定期刷新到磁盘的周期,单位毫秒。如果该参数为0,则表示每次对元数据的更新操作都会被立即写到磁盘上。|
-|类型| Int64 |
-|默认值| 100 |
-|改后生效方式|重启服务生效|
+|     名字     | sync\_mlog\_period\_in\_ms                                                                            |
+| :----------: | :---------------------------------------------------------------------------------------------------- |
+|     描述     | mlog定期刷新到磁盘的周期,单位毫秒。如果该参数为0,则表示每次对元数据的更新操作都会被立即写到磁盘上。 |
+|     类型     | Int64                                                                                                 |
+|    默认值    | 100                                                                                                   |
+| 改后生效方式 | 重启服务生效                                                                                          |
 
 * tag\_attribute\_total\_size
 
-|名字| tag\_attribute\_total\_size |
-|:---:|:---|
-|描述| 每个时间序列标签和属性的最大持久化字节数 |
-|类型| Int32 |
-|默认值| 700 |
-|改后生效方式|仅允许在第一次启动服务前修改|
+|     名字     | tag\_attribute\_total\_size              |
+| :----------: | :--------------------------------------- |
+|     描述     | 每个时间序列标签和属性的最大持久化字节数 |
+|     类型     | Int32                                    |
+|    默认值    | 700                                      |
+| 改后生效方式 | 仅允许在第一次启动服务前修改             |
 
 * tag\_attribute\_flush\_interval
 
-|名字| tag\_attribute\_flush\_interval |
-|:---:|:--------------------------------|
-|描述| 标签和属性记录的间隔数,达到此记录数量时将强制刷盘       |
-|类型| Int32                           |
-|默认值| 1000                            |
-|改后生效方式| 仅允许在第一次启动服务前修改                  |
+|     名字     | tag\_attribute\_flush\_interval                    |
+| :----------: | :------------------------------------------------- |
+|     描述     | 标签和属性记录的间隔数,达到此记录数量时将强制刷盘 |
+|     类型     | Int32                                              |
+|    默认值    | 1000                                               |
+| 改后生效方式 | 仅允许在第一次启动服务前修改                       |
 
 ### 数据类型自动推断
 
 * enable\_auto\_create\_schema
 
-|名字| enable\_auto\_create\_schema |
-|:---:|:---|
-|描述| 当写入的序列不存在时,是否自动创建序列 |
-|取值| true or false |
-|默认值| true |
-|改后生效方式|重启服务生效|
+|     名字     | enable\_auto\_create\_schema           |
+| :----------: | :------------------------------------- |
+|     描述     | 当写入的序列不存在时,是否自动创建序列 |
+|     取值     | true or false                          |
+|    默认值    | true                                   |
+| 改后生效方式 | 重启服务生效                           |
 
 * default\_storage\_group\_level
 
-|名字| default\_storage\_group\_level |
-|:---:|:---|
-|描述| 当写入的数据不存在且自动创建序列时,若需要创建相应的 database,将序列路径的哪一层当做 database。例如,如果我们接到一个新序列 root.sg0.d1.s2, 并且 level=1, 那么 root.sg0 被视为database(因为 root 是 level 0 层)|
-|取值| Int32 |
-|默认值| 1 |
-|改后生效方式|重启服务生效|
+|     名字     | default\_storage\_group\_level                                                                                                                                                                                      |
+| :----------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+|     描述     | 当写入的数据不存在且自动创建序列时,若需要创建相应的 database,将序列路径的哪一层当做 database。例如,如果我们接到一个新序列 root.sg0.d1.s2, 并且 level=1, 那么 root.sg0 被视为database(因为 root 是 level 0 层) |
+|     取值     | Int32                                                                                                                                                                                                               |
+|    默认值    | 1                                                                                                                                                                                                                   |
+| 改后生效方式 | 重启服务生效                                                                                                                                                                                                        |
 
 * boolean\_string\_infer\_type
 
-|名字| boolean\_string\_infer\_type |
-|:---:|:---|
-|描述| "true" 或者 "false" 字符串被推断的数据类型 |
-|取值| BOOLEAN 或者 TEXT |
-|默认值| BOOLEAN |
-|改后生效方式|重启服务生效|
+|     名字     | boolean\_string\_infer\_type               |
+| :----------: | :----------------------------------------- |
+|     描述     | "true" 或者 "false" 字符串被推断的数据类型 |
+|     取值     | BOOLEAN 或者 TEXT                          |
+|    默认值    | BOOLEAN                                    |
+| 改后生效方式 | 重启服务生效                               |
 
 * integer\_string\_infer\_type
 
-|名字| integer\_string\_infer\_type |
-|:---:|:---|
-|描述| 整型字符串推断的数据类型 |
-|取值| INT32, INT64, FLOAT, DOUBLE, TEXT |
-|默认值| FLOAT |
-|改后生效方式|重启服务生效|
+|     名字     | integer\_string\_infer\_type      |
+| :----------: | :-------------------------------- |
+|     描述     | 整型字符串推断的数据类型          |
+|     取值     | INT32, INT64, FLOAT, DOUBLE, TEXT |
+|    默认值    | FLOAT                             |
+| 改后生效方式 | 重启服务生效                      |
 
 * long\_string\_infer\_type
 
-|名字| long\_string\_infer\_type |
-|:---:|:---|
-|描述| 大于 2 ^ 24 的整形字符串被推断的数据类型 |
-|取值| DOUBLE, FLOAT or TEXT |
-|默认值| DOUBLE |
-|改后生效方式|重启服务生效|
+|     名字     | long\_string\_infer\_type                |
+| :----------: | :--------------------------------------- |
+|     描述     | 大于 2 ^ 24 的整形字符串被推断的数据类型 |
+|     取值     | DOUBLE, FLOAT or TEXT                    |
+|    默认值    | DOUBLE                                   |
+| 改后生效方式 | 重启服务生效                             |
 
 * floating\_string\_infer\_type
 
-|名字| floating\_string\_infer\_type |
-|:---:|:---|
-|描述| "6.7"等字符串被推断的数据类型 |
-|取值| DOUBLE, FLOAT or TEXT |
-|默认值| FLOAT |
-|改后生效方式|重启服务生效|
+|     名字     | floating\_string\_infer\_type |
+| :----------: | :---------------------------- |
+|     描述     | "6.7"等字符串被推断的数据类型 |
+|     取值     | DOUBLE, FLOAT or TEXT         |
+|    默认值    | FLOAT                         |
+| 改后生效方式 | 重启服务生效                  |
 
 * nan\_string\_infer\_type
 
-|名字| nan\_string\_infer\_type |
-|:---:|:---|
-|描述| "NaN" 字符串被推断的数据类型 |
-|取值| DOUBLE, FLOAT or TEXT |
-|默认值| DOUBLE |
-|改后生效方式|重启服务生效|
+|     名字     | nan\_string\_infer\_type     |
+| :----------: | :--------------------------- |
+|     描述     | "NaN" 字符串被推断的数据类型 |
+|     取值     | DOUBLE, FLOAT or TEXT        |
+|    默认值    | DOUBLE                       |
+| 改后生效方式 | 重启服务生效                 |
 
 * default\_boolean\_encoding
 
-|名字| default\_boolean\_encoding |
-|:---:|:---|
-|描述| BOOLEAN 类型编码格式 |
-|取值| PLAIN, RLE |
-|默认值| RLE |
-|改后生效方式|重启服务生效|
+|     名字     | default\_boolean\_encoding |
+| :----------: | :------------------------- |
+|     描述     | BOOLEAN 类型编码格式       |
+|     取值     | PLAIN, RLE                 |
+|    默认值    | RLE                        |
+| 改后生效方式 | 重启服务生效               |
 
 * default\_int32\_encoding
 
-|名字| default\_int32\_encoding |
-|:---:|:---|
-|描述| int32 类型编码格式 |
-|取值| PLAIN, RLE, TS_2DIFF, REGULAR, GORILLA |
-|默认值| RLE |
-|改后生效方式|重启服务生效|
+|     名字     | default\_int32\_encoding               |
+| :----------: | :------------------------------------- |
+|     描述     | int32 类型编码格式                     |
+|     取值     | PLAIN, RLE, TS_2DIFF, REGULAR, GORILLA |
+|    默认值    | RLE                                    |
+| 改后生效方式 | 重启服务生效                           |
 
 * default\_int64\_encoding
 
-|名字| default\_int64\_encoding |
-|:---:|:---|
-|描述| int64 类型编码格式 |
-|取值| PLAIN, RLE, TS_2DIFF, REGULAR, GORILLA |
-|默认值| RLE |
-|改后生效方式|重启服务生效|
+|     名字     | default\_int64\_encoding               |
+| :----------: | :------------------------------------- |
+|     描述     | int64 类型编码格式                     |
+|     取值     | PLAIN, RLE, TS_2DIFF, REGULAR, GORILLA |
+|    默认值    | RLE                                    |
+| 改后生效方式 | 重启服务生效                           |
 
 * default\_float\_encoding
 
-|名字| default\_float\_encoding |
-|:---:|:---|
-|描述| float 类型编码格式 |
-|取值| PLAIN, RLE, TS_2DIFF, GORILLA |
-|默认值| GORILLA |
-|改后生效方式|重启服务生效|
+|     名字     | default\_float\_encoding      |
+| :----------: | :---------------------------- |
+|     描述     | float 类型编码格式            |
+|     取值     | PLAIN, RLE, TS_2DIFF, GORILLA |
+|    默认值    | GORILLA                       |
+| 改后生效方式 | 重启服务生效                  |
 
 * default\_double\_encoding
 
-|名字| default\_double\_encoding |
-|:---:|:---|
-|描述| double 类型编码格式 |
-|取值| PLAIN, RLE, TS_2DIFF, GORILLA |
-|默认值| GORILLA |
-|改后生效方式|重启服务生效|
+|     名字     | default\_double\_encoding     |
+| :----------: | :---------------------------- |
+|     描述     | double 类型编码格式           |
+|     取值     | PLAIN, RLE, TS_2DIFF, GORILLA |
+|    默认值    | GORILLA                       |
+| 改后生效方式 | 重启服务生效                  |
 
 * default\_text\_encoding
 
-|名字| default\_text\_encoding |
-|:---:|:---|
-|描述| text 类型编码格式 |
-|取值| PLAIN |
-|默认值| PLAIN |
-|改后生效方式|重启服务生效|
+|     名字     | default\_text\_encoding |
+| :----------: | :---------------------- |
+|     描述     | text 类型编码格式       |
+|     取值     | PLAIN                   |
+|    默认值    | PLAIN                   |
+| 改后生效方式 | 重启服务生效            |
 
 ### 查询配置
 
 * meta\_data\_cache\_enable
 
-|名字| meta\_data\_cache\_enable |
-|:---:|:---|
-|描述| 是否缓存元数据Chunk Metadata 和 TimeSeries Metadata)。|
-|类型|Boolean|
-|默认值| true |
-|改后生效方式| 重启服务生效|
+|     名字     | meta\_data\_cache\_enable                               |
+| :----------: | :------------------------------------------------------ |
+|     描述     | 是否缓存元数据Chunk Metadata 和 TimeSeries Metadata)。 |
+|     类型     | Boolean                                                 |
+|    默认值    | true                                                    |
+| 改后生效方式 | 重启服务生效                                            |
 
 * chunk\_timeseriesmeta\_free\_memory\_proportion
 
-|名字| chunk\_timeseriesmeta\_free\_memory\_proportion                                                                                                                           |
-|:---:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-|描述| 读取内存分配比例,BloomFilterCache、ChunkCache、TimeseriesMetadataCache、数据集查询的内存和可用内存的查询。参数形式为a : b : c : d : e,其中a、b、c、d、e为整数。 例如“1 : 1 : 1 : 1 : 1” ,“1 : 100 : 200 : 300 : 400” 。 |
-|类型| String                                                                                                                                                                    |
-|默认值| 1 : 100 : 200 : 300 : 400                                                                                                                                                 |
-|改后生效方式| 重启服务生效                                                                                                                                                                    |
+|     名字     | chunk\_timeseriesmeta\_free\_memory\_proportion                                                                                                                                                                            |
+| :----------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+|     描述     | 读取内存分配比例,BloomFilterCache、ChunkCache、TimeseriesMetadataCache、数据集查询的内存和可用内存的查询。参数形式为a : b : c : d : e,其中a、b、c、d、e为整数。 例如“1 : 1 : 1 : 1 : 1” ,“1 : 100 : 200 : 300 : 400” 。 |
+|     类型     | String                                                                                                                                                                                                                     |
+|    默认值    | 1 : 100 : 200 : 300 : 400                                                                                                                                                                                                  |
+| 改后生效方式 | 重启服务生效                                                                                                                                                                                                               |
 
 * enable\_last\_cache
 
-|名字| enable\_last\_cache |
-|:---:|:---|
-|描述| 是否开启最新点缓存 |
-|类型| Boolean |
-|默认值| true |
-|改后生效方式|重启服务生效|
+|     名字     | enable\_last\_cache |
+| :----------: | :------------------ |
+|     描述     | 是否开启最新点缓存  |
+|     类型     | Boolean             |
+|    默认值    | true                |
+| 改后生效方式 | 重启服务生效        |
 
 * metadata\_node\_cache\_size
 
-|名字| metadata\_node\_cache\_size |
-|:---:|:---|
-|描述| SchemaRegion的缓存大小。所有路径检查和将具有相应路径的SchemaRegion中的TSDataType的缓存,都将被用作提高写入速度。|
-|类型|Int32|
-|默认值| 300000 |
-|改后生效方式|重启服务生效|
+|     名字     | metadata\_node\_cache\_size                                                                                      |
+| :----------: | :--------------------------------------------------------------------------------------------------------------- |
+|     描述     | SchemaRegion的缓存大小。所有路径检查和将具有相应路径的SchemaRegion中的TSDataType的缓存,都将被用作提高写入速度。 |
+|     类型     | Int32                                                                                                            |
+|    默认值    | 300000                                                                                                           |
+| 改后生效方式 | 重启服务生效                                                                                                     |
 
 * mpp\_data\_exchange\_core\_pool\_size
 
-|   名字   | mpp\_data\_exchange\_core\_pool\_size |
-|:------:|:--------------------------------------|
-|   描述   | MPP 数据交换线程池核心线程数                      |
-|   类型   | int                                   |
-|  默认值   | 10                                    |
-| 改后生效方式 | 重启服务生效                                |
+|     名字     | mpp\_data\_exchange\_core\_pool\_size |
+| :----------: | :------------------------------------ |
+|     描述     | MPP 数据交换线程池核心线程数          |
+|     类型     | int                                   |
+|    默认值    | 10                                    |
+| 改后生效方式 | 重启服务生效                          |
 
 * mpp\_data\_exchange\_max\_pool\_size
 
-|   名字   | mpp\_data\_exchange\_max\_pool\_size |
-|:------:|:--------------------------------------|
-|   描述   | MPP 数据交换线程池最大线程数                      |
-|   类型   | int                                   |
-|  默认值   | 10                                    |
-| 改后生效方式 | 重启服务生效                                |
+|     名字     | mpp\_data\_exchange\_max\_pool\_size |
+| :----------: | :----------------------------------- |
+|     描述     | MPP 数据交换线程池最大线程数         |
+|     类型     | int                                  |
+|    默认值    | 10                                   |
+| 改后生效方式 | 重启服务生效                         |
 
 * mpp\_data\_exchange\_keep\_alive\_time\_in\_ms
 
-|   名字   | mpp\_data\_exchange\_keep\_alive\_time\_in\_ms |
-|:------:|:-----------------------------------------------|
-|   描述   | MPP 数据交换最大等待时间                                 |
-|   类型   | int                                            |
-|  默认值   | 1000                                           |
-| 改后生效方式 | 重启服务生效                                         |
+|     名字     | mpp\_data\_exchange\_keep\_alive\_time\_in\_ms |
+| :----------: | :--------------------------------------------- |
+|     描述     | MPP 数据交换最大等待时间                       |
+|     类型     | int                                            |
+|    默认值    | 1000                                           |
+| 改后生效方式 | 重启服务生效                                   |
 
 * default\_fill\_interval
 
-|名字| default\_fill\_interval |
-|:---:|:---|
-|描述| 填充查询中使用的默认时间段,默认-1表示无限过去时间,以毫秒ms为单位 |
-|类型| Int32 |
-|默认值| -1 |
-|改后生效方式|重启服务生效|
+|     名字     | default\_fill\_interval                                            |
+| :----------: | :----------------------------------------------------------------- |
+|     描述     | 填充查询中使用的默认时间段,默认-1表示无限过去时间,以毫秒ms为单位 |
+|     类型     | Int32                                                              |
+|    默认值    | -1                                                                 |
+| 改后生效方式 | 重启服务生效                                                       |
 
 * group_by_fill_cache_size_in_mb
 
@@ -460,621 +460,658 @@ IoTDB ConfigNode 和 DataNode 的通用配置参数位于 `conf` 目录下。
 
 * driver\_task\_execution\_time\_slice\_in\_ms
 
-|名字| driver\_task\_execution\_time\_slice\_in\_ms |
-|:---:|:---|
-|描述| 单个 DriverTask 最长执行时间 |
-|类型| int |
-|默认值| 100 |
-|改后生效方式|重启服务生效|
+|     名字     | driver\_task\_execution\_time\_slice\_in\_ms |
+| :----------: | :------------------------------------------- |
+|     描述     | 单个 DriverTask 最长执行时间                 |
+|     类型     | int                                          |
+|    默认值    | 100                                          |
+| 改后生效方式 | 重启服务生效                                 |
 
 * max\_tsblock\_size\_in\_bytes
 
-|名字| max\_tsblock\_size\_in\_bytes |
-|:---:|:---|
-|描述| 单个 TsBlock 的最大容量 |
-|类型| int |
-|默认值| 1024 * 1024 (1 MB) |
-|改后生效方式|重启服务生效|
+|     名字     | max\_tsblock\_size\_in\_bytes |
+| :----------: | :---------------------------- |
+|     描述     | 单个 TsBlock 的最大容量       |
+|     类型     | int                           |
+|    默认值    | 1024 * 1024 (1 MB)            |
+| 改后生效方式 | 重启服务生效                  |
 
 * max\_tsblock\_line\_numbers
 
-|名字| max\_tsblock\_line\_numbers |
-|:---:|:---|
-|描述| 单个 TsBlock 的最大行数 |
-|类型| int |
-|默认值| 1000 |
-|改后生效方式|重启服务生效|
+|     名字     | max\_tsblock\_line\_numbers |
+| :----------: | :-------------------------- |
+|     描述     | 单个 TsBlock 的最大行数     |
+|     类型     | int                         |
+|    默认值    | 1000                        |
+| 改后生效方式 | 重启服务生效                |
 
 * slow\_query\_threshold
 
-|名字| slow\_query\_threshold |
-|:---:|:---|
-|描述| 慢查询的时间成本(毫秒ms)阈值。 |
-|类型| Int32 |
-|默认值| 5000 |
-|改后生效方式|触发生效|
+|     名字     | slow\_query\_threshold           |
+| :----------: | :------------------------------- |
+|     描述     | 慢查询的时间成本(毫秒ms)阈值。 |
+|     类型     | Int32                            |
+|    默认值    | 5000                             |
+| 改后生效方式 | 触发生效                         |
 
 * enable\_external\_sort
 
-|名字| enable\_external\_sort |
-|:---:|:---|
-|描述| 是否开启外部排序功能 |
-|类型| Boolean |
-|默认值| true |
-|改后生效方式|重启服务生效|
+|     名字     | enable\_external\_sort |
+| :----------: | :--------------------- |
+|     描述     | 是否开启外部排序功能   |
+|     类型     | Boolean                |
+|    默认值    | true                   |
+| 改后生效方式 | 重启服务生效           |
 
 * external\_sort\_threshold
 
-|名字| external\_sort\_threshold |
-|:---:|:---|
-|描述| 单个时间序列的最大同时块读取数。若同时chunk读取的数量大于external_sort_threshold,则使用外部排序。当external_sort_threshold增加时,内存中同时排序的chunk数量可能会增加,这会占用更多的内存;external_sort_threshold 减小时,触发外部排序会增加耗时。|
-|类型| Int32 |
-|默认值| 1000 |
-|改后生效方式|重启服务生效|
+|     名字     | external\_sort\_threshold                                                                                                                                                                                                                            |
+| :----------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+|     描述     | 单个时间序列的最大同时块读取数。若同时chunk读取的数量大于external_sort_threshold,则使用外部排序。当external_sort_threshold增加时,内存中同时排序的chunk数量可能会增加,这会占用更多的内存;external_sort_threshold 减小时,触发外部排序会增加耗时。 |
+|     类型     | Int32                                                                                                                                                                                                                                                |
+|    默认值    | 1000                                                                                                                                                                                                                                                 |
+| 改后生效方式 | 重启服务生效                                                                                                                                                                                                                                         |
 
 ### 存储引擎配置
 
 * timestamp\_precision
 
-|名字| timestamp\_precision |
-|:---:|:---|
-|描述| 时间戳精度,支持 ms、us、ns |
-|类型|String |
-|默认值| ms |
-|改后生效方式|触发生效|
+|     名字     | timestamp\_precision        |
+| :----------: | :-------------------------- |
+|     描述     | 时间戳精度,支持 ms、us、ns |
+|     类型     | String                      |
+|    默认值    | ms                          |
+| 改后生效方式 | 触发生效                    |
 
 * default\_ttl\_in\_ms
 
-|名字| default\_ttl\_in\_ms |
-|:---:|:---|
-|描述| 数据保留时间,会丢弃 now()-default\_ttl 之前的数据,单位 ms|
-|类型| long |
-|默认值| 36000000 |
-|改后生效方式|重启服务生效|
+|     名字     | default\_ttl\_in\_ms                                        |
+| :----------: | :---------------------------------------------------------- |
+|     描述     | 数据保留时间,会丢弃 now()-default\_ttl 之前的数据,单位 ms |
+|     类型     | long                                                        |
+|    默认值    | 36000000                                                    |
+| 改后生效方式 | 重启服务生效                                                |
 
 * memtable\_size\_threshold
 
-|名字| memtable\_size\_threshold |
-|:---:|:---|
-|描述| 内存缓冲区 memtable 阈值 |
-|类型| Long |
-|默认值| 1073741824 |
-|改后生效方式|enable\_mem\_control 为 false 时生效、重启服务生效|
+|     名字     | memtable\_size\_threshold                          |
+| :----------: | :------------------------------------------------- |
+|     描述     | 内存缓冲区 memtable 阈值                           |
+|     类型     | Long                                               |
+|    默认值    | 1073741824                                         |
+| 改后生效方式 | enable\_mem\_control 为 false 时生效、重启服务生效 |
 
 * enable\_timed\_flush\_seq\_memtable
 
-|名字| enable\_timed\_flush\_seq\_memtable |
-|:---:|:---|
-|描述| 是否开启定时刷盘顺序 memtable |
-|类型| Boolean |
-|默认值| false |
-|改后生效方式| 触发生效 |
+|     名字     | enable\_timed\_flush\_seq\_memtable |
+| :----------: | :---------------------------------- |
+|     描述     | 是否开启定时刷盘顺序 memtable       |
+|     类型     | Boolean                             |
+|    默认值    | false                               |
+| 改后生效方式 | 触发生效                            |
 
 * seq\_memtable\_flush\_interval\_in\_ms
 
-|名字| seq\_memtable\_flush\_interval\_in\_ms |
-|:---:|:---|
-|描述| 当 memTable 的创建时间小于当前时间减去该值时,该 memtable 需要被刷盘 |
-|类型| Int32 |
-|默认值| 3600000 |
-|改后生效方式| 触发生效 |
+|     名字     | seq\_memtable\_flush\_interval\_in\_ms                               |
+| :----------: | :------------------------------------------------------------------- |
+|     描述     | 当 memTable 的创建时间小于当前时间减去该值时,该 memtable 需要被刷盘 |
+|     类型     | Int32                                                                |
+|    默认值    | 3600000                                                              |
+| 改后生效方式 | 触发生效                                                             |
 
 * seq\_memtable\_flush\_check\_interval\_in\_ms
 
-|名字| seq\_memtable\_flush\_check\_interval\_in\_ms |
-|:---:|:---|
-|描述| 检查顺序 memtable 是否需要刷盘的时间间隔 |
-|类型| Int32 |
-|默认值| 600000 |
-|改后生效方式| 触发生效 |
+|     名字     | seq\_memtable\_flush\_check\_interval\_in\_ms |
+| :----------: | :-------------------------------------------- |
+|     描述     | 检查顺序 memtable 是否需要刷盘的时间间隔      |
+|     类型     | Int32                                         |
+|    默认值    | 600000                                        |
+| 改后生效方式 | 触发生效                                      |
 
 * enable\_timed\_flush\_unseq\_memtable
 
-|名字| enable\_timed\_flush\_unseq\_memtable |
-|:---:|:---|
-|描述| 是否开启定时刷新乱序 memtable |
-|类型| Boolean |
-|默认值| true |
-|改后生效方式| 触发生效 |
+|     名字     | enable\_timed\_flush\_unseq\_memtable |
+| :----------: | :------------------------------------ |
+|     描述     | 是否开启定时刷新乱序 memtable         |
+|     类型     | Boolean                               |
+|    默认值    | true                                  |
+| 改后生效方式 | 触发生效                              |
 
 * unseq\_memtable\_flush\_interval\_in\_ms
 
-|名字| unseq\_memtable\_flush\_interval\_in\_ms |
-|:---:|:---|
-|描述| 当 memTable 的创建时间小于当前时间减去该值时,该 memtable 需要被刷盘 |
-|类型| Int32 |
-|默认值| 3600000 |
-|改后生效方式| 触发生效 |
+|     名字     | unseq\_memtable\_flush\_interval\_in\_ms                             |
+| :----------: | :------------------------------------------------------------------- |
+|     描述     | 当 memTable 的创建时间小于当前时间减去该值时,该 memtable 需要被刷盘 |
+|     类型     | Int32                                                                |
+|    默认值    | 3600000                                                              |
+| 改后生效方式 | 触发生效                                                             |
 
 * unseq\_memtable\_flush\_check\_interval\_in\_ms
 
-|名字| unseq\_memtable\_flush\_check\_interval\_in\_ms |
-|:---:|:---|
-|描述| 检查乱序 memtable 是否需要刷盘的时间间隔 |
-|类型| Int32 |
-|默认值| 600000 |
-|改后生效方式| 触发生效 |
+|     名字     | unseq\_memtable\_flush\_check\_interval\_in\_ms |
+| :----------: | :---------------------------------------------- |
+|     描述     | 检查乱序 memtable 是否需要刷盘的时间间隔        |
+|     类型     | Int32                                           |
+|    默认值    | 600000                                          |
+| 改后生效方式 | 触发生效                                        |
 
 * avg\_series\_point\_number\_threshold
 
-|名字| avg\_series\_point\_number\_threshold |
-|:---:|:--------------------------------------|
-|描述| 内存中平均每个时间序列点数最大值,达到触发 flush           |
-|类型| Int32                                 |
-|默认值| 100000                                |
-|改后生效方式| 重启服务生效                                |
+|     名字     | avg\_series\_point\_number\_threshold            |
+| :----------: | :----------------------------------------------- |
+|     描述     | 内存中平均每个时间序列点数最大值,达到触发 flush |
+|     类型     | Int32                                            |
+|    默认值    | 100000                                           |
+| 改后生效方式 | 重启服务生效                                     |
 
 * flush\_thread\_count
 
-|名字| flush\_thread\_count |
-|:---:|:---|
-|描述| 当 IoTDB 将内存中的数据写入磁盘时,最多启动多少个线程来执行该操作。如果该值小于等于 0,那么采用机器所安装的 CPU 核的数量。默认值为 0。|
-|类型| Int32 |
-|默认值| 0 |
-|改后生效方式|重启服务生效|
+|     名字     | flush\_thread\_count                                                                                                                   |
+| :----------: | :------------------------------------------------------------------------------------------------------------------------------------- |
+|     描述     | 当 IoTDB 将内存中的数据写入磁盘时,最多启动多少个线程来执行该操作。如果该值小于等于 0,那么采用机器所安装的 CPU 核的数量。默认值为 0。 |
+|     类型     | Int32                                                                                                                                  |
+|    默认值    | 0                                                                                                                                      |
+| 改后生效方式 | 重启服务生效                                                                                                                           |
 
 * query\_thread\_count
 
-|名字| query\_thread\_count                                                   |
-|:---:|:----------------------------------------------------------------------------|
-|描述| 当 IoTDB 对内存中的数据进行查询时,最多启动多少个线程来执行该操作。如果该值小于等于 0,那么采用机器所安装的 CPU 核的数量。默认值为 16。 |
-|类型| Int32                                                                       |
-|默认值| 16                                                                          |
-|改后生效方式| 重启服务生效                                                                      |
+|     名字     | query\_thread\_count                                                                                                                    |
+| :----------: | :-------------------------------------------------------------------------------------------------------------------------------------- |
+|     描述     | 当 IoTDB 对内存中的数据进行查询时,最多启动多少个线程来执行该操作。如果该值小于等于 0,那么采用机器所安装的 CPU 核的数量。默认值为 16。 |
+|     类型     | Int32                                                                                                                                   |
+|    默认值    | 16                                                                                                                                      |
+| 改后生效方式 | 重启服务生效                                                                                                                            |
 
 * sub\_rawQuery\_thread\_count
 
-|名字| sub\_rawQuery\_thread\_count                    |
-|:---:|:------------------------------------------------|
-|描述| 原始数据查询时,最多启动多少个线程来执行该操作。如果设置小于等于 0,会采用机器 CPU 核数 |
-|类型| Int32                                           |
-|默认值| 8                                               |
-|改后生效方式| 重启服务生效                                          |
+|     名字     | sub\_rawQuery\_thread\_count                                                            |
+| :----------: | :-------------------------------------------------------------------------------------- |
+|     描述     | 原始数据查询时,最多启动多少个线程来执行该操作。如果设置小于等于 0,会采用机器 CPU 核数 |
+|     类型     | Int32                                                                                   |
+|    默认值    | 8                                                                                       |
+| 改后生效方式 | 重启服务生效                                                                            |
 
 * raw\_query\_blocking\_queue\_capacity
 
-|名字| raw\_query\_blocking\_queue\_capacity |
-|:---:|:--------------------------------------|
-|描述| 原始数据查询中,读任务的阻塞队列长度。默认值为 5             |
-|类型| Int32                                 |
-|默认值| 5                                     |
-|改后生效方式| 重启服务生效                                |
+|     名字     | raw\_query\_blocking\_queue\_capacity            |
+| :----------: | :----------------------------------------------- |
+|     描述     | 原始数据查询中,读任务的阻塞队列长度。默认值为 5 |
+|     类型     | Int32                                            |
+|    默认值    | 5                                                |
+| 改后生效方式 | 重启服务生效                                     |
 
 * chunk\_buffer\_pool\_enable
 
-|名字| chunk\_buffer\_pool\_enable |
-|:---:|:---|
-|描述| 在将 memtable 序列化为内存中的字节时,是否开启由 IoTDB 而不是 JVM 接管内存管理,默认关闭。 |
-|类型| Boolean |
-|默认值| false |
-|改后生效方式|重启服务生效|
+|     名字     | chunk\_buffer\_pool\_enable                                                                |
+| :----------: | :----------------------------------------------------------------------------------------- |
+|     描述     | 在将 memtable 序列化为内存中的字节时,是否开启由 IoTDB 而不是 JVM 接管内存管理,默认关闭。 |
+|     类型     | Boolean                                                                                    |
+|    默认值    | false                                                                                      |
+| 改后生效方式 | 重启服务生效                                                                               |
 
 * batch\_size
 
-|名字| batch\_size |
-|:---:|:---|
-|描述| 服务器中每次迭代的数据量(数据条目,即不同时间戳的数量。) |
-|类型| Int32 |
-|默认值| 100000 |
-|改后生效方式|重启服务生效|
+|     名字     | batch\_size                                                |
+| :----------: | :--------------------------------------------------------- |
+|     描述     | 服务器中每次迭代的数据量(数据条目,即不同时间戳的数量。) |
+|     类型     | Int32                                                      |
+|    默认值    | 100000                                                     |
+| 改后生效方式 | 重启服务生效                                               |
 
 * enable\_partial\_insert
 
-|名字| enable\_partial\_insert |
-|:---:|:---|
-|描述| 在一次 insert 请求中,如果部分测点写入失败,是否继续写入其他测点。|
-|类型| Boolean |
-|默认值| true |
-|改后生效方式|重启服务生效|
+|     名字     | enable\_partial\_insert                                            |
+| :----------: | :----------------------------------------------------------------- |
+|     描述     | 在一次 insert 请求中,如果部分测点写入失败,是否继续写入其他测点。 |
+|     类型     | Boolean                                                            |
+|    默认值    | true                                                               |
+| 改后生效方式 | 重启服务生效                                                       |
 
 * insert\_multi\_tablet\_enable\_multithreading\_column\_threshold
 
 |     名字     | insert\_multi\_tablet\_enable\_multithreading\_column\_threshold |
-| :----------: |:-----------------------------------------------------------------|
-|     描述     | 插入时启用多线程插入列数的阈值                                                  |
+| :----------: | :--------------------------------------------------------------- |
+|     描述     | 插入时启用多线程插入列数的阈值                                   |
 |     类型     | Int32                                                            |
 |    默认值    | 10                                                               |
-| 改后生效方式 | 重启服务生效                                                           |
+| 改后生效方式 | 重启服务生效                                                     |
 
 ### 合并配置
 
 * enable\_seq\_space\_compaction
 
-|名字| enable\_seq\_space\_compaction |
-|:---:|:---|
-|描述| 顺序空间内合并,开启顺序文件之间的合并 |
-|类型| Boolean |
-|默认值| true |
-|改后生效方式|重启服务生效|
+|     名字     | enable\_seq\_space\_compaction         |
+| :----------: | :------------------------------------- |
+|     描述     | 顺序空间内合并,开启顺序文件之间的合并 |
+|     类型     | Boolean                                |
+|    默认值    | true                                   |
+| 改后生效方式 | 重启服务生效                           |
 
 * enable\_unseq\_space\_compaction
 
-|名字| enable\_unseq\_space\_compaction |
-|:---:|:---|
-|描述| 乱序空间内合并,开启乱序文件之间的合并 |
-|类型| Boolean |
-|默认值| false |
-|改后生效方式|重启服务生效|
+|     名字     | enable\_unseq\_space\_compaction       |
+| :----------: | :------------------------------------- |
+|     描述     | 乱序空间内合并,开启乱序文件之间的合并 |
+|     类型     | Boolean                                |
+|    默认值    | false                                  |
+| 改后生效方式 | 重启服务生效                           |
 
 * enable\_cross\_space\_compaction
 
-|名字| enable\_cross\_space\_compaction |
-|:---:|:---|
-|描述| 跨空间合并,开启将乱序文件合并到顺序文件中 |
-|类型| Boolean |
-|默认值| true |
-|改后生效方式|重启服务生效|
+|     名字     | enable\_cross\_space\_compaction           |
+| :----------: | :----------------------------------------- |
+|     描述     | 跨空间合并,开启将乱序文件合并到顺序文件中 |
+|     类型     | Boolean                                    |
+|    默认值    | true                                       |
+| 改后生效方式 | 重启服务生效                               |
 
 * compaction\_priority
 
-|名字| compaction\_priority |
-|:---:|:---|
-|描述| 合并时的优先级,BALANCE 各种合并平等,INNER_CROSS 优先进行顺序文件和顺序文件或乱序文件和乱序文件的合并,CROSS_INNER 优先将乱序文件合并到顺序文件中 |
-|类型| String |
-|默认值| BALANCE |
-|改后生效方式|重启服务生效|
+|     名字     | compaction\_priority                                                                                                                               |
+| :----------: | :------------------------------------------------------------------------------------------------------------------------------------------------- |
+|     描述     | 合并时的优先级,BALANCE 各种合并平等,INNER_CROSS 优先进行顺序文件和顺序文件或乱序文件和乱序文件的合并,CROSS_INNER 优先将乱序文件合并到顺序文件中 |
+|     类型     | String                                                                                                                                             |
+|    默认值    | BALANCE                                                                                                                                            |
+| 改后生效方式 | 重启服务生效                                                                                                                                       |
 
 * target\_compaction\_file\_size
 
-|名字| target\_compaction\_file\_size |
-|:---:|:---|
-|描述| 空间内合并的目标文件大小 |
-|类型| Int64|
-|默认值| 1073741824 |
-|改后生效方式|重启服务生效|
+|     名字     | target\_compaction\_file\_size |
+| :----------: | :----------------------------- |
+|     描述     | 空间内合并的目标文件大小       |
+|     类型     | Int64                          |
+|    默认值    | 1073741824                     |
+| 改后生效方式 | 重启服务生效                   |
 
 * target\_chunk\_size
 
-|名字| target\_chunk\_size |
-|:---:|:---|
-|描述| 合并时 Chunk 的目标大小 |
-|类型| Int64|
-|默认值| 1048576|
-|改后生效方式|重启服务生效|
+|     名字     | target\_chunk\_size     |
+| :----------: | :---------------------- |
+|     描述     | 合并时 Chunk 的目标大小 |
+|     类型     | Int64                   |
+|    默认值    | 1048576                 |
+| 改后生效方式 | 重启服务生效            |
 
 * target\_chunk\_point\_num
 
-|名字| target\_chunk\_point\_num |
-|:---:|:---|
-|描述| 合并时 Chunk 的目标点数 |
-|类型| Int32 |
-|默认值| 100000 |
-|改后生效方式|重启服务生效|
+|     名字     | target\_chunk\_point\_num |
+| :----------: | :------------------------ |
+|     描述     | 合并时 Chunk 的目标点数   |
+|     类型     | Int32                     |
+|    默认值    | 100000                    |
+| 改后生效方式 | 重启服务生效              |
 
 * chunk\_size\_lower\_bound\_in\_compaction
 
-|名字| chunk\_size\_lower\_bound\_in\_compaction |
-|:---:|:---|
-|描述| 合并时源 Chunk 的大小小于这个值,将被解开成点进行合并 |
-|类型| Int64 |
-|默认值| 128 |
-|改后生效方式|重启服务生效|
+|     名字     | chunk\_size\_lower\_bound\_in\_compaction             |
+| :----------: | :---------------------------------------------------- |
+|     描述     | 合并时源 Chunk 的大小小于这个值,将被解开成点进行合并 |
+|     类型     | Int64                                                 |
+|    默认值    | 128                                                   |
+| 改后生效方式 | 重启服务生效                                          |
 
 * chunk\_point\_num\_lower\_bound\_in\_compaction
 
-|名字| chunk\_point\_num\_lower\_bound\_in\_compaction |
-|:---:|:---|
-|描述| 合并时源 Chunk 的点数小于这个值,将被解开成点进行合并 |
-|类型| Int32 |
-|默认值| 100 |
-|改后生效方式|重启服务生效|
+|     名字     | chunk\_point\_num\_lower\_bound\_in\_compaction       |
+| :----------: | :---------------------------------------------------- |
+|     描述     | 合并时源 Chunk 的点数小于这个值,将被解开成点进行合并 |
+|     类型     | Int32                                                 |
+|    默认值    | 100                                                   |
+| 改后生效方式 | 重启服务生效                                          |
 
 * max\_inner\_compaction\_candidate\_file\_num
 
-|名字| max\_inner\_compaction\_candidate\_file\_num |
-|:---:|:---|
-|描述| 空间内合并中一次合并最多参与的文件数 |
-|类型| Int32 |
-|默认值| 30|
-|改后生效方式|重启服务生效|
+|     名字     | max\_inner\_compaction\_candidate\_file\_num |
+| :----------: | :------------------------------------------- |
+|     描述     | 空间内合并中一次合并最多参与的文件数         |
+|     类型     | Int32                                        |
+|    默认值    | 30                                           |
+| 改后生效方式 | 重启服务生效                                 |
 
 * max\_cross\_compaction\_candidate\_file\_num
 
-|名字| max\_cross\_compaction\_candidate\_file\_num |
-|:---:|:---|
-|描述| 跨空间合并中一次合并最多参与的文件数 |
-|类型| Int32 |
-|默认值| 1000|
-|改后生效方式|重启服务生效|
+|     名字     | max\_cross\_compaction\_candidate\_file\_num |
+| :----------: | :------------------------------------------- |
+|     描述     | 跨空间合并中一次合并最多参与的文件数         |
+|     类型     | Int32                                        |
+|    默认值    | 1000                                         |
+| 改后生效方式 | 重启服务生效                                 |
 
 * cross\_compaction\_file\_selection\_time\_budget
 
-|名字| cross\_compaction\_file\_selection\_time\_budget |
-|:---:|:---|
-|描述| 若一个合并文件选择运行的时间超过这个时间,它将结束,并且当前的文件合并选择将用作为最终选择。当时间小于0 时,则表示时间是无边界的。单位:ms。|
-|类型| Int32 |
-|默认值| 30000 |
-|改后生效方式| 重启服务生效|
+|     名字     | cross\_compaction\_file\_selection\_time\_budget                                                                                             |
+| :----------: | :------------------------------------------------------------------------------------------------------------------------------------------- |
+|     描述     | 若一个合并文件选择运行的时间超过这个时间,它将结束,并且当前的文件合并选择将用作为最终选择。当时间小于0 时,则表示时间是无边界的。单位:ms。 |
+|     类型     | Int32                                                                                                                                        |
+|    默认值    | 30000                                                                                                                                        |
+| 改后生效方式 | 重启服务生效                                                                                                                                 |
 
 * cross\_compaction\_memory\_budget
 
-|名字| cross\_compaction\_memory\_budget |
-|:---:|:---|
-|描述| 一个合并任务可以使用多少内存(以字节为单位),默认为最大JVM内存的10%。这只是一个粗略的估计,从一个比较小的值开始,避免OOM。每个新的合并线程可能会占用这样的内存,所以merge_thread_num * merge_memory_budget是合并的预估总内存。|
-|类型| Int32 |
-|默认值| 2147483648 |
-|改后生效方式| 重启服务生效|
+|     名字     | cross\_compaction\_memory\_budget                                                                                                                                                                                               |
+| :----------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+|     描述     | 一个合并任务可以使用多少内存(以字节为单位),默认为最大JVM内存的10%。这只是一个粗略的估计,从一个比较小的值开始,避免OOM。每个新的合并线程可能会占用这样的内存,所以merge_thread_num * merge_memory_budget是合并的预估总内存。 |
+|     类型     | Int32                                                                                                                                                                                                                           |
+|    默认值    | 2147483648                                                                                                                                                                                                                      |
+| 改后生效方式 | 重启服务生效                                                                                                                                                                                                                    |
 
 * compaction\_thread\_count
 
-|名字| compaction\_thread\_count |
-|:---:|:---|
-|描述| 执行合并任务的线程数目 |
-|类型| Int32 |
-|默认值| 10 |
-|改后生效方式|重启服务生效|
+|     名字     | compaction\_thread\_count |
+| :----------: | :------------------------ |
+|     描述     | 执行合并任务的线程数目    |
+|     类型     | Int32                     |
+|    默认值    | 10                        |
+| 改后生效方式 | 重启服务生效              |
 
 * compaction\_schedule\_interval\_in\_ms
 
-|名字| compaction\_schedule\_interval\_in\_ms |
-|:---:|:---|
-|描述| 合并调度的时间间隔 |
-|类型| Int64 |
-|默认值| 60000 |
-|改后生效方式|重启服务生效|
+|     名字     | compaction\_schedule\_interval\_in\_ms |
+| :----------: | :------------------------------------- |
+|     描述     | 合并调度的时间间隔                     |
+|     类型     | Int64                                  |
+|    默认值    | 60000                                  |
+| 改后生效方式 | 重启服务生效                           |
 
 * compaction\_submission\_interval\_in\_ms
 
-|名字| compaction\_submission\_interval\_in\_ms |
-|:---:|:---|
-|描述| 合并任务提交的间隔 |
-|类型| Int64 |
-|默认值| 60000 |
-|改后生效方式|重启服务生效|
+|     名字     | compaction\_submission\_interval\_in\_ms |
+| :----------: | :--------------------------------------- |
+|     描述     | 合并任务提交的间隔                       |
+|     类型     | Int64                                    |
+|    默认值    | 60000                                    |
+| 改后生效方式 | 重启服务生效                             |
 
 * compaction\_write\_throughput\_mb\_per\_sec
 
-|名字| compaction\_write\_throughput\_mb\_per\_sec |
-|:---:|:---|
-|描述| 每秒可达到的写入吞吐量合并限制。|
-|类型| Int32 |
-|默认值| 16 |
-|改后生效方式| 重启服务生效|
+|     名字     | compaction\_write\_throughput\_mb\_per\_sec |
+| :----------: | :------------------------------------------ |
+|     描述     | 每秒可达到的写入吞吐量合并限制。            |
+|     类型     | Int32                                       |
+|    默认值    | 16                                          |
+| 改后生效方式 | 重启服务生效                                |
 
 * query\_timeout\_threshold
 
-|名字| query\_timeout\_threshold |
-|:---:|:---|
-|描述| 查询的最大执行时间。单位:毫秒。|
-|类型| Int32 |
-|默认值| 60000 |
-|改后生效方式| 重启服务生效|
+|     名字     | query\_timeout\_threshold        |
+| :----------: | :------------------------------- |
+|     描述     | 查询的最大执行时间。单位:毫秒。 |
+|     类型     | Int32                            |
+|    默认值    | 60000                            |
+| 改后生效方式 | 重启服务生效                     |
 
 ### 写前日志配置
 
 * wal\_buffer\_size
 
-|名字| wal\_buffer\_size |
-|:---:|:---|
-|描述| 写前日志的 buffer 大小 |
-|类型|Int32|
-|默认值| 16777216 |
-|改后生效方式|触发生效|
+|     名字     | wal\_buffer\_size      |
+| :----------: | :--------------------- |
+|     描述     | 写前日志的 buffer 大小 |
+|     类型     | Int32                  |
+|    默认值    | 16777216               |
+| 改后生效方式 | 触发生效               |
 
 ### TsFile 配置
 
 * group\_size\_in\_byte
 
-|名字| group\_size\_in\_byte |
-|:---:|:---|
-|描述| 每次将内存中的数据写入到磁盘时的最大写入字节数 |
-|类型| Int32 |
-|默认值| 134217728 |
-|改后生效方式|触发生效|
+|     名字     | group\_size\_in\_byte                          |
+| :----------: | :--------------------------------------------- |
+|     描述     | 每次将内存中的数据写入到磁盘时的最大写入字节数 |
+|     类型     | Int32                                          |
+|    默认值    | 134217728                                      |
+| 改后生效方式 | 触发生效                                       |
 
 * page\_size\_in\_byte
 
-|名字| page\_size\_in\_byte |
-|:---:|:---|
-|描述| 内存中每个列写出时,写成的单页最大的大小,单位为字节 |
-|类型| Int32 |
-|默认值| 65536 |
-|改后生效方式|触发生效|
+|     名字     | page\_size\_in\_byte                                 |
+| :----------: | :--------------------------------------------------- |
+|     描述     | 内存中每个列写出时,写成的单页最大的大小,单位为字节 |
+|     类型     | Int32                                                |
+|    默认值    | 65536                                                |
+| 改后生效方式 | 触发生效                                             |
 
 * max\_number\_of\_points\_in\_page
 
-|名字| max\_number\_of\_points\_in\_page |
-|:---:|:---|
-|描述| 一个页中最多包含的数据点(时间戳-值的二元组)数量 |
-|类型| Int32 |
-|默认值| 1048576 |
-|改后生效方式|触发生效|
+|     名字     | max\_number\_of\_points\_in\_page                 |
+| :----------: | :------------------------------------------------ |
+|     描述     | 一个页中最多包含的数据点(时间戳-值的二元组)数量 |
+|     类型     | Int32                                             |
+|    默认值    | 1048576                                           |
+| 改后生效方式 | 触发生效                                          |
 
 * max\_string\_length
 
-|名字| max\_string\_length |
-|:---:|:---|
-|描述| 针对字符串类型的数据,单个字符串最大长度,单位为字符|
-|类型| Int32 |
-|默认值| 128 |
-|改后生效方式|触发生效|
+|     名字     | max\_string\_length                                  |
+| :----------: | :--------------------------------------------------- |
+|     描述     | 针对字符串类型的数据,单个字符串最大长度,单位为字符 |
+|     类型     | Int32                                                |
+|    默认值    | 128                                                  |
+| 改后生效方式 | 触发生效                                             |
 
 * float\_precision
 
-|名字| float\_precision |
-|:---:|:---|
-|描述| 浮点数精度,为小数点后数字的位数 |
-|类型| Int32 |
-|默认值| 默认为 2 位。注意:32 位浮点数的十进制精度为 7 位,64 位浮点数的十进制精度为 15 位。如果设置超过机器精度将没有实际意义。 |
-|改后生效方式|触发生效|
+|     名字     | float\_precision                                                                                                         |
+| :----------: | :----------------------------------------------------------------------------------------------------------------------- |
+|     描述     | 浮点数精度,为小数点后数字的位数                                                                                         |
+|     类型     | Int32                                                                                                                    |
+|    默认值    | 默认为 2 位。注意:32 位浮点数的十进制精度为 7 位,64 位浮点数的十进制精度为 15 位。如果设置超过机器精度将没有实际意义。 |
+| 改后生效方式 | 触发生效                                                                                                                 |
 
 * time\_encoder
 
-|名字| time\_encoder |
-|:---:|:---|
-|描述| 时间列编码方式 |
-|类型| 枚举 String: “TS_2DIFF”,“PLAIN”,“RLE” |
-|默认值| TS_2DIFF |
-|改后生效方式|触发生效|
+|     名字     | time\_encoder                         |
+| :----------: | :------------------------------------ |
+|     描述     | 时间列编码方式                        |
+|     类型     | 枚举 String: “TS_2DIFF”,“PLAIN”,“RLE” |
+|    默认值    | TS_2DIFF                              |
+| 改后生效方式 | 触发生效                              |
 
 * value\_encoder
 
-|名字| value\_encoder |
-|:---:|:---|
-|描述| value 列编码方式 |
-|类型| 枚举 String: “TS_2DIFF”,“PLAIN”,“RLE” |
-|默认值| PLAIN |
-|改后生效方式|触发生效|
+|     名字     | value\_encoder                        |
+| :----------: | :------------------------------------ |
+|     描述     | value 列编码方式                      |
+|     类型     | 枚举 String: “TS_2DIFF”,“PLAIN”,“RLE” |
+|    默认值    | PLAIN                                 |
+| 改后生效方式 | 触发生效                              |
 
 * compressor
 
-|名字| compressor |
-|:---:|:---|
-|描述| 数据压缩方法 |
-|类型| 枚举 String : “UNCOMPRESSED”, “SNAPPY”, “LZ4” |
-|默认值| SNAPPY |
-|改后生效方式|触发生效|
+|     名字     | compressor                                    |
+| :----------: | :-------------------------------------------- |
+|     描述     | 数据压缩方法                                  |
+|     类型     | 枚举 String : “UNCOMPRESSED”, “SNAPPY”, “LZ4” |
+|    默认值    | SNAPPY                                        |
+| 改后生效方式 | 触发生效                                      |
 
 * max\_degree\_of\_index\_node
 
-|名字| max\_degree\_of\_index\_node |
-|:---:|:---|
-|描述| 元数据索引树的最大度(即每个节点的最大子节点个数)。 |
-|类型| Int32 |
-|默认值| 256 |
-|改后生效方式|仅允许在第一次启动服务前修改|
+|     名字     | max\_degree\_of\_index\_node                         |
+| :----------: | :--------------------------------------------------- |
+|     描述     | 元数据索引树的最大度(即每个节点的最大子节点个数)。 |
+|     类型     | Int32                                                |
+|    默认值    | 256                                                  |
+| 改后生效方式 | 仅允许在第一次启动服务前修改                         |
 
 * frequency\_interval\_in\_minute
 
-|名字| frequency\_interval\_in\_minute |
-|:---:|:---|
-|描述| 计算查询频率的时间间隔(以分钟为单位)。 |
-|类型| Int32 |
-|默认值| 1 |
-|改后生效方式|触发生效|
+|     名字     | frequency\_interval\_in\_minute          |
+| :----------: | :--------------------------------------- |
+|     描述     | 计算查询频率的时间间隔(以分钟为单位)。 |
+|     类型     | Int32                                    |
+|    默认值    | 1                                        |
+| 改后生效方式 | 触发生效                                 |
 
 * freq_snr
 
-|名字| freq_snr |
-|:---:|:---|
-|描述| 有损的FREQ编码的信噪比 |
-|类型|Double|
-|默认值| 40.0 |
-|改后生效方式|触发生效|
+|     名字     | freq_snr               |
+| :----------: | :--------------------- |
+|     描述     | 有损的FREQ编码的信噪比 |
+|     类型     | Double                 |
+|    默认值    | 40.0                   |
+| 改后生效方式 | 触发生效               |
 
 * freq_block_size
 
-|名字| freq_block_size |
-|:---:|:---|
-|描述| FREQ编码的块大小,即一次时频域变换的数据点个数。为了加快编码速度,建议将其设置为2的幂次。 |
-|类型|Int32|
-|默认值| 1024 |
-|改后生效方式|触发生效|
+|     名字     | freq_block_size                                                                           |
+| :----------: | :---------------------------------------------------------------------------------------- |
+|     描述     | FREQ编码的块大小,即一次时频域变换的数据点个数。为了加快编码速度,建议将其设置为2的幂次。 |
+|     类型     | Int32                                                                                     |
+|    默认值    | 1024                                                                                      |
+| 改后生效方式 | 触发生效                                                                                  |
 
 ### 水印模块配置
 
 * watermark\_module\_opened
 
-|名字| watermark\_module\_opened |
-|:---:|:---|
-|描述| 是否开启水印水印嵌入功能 |
-|取值| true or false |
-|默认值| false |
-|改后生效方式|重启服务生效|
+|     名字     | watermark\_module\_opened |
+| :----------: | :------------------------ |
+|     描述     | 是否开启水印水印嵌入功能  |
+|     取值     | true or false             |
+|    默认值    | false                     |
+| 改后生效方式 | 重启服务生效              |
 
 * watermark\_secret\_key
 
-|名字| watermark\_secret\_key |
-|:---:|:---|
-|描述| 水印嵌入功能秘钥 |
-|类型| String |
-|默认值| IoTDB * 2019@Beijing |
-|改后生效方式|重启服务生效|
+|     名字     | watermark\_secret\_key |
+| :----------: | :--------------------- |
+|     描述     | 水印嵌入功能秘钥       |
+|     类型     | String                 |
+|    默认值    | IoTDB * 2019@Beijing   |
+| 改后生效方式 | 重启服务生效           |
 
 * watermark\_bit\_string
 
-|名字| watermark\_bit\_string |
-|:---:|:---|
-|描述| 水印比特字符串 |
-|类型| Int32 |
-|默认值| 100101110100 |
-|改后生效方式|重启服务生效|
+|     名字     | watermark\_bit\_string |
+| :----------: | :--------------------- |
+|     描述     | 水印比特字符串         |
+|     类型     | Int32                  |
+|    默认值    | 100101110100           |
+| 改后生效方式 | 重启服务生效           |
 
 * watermark\_method
 
-|名字| watermark\_method |
-|:---:|:---|
-|描述| 水印嵌入方法 |
-|类型| String |
-|默认值| GroupBasedLSBMethod(embed_row_cycle=2,embed_lsb_num=5) |
-|改后生效方式|重启服务生效|
+|     名字     | watermark\_method                                      |
+| :----------: | :----------------------------------------------------- |
+|     描述     | 水印嵌入方法                                           |
+|     类型     | String                                                 |
+|    默认值    | GroupBasedLSBMethod(embed_row_cycle=2,embed_lsb_num=5) |
+| 改后生效方式 | 重启服务生效                                           |
 
 ### 授权配置
 
 * authorizer\_provider\_class
 
-|名字| authorizer\_provider\_class |
-|:---:|:---|
-|描述| 权限服务的类名 |
-|类型| String |
-|默认值| org.apache.iotdb.db.auth.authorizer.LocalFileAuthorizer |
-|改后生效方式|重启服务生效|
-|其他可选值| org.apache.iotdb.db.auth.authorizer.OpenIdAuthorizer |
+|     名字     | authorizer\_provider\_class                             |
+| :----------: | :------------------------------------------------------ |
+|     描述     | 权限服务的类名                                          |
+|     类型     | String                                                  |
+|    默认值    | org.apache.iotdb.db.auth.authorizer.LocalFileAuthorizer |
+| 改后生效方式 | 重启服务生效                                            |
+|  其他可选值  | org.apache.iotdb.db.auth.authorizer.OpenIdAuthorizer    |
 
 * openID\_url
 
-|名字| openID\_url |
-|:---:|:---|
-|描述| openID 服务器地址 (当 OpenIdAuthorizer 被启用时必须设定)|
-|类型| String(一个 http 地址)|
-|默认值| 无 |
-|改后生效方式|重启服务生效|
+|     名字     | openID\_url                                                |
+| :----------: | :--------------------------------------------------------- |
+|     描述     | openID 服务器地址 (当 OpenIdAuthorizer 被启用时必须设定) |
+|     类型     | String(一个 http 地址)                                   |
+|    默认值    | 无                                                         |
+| 改后生效方式 | 重启服务生效                                               |
 
 * admin\_name
 
-|名字| admin\_name |
-|:---:|:---|
-|描述| 管理员用户名,默认为root |
-|类型| String |
-|默认值| root |
-|改后生效方式|仅允许在第一次启动服务前修改|
+|     名字     | admin\_name                  |
+| :----------: | :--------------------------- |
+|     描述     | 管理员用户名,默认为root     |
+|     类型     | String                       |
+|    默认值    | root                         |
+| 改后生效方式 | 仅允许在第一次启动服务前修改 |
 
 * admin\_password
 
-|名字| admin\_password |
-|:---:|:---|
-|描述| 管理员密码,默认为root |
-|类型| String |
-|默认值| root |
-|改后生效方式|仅允许在第一次启动服务前修改|
+|     名字     | admin\_password              |
+| :----------: | :--------------------------- |
+|     描述     | 管理员密码,默认为root       |
+|     类型     | String                       |
+|    默认值    | root                         |
+| 改后生效方式 | 仅允许在第一次启动服务前修改 |
+
+* iotdb\_server\_encrypt\_decrypt\_provider
+
+|     名字     | iotdb\_server\_encrypt\_decrypt\_provider                      |
+| :----------: | :------------------------------------------------------------- |
+|     描述     | 用于用户密码加密的类                                             |
+|     类型     | String                                                         |
+|    默认值    | org.apache.iotdb.commons.security.encrypt.MessageDigestEncrypt |
+| 改后生效方式 | 仅允许在第一次启动服务前修改                                   |
+
+* iotdb\_server\_encrypt\_decrypt\_provider\_parameter
+
+|     名字     | iotdb\_server\_encrypt\_decrypt\_provider\_parameter |
+| :----------: | :--------------------------------------------------- |
+|     描述     | 用于初始化用户密码加密类的参数                       |
+|     类型     | String                                               |
+|    默认值    | 空                                                   |
+| 改后生效方式 | 仅允许在第一次启动服务前修改                         |
+
+* author\_cache\_size
+
+|     名字     | author\_cache\_size      |
+| :----------: | :----------------------- |
+|     描述     | 用户缓存与角色缓存的大小 |
+|     类型     | int32                    |
+|    默认值    | 1000                     |
+| 改后生效方式 | 重启服务生效             |
+
+* author\_cache\_expire\_time
+
+|     名字     | author\_cache\_expire\_time            |
+| :----------: | :------------------------------------- |
+|     描述     | 用户缓存与角色缓存的有效期,单位为分钟 |
+|     类型     | int32                                  |
+|    默认值    | 30                                     |
+| 改后生效方式 | 重启服务生效                           |
+
 
 ### UDF查询配置
 
 * udf\_initial\_byte\_array\_length\_for\_memory\_control
 
-|名字| udf\_initial\_byte\_array\_length\_for\_memory\_control |
-|:---:|:---|
-|描述| 用于评估UDF查询中文本字段的内存使用情况。建议将此值设置为略大于所有文本的平均长度记录。 |
-|类型| Int32 |
-|默认值| 48 |
-|改后生效方式|重启服务生效|
+|     名字     | udf\_initial\_byte\_array\_length\_for\_memory\_control                                 |
+| :----------: | :-------------------------------------------------------------------------------------- |
+|     描述     | 用于评估UDF查询中文本字段的内存使用情况。建议将此值设置为略大于所有文本的平均长度记录。 |
+|     类型     | Int32                                                                                   |
+|    默认值    | 48                                                                                      |
+| 改后生效方式 | 重启服务生效                                                                            |
 
 * udf\_memory\_budget\_in\_mb
 
-|名字| udf\_memory\_budget\_in\_mb |
-|:---:|:---|
-|描述| 在一个UDF查询中使用多少内存(以 MB 为单位)。上限为已分配内存的 20% 用于读取。 |
-|类型| Float |
-|默认值| 30.0 |
-|改后生效方式|重启服务生效|
+|     名字     | udf\_memory\_budget\_in\_mb                                                    |
+| :----------: | :----------------------------------------------------------------------------- |
+|     描述     | 在一个UDF查询中使用多少内存(以 MB 为单位)。上限为已分配内存的 20% 用于读取。 |
+|     类型     | Float                                                                          |
+|    默认值    | 30.0                                                                           |
+| 改后生效方式 | 重启服务生效                                                                   |
 
 * udf\_reader\_transformer\_collector\_memory\_proportion
 
-|名字| udf\_reader\_transformer\_collector\_memory\_proportion |
-|:---:|:--------------------------------------------------------|
-|描述| UDF内存分配比例。参数形式为a : b : c,其中a、b、c为整数。                    |
-|类型| String                                                  |
-|默认值| 1:1:1                                                   |
-|改后生效方式| 重启服务生效                                                  |
+|     名字     | udf\_reader\_transformer\_collector\_memory\_proportion   |
+| :----------: | :-------------------------------------------------------- |
+|     描述     | UDF内存分配比例。参数形式为a : b : c,其中a、b、c为整数。 |
+|     类型     | String                                                    |
+|    默认值    | 1:1:1                                                     |
+| 改后生效方式 | 重启服务生效                                              |
 
 * udf\_lib\_dir
 
-|名字| udf\_lib\_dir |
-|:---:|:---|
-|描述| UDF 日志及jar文件存储路径 |
-|类型| String |
-|默认值| ext/udf(Windows:ext\\udf) |
-|改后生效方式|重启服务生效|
+|     名字     | udf\_lib\_dir                |
+| :----------: | :--------------------------- |
+|     描述     | UDF 日志及jar文件存储路径    |
+|     类型     | String                       |
+|    默认值    | ext/udf(Windows:ext\\udf) |
+| 改后生效方式 | 重启服务生效                 |
 
 ### 触发器配置
 
@@ -1100,12 +1137,12 @@ IoTDB ConfigNode 和 DataNode 的通用配置参数位于 `conf` 目录下。
 
 * select_into_insert_tablet_plan_row_limit
 
-|     名字     | select_into_insert_tablet_plan_row_limit                     |
-| :----------: | :----------------------------------------------------------- |
+|     名字     | select_into_insert_tablet_plan_row_limit                              |
+| :----------: | :-------------------------------------------------------------------- |
 |     描述     | 执行 select-into 语句时,一个 insert-tablet-plan 中可以处理的最大行数 |
-|     类型     | Int32                                                        |
-|    默认值    | 10000                                                        |
-| 改后生效方式 | 触发生效                                                     |
+|     类型     | Int32                                                                 |
+|    默认值    | 10000                                                                 |
+| 改后生效方式 | 触发生效                                                              |
 
 ### 连续查询配置
 
@@ -1121,40 +1158,40 @@ IoTDB ConfigNode 和 DataNode 的通用配置参数位于 `conf` 目录下。
 * continuous_query_submit_thread_count
 
 |     名字     | continuous_query_execution_thread |
-| :----------: |:----------------------------------|
-|     描述     | 执行连续查询任务的线程池的线程数                  |
+| :----------: | :-------------------------------- |
+|     描述     | 执行连续查询任务的线程池的线程数  |
 |     类型     | Int32                             |
 |    默认值    | 2                                 |
-| 改后生效方式 | 重启服务生效                            |
+| 改后生效方式 | 重启服务生效                      |
 
 * continuous\_query\_min\_every\_interval\_in\_ms
 
 |     名字     | continuous_query_min_every_interval\_in\_ms |
-| :----------: |:------------------------------------|
-|     描述     | 连续查询执行时间间隔的最小值                      |
-|     类型     | long (duration)                     |
-|    默认值    | 1000                                |
-| 改后生效方式 | 重启服务生效                              |
+| :----------: | :------------------------------------------ |
+|     描述     | 连续查询执行时间间隔的最小值                |
+|     类型     | long (duration)                             |
+|    默认值    | 1000                                        |
+| 改后生效方式 | 重启服务生效                                |
 
 ### PIPE 配置
 
 * ip\_white\_list
 
-|   名字   | ip\_white\_list                                                     |
-|:------:|:--------------------------------------------------------------------|
-|   描述   | 同步客户端的白名单。请用网段形式表示IP范围,例如:192.168.0.0/16,若有多个IP段,请用逗号隔开,默认是允许所有IP同步 |
-|   类型   | String                                                              |
-|  默认值   | 0.0.0.0/0                                                           |
-| 改后生效方式 | 重启服务生效                                                              |
+|     名字     | ip\_white\_list                                                                                                    |
+| :----------: | :----------------------------------------------------------------------------------------------------------------- |
+|     描述     | 同步客户端的白名单。请用网段形式表示IP范围,例如:192.168.0.0/16,若有多个IP段,请用逗号隔开,默认是允许所有IP同步 |
+|     类型     | String                                                                                                             |
+|    默认值    | 0.0.0.0/0                                                                                                          |
+| 改后生效方式 | 重启服务生效                                                                                                       |
 
 * max_number_of_sync_file_retry
 
-|   名字   | max_number_of_sync_file_retry |
-|:------:|:------------------------------|
-|   描述   | 同步文件最大重试次数                    |
-|   类型   | int                           |
-|  默认值   | 5                             |
-| 改后生效方式 | 重启服务生效                        |
+|     名字     | max_number_of_sync_file_retry |
+| :----------: | :---------------------------- |
+|     描述     | 同步文件最大重试次数          |
+|     类型     | int                           |
+|    默认值    | 5                             |
+| 改后生效方式 | 重启服务生效                  |
 
 ### Ratis 共识协议配置
 
@@ -1162,86 +1199,86 @@ IoTDB ConfigNode 和 DataNode 的通用配置参数位于 `conf` 目录下。
 
 * procedure_core_worker_thread_count
 
-|   名字   | procedure_core_worker_thread_count |
-|:------:|:-----------------------------------|
-|   描述   | 工作线程数量                             |
-|   类型   | int                                |
-|  默认值   | 4                                  |
-| 改后生效方式 | 重启服务生效                             |
+|     名字     | procedure_core_worker_thread_count |
+| :----------: | :--------------------------------- |
+|     描述     | 工作线程数量                       |
+|     类型     | int                                |
+|    默认值    | 4                                  |
+| 改后生效方式 | 重启服务生效                       |
 
 * procedure_completed_clean_interval
 
 |     名字     | procedure_completed_clean_interval |
-| :----------: |:-----------------------------------|
-|     描述     | 清理已完成的 procedure 时间间隔              |
+| :----------: | :--------------------------------- |
+|     描述     | 清理已完成的 procedure 时间间隔    |
 |     类型     | int                                |
 |    默认值    | 30(s)                              |
-| 改后生效方式 | 重启服务生效                             |
+| 改后生效方式 | 重启服务生效                       |
 
 * procedure_completed_evict_ttl
 
-|     名字     | procedure_completed_evict_ttl |
-| :----------: |:------------------------------|
-|     描述     | 已完成的 procedure 的数据保留时间        |
-|     类型     | int                           |
-|    默认值    | 800(s)                        |
-| 改后生效方式 | 重启服务生效                        |
+|     名字     | procedure_completed_evict_ttl     |
+| :----------: | :-------------------------------- |
+|     描述     | 已完成的 procedure 的数据保留时间 |
+|     类型     | int                               |
+|    默认值    | 800(s)                            |
+| 改后生效方式 | 重启服务生效                      |
 
 ### MQTT代理配置
 
 * enable\_mqtt\_service
 
-|名字| enable\_mqtt\_service。 |
-|:---:|:---|
-|描述| 是否开启MQTT服务 |
-|类型| Boolean |
-|默认值| false |
-|改后生效方式|触发生效|
+|     名字     | enable\_mqtt\_service。 |
+| :----------: | :---------------------- |
+|     描述     | 是否开启MQTT服务        |
+|     类型     | Boolean                 |
+|    默认值    | false                   |
+| 改后生效方式 | 触发生效                |
 
 * mqtt\_host
 
-|名字| mqtt\_host |
-|:---:|:---|
-|描述| MQTT服务绑定的host。 |
-|类型| String |
-|默认值| 0.0.0.0 |
-|改后生效方式|触发生效|
+|     名字     | mqtt\_host           |
+| :----------: | :------------------- |
+|     描述     | MQTT服务绑定的host。 |
+|     类型     | String               |
+|    默认值    | 0.0.0.0              |
+| 改后生效方式 | 触发生效             |
 
 * mqtt\_port
 
-|名字| mqtt\_port |
-|:---:|:---|
-|描述| MQTT服务绑定的port。 |
-|类型| Int32 |
-|默认值| 1883 |
-|改后生效方式|触发生效|
+|     名字     | mqtt\_port           |
+| :----------: | :------------------- |
+|     描述     | MQTT服务绑定的port。 |
+|     类型     | Int32                |
+|    默认值    | 1883                 |
+| 改后生效方式 | 触发生效             |
 
 * mqtt\_handler\_pool\_size
 
-|名字| mqtt\_handler\_pool\_size |
-|:---:|:---|
-|描述| 用于处理MQTT消息的处理程序池大小。 |
-|类型| Int32 |
-|默认值| 1 |
-|改后生效方式|触发生效|
+|     名字     | mqtt\_handler\_pool\_size          |
+| :----------: | :--------------------------------- |
+|     描述     | 用于处理MQTT消息的处理程序池大小。 |
+|     类型     | Int32                              |
+|    默认值    | 1                                  |
+| 改后生效方式 | 触发生效                           |
 
 * mqtt\_payload\_formatter
 
-|名字| mqtt\_payload\_formatter |
-|:---:|:---|
-|描述| MQTT消息有效负载格式化程序。 |
-|类型| String |
-|默认值| json |
-|改后生效方式|触发生效|
+|     名字     | mqtt\_payload\_formatter     |
+| :----------: | :--------------------------- |
+|     描述     | MQTT消息有效负载格式化程序。 |
+|     类型     | String                       |
+|    默认值    | json                         |
+| 改后生效方式 | 触发生效                     |
 
 * mqtt\_max\_message\_size
 
-|名字| mqtt\_max\_message\_size |
-|:---:|:---|
-|描述| MQTT消息的最大长度(以字节为单位)。 |
-|类型| Int32 |
-|默认值| 1048576 |
-|改后生效方式|触发生效|
+|     名字     | mqtt\_max\_message\_size             |
+| :----------: | :----------------------------------- |
+|     描述     | MQTT消息的最大长度(以字节为单位)。 |
+|     类型     | Int32                                |
+|    默认值    | 1048576                              |
+| 改后生效方式 | 触发生效                             |
 
 ### REST 服务配置
 
@@ -1261,6 +1298,6 @@ IoTDB ConfigNode 和 DataNode 的通用配置参数位于 `conf` 目录下。
 |     名字     | influxdb_rpc_port            |
 | :----------: | :--------------------------- |
 |     描述     | influxdb rpc service占用端口 |
-|     类型     | int                        |
+|     类型     | int                          |
 |    默认值    | 8086                         |
 | 改后生效方式 | 重启服务生效                 |
\ No newline at end of file