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

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


The following commit(s) were added to refs/heads/main by this push:
     new 43d73ae  1、修改了apache官网底部版权信息  2、修改“安装包获取文件名(IoTDB-Get ->IoTDB-Package) 
3、修改“资源优化”内容 (#245)
43d73ae is described below

commit 43d73ae82117f7d28f3f16733fd483c0202c56f0
Author: majialin <[email protected]>
AuthorDate: Wed Jun 12 20:20:04 2024 +0800

    1、修改了apache官网底部版权信息  2、修改“安装包获取文件名(IoTDB-Get ->IoTDB-Package) 3、修改“资源优化”内容 
(#245)
---
 src/.vuepress/components/PageFooter.vue            |  2 +-
 src/.vuepress/sidebar/V1.3.x/en.ts                 |  2 +
 src/.vuepress/sidebar/V1.3.x/zh.ts                 |  2 +
 src/.vuepress/sidebar_timecho/V1.3.x/en.ts         |  2 +
 src/.vuepress/sidebar_timecho/V1.3.x/zh.ts         |  2 +
 .../Database Resources.md                          | 61 ++++++++++++++++++++++
 .../Deployment-and-Maintenance/IoTDB-Package.md    | 42 +++++++++++++++
 .../IoTDB-Package_timecho.md                       | 42 +++++++++++++++
 .../Database Resources.md                          | 61 ++++++++++++++++++++++
 .../Deployment-and-Maintenance/IoTDB-Package.md    | 42 +++++++++++++++
 .../IoTDB-Package_timecho.md                       | 42 +++++++++++++++
 .../Database Resources.md                          | 61 ++++++++++++++++++++++
 .../Deployment-and-Maintenance/IoTDB-Package.md    | 44 ++++++++++++++++
 .../IoTDB-Package_timecho.md                       | 46 ++++++++++++++++
 .../Database Resources.md                          | 61 ++++++++++++++++++++++
 .../Deployment-and-Maintenance/IoTDB-Package.md    | 45 ++++++++++++++++
 .../IoTDB-Package_timecho.md                       | 46 ++++++++++++++++
 17 files changed, 602 insertions(+), 1 deletion(-)

diff --git a/src/.vuepress/components/PageFooter.vue 
b/src/.vuepress/components/PageFooter.vue
index fa1bebb..f08e2ba 100644
--- a/src/.vuepress/components/PageFooter.vue
+++ b/src/.vuepress/components/PageFooter.vue
@@ -20,7 +20,7 @@
   <footer style="padding-bottom: 2rem;">
     <span id="doc-version" style="display: none;">{{ docVersion }}</span>
     <p style="text-align: center; color: #909399; font-size: 12px; margin: 0 
30px;">Copyright © {{year}} The Apache Software Foundation.<br>
-      Apache and the Apache feather logo are trademarks of The Apache Software 
Foundation</p>
+      Apache IoTDB, IoTDB, Apache, the Apache feather logo, and the Apache 
IoTDB project logo are either registered trademarks or trademarks of The Apache 
Software Foundation in all countries</p>
     <p style="text-align: center; margin-top: 10px; color: #909399; font-size: 
12px; margin: 0 30px;">
       <strong>Have a question?</strong> Connect with us on QQ, WeChat, or 
Slack. <a href="https://github.com/apache/iotdb/issues/1995";>Join the 
community</a> now.</p>
   </footer>
diff --git a/src/.vuepress/sidebar/V1.3.x/en.ts 
b/src/.vuepress/sidebar/V1.3.x/en.ts
index be2bc83..ee8a19c 100644
--- a/src/.vuepress/sidebar/V1.3.x/en.ts
+++ b/src/.vuepress/sidebar/V1.3.x/en.ts
@@ -66,6 +66,8 @@ export const enSidebar = {
       prefix: 'Deployment-and-Maintenance/',
       // children: 'structure',
       children: [
+        { text: 'Package acquisition', link: 'IoTDB-Package' },
+        { text: 'Database Resources', link: 'Database Resources' },
         { text: 'Environmental Requirement', link: 'Environmental-Requirement' 
},
         { text: 'Resource Recommendation', link: 'Deployment-Recommendation' },
         { text: 'Deployment Guide', link: 'Deployment-Guide' },
diff --git a/src/.vuepress/sidebar/V1.3.x/zh.ts 
b/src/.vuepress/sidebar/V1.3.x/zh.ts
index ed1d3bc..701a446 100644
--- a/src/.vuepress/sidebar/V1.3.x/zh.ts
+++ b/src/.vuepress/sidebar/V1.3.x/zh.ts
@@ -66,6 +66,8 @@ export const zhSidebar = {
       prefix: 'Deployment-and-Maintenance/',
       // children: 'structure',
       children: [
+        { text: '安装包获取', link: 'IoTDB-Package' },
+        { text: '资源规划', link: 'Database Resources' },
         { text: '部署准备', link: 'Deployment-Preparation' },
         { text: '资源推荐', link: 'Deployment-Recommendation' },
         { text: '部署指导', link: 'Deployment-Guide' },
diff --git a/src/.vuepress/sidebar_timecho/V1.3.x/en.ts 
b/src/.vuepress/sidebar_timecho/V1.3.x/en.ts
index 082fcc9..0c09bca 100644
--- a/src/.vuepress/sidebar_timecho/V1.3.x/en.ts
+++ b/src/.vuepress/sidebar_timecho/V1.3.x/en.ts
@@ -66,6 +66,8 @@ export const enSidebar = {
       prefix: 'Deployment-and-Maintenance/',
       // children: 'structure',
       children: [
+        { text: 'Package acquisition', link: 'IoTDB-Package_timecho' },
+        { text: 'Database Resources', link: 'Database Resources' },
         { text: 'Environmental Requirement', link: 'Environmental-Requirement' 
},
         { text: 'Resource Recommendation', link: 'Deployment-Recommendation' },
         { text: 'Deployment Guide', link: 'Deployment-Guide_timecho' },
diff --git a/src/.vuepress/sidebar_timecho/V1.3.x/zh.ts 
b/src/.vuepress/sidebar_timecho/V1.3.x/zh.ts
index c307c82..e2709d9 100644
--- a/src/.vuepress/sidebar_timecho/V1.3.x/zh.ts
+++ b/src/.vuepress/sidebar_timecho/V1.3.x/zh.ts
@@ -66,6 +66,8 @@ export const zhSidebar = {
       prefix: 'Deployment-and-Maintenance/',
       // children: 'structure',
       children: [
+        { text: '安装包获取', link: 'IoTDB-Package_timecho' },
+        { text: '资源规划', link: 'Database Resources' },
         { text: '部署准备', link: 'Deployment-Preparation' },
         { text: '资源推荐', link: 'Deployment-Recommendation' },
         { text: '部署指导', link: 'Deployment-Guide_timecho' },
diff --git a/src/UserGuide/Master/Deployment-and-Maintenance/Database 
Resources.md b/src/UserGuide/Master/Deployment-and-Maintenance/Database 
Resources.md
new file mode 100644
index 0000000..6cdd4aa
--- /dev/null
+++ b/src/UserGuide/Master/Deployment-and-Maintenance/Database Resources.md     
@@ -0,0 +1,61 @@
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+    
+        http://www.apache.org/licenses/LICENSE-2.0
+    
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
+# Database Resources
+## CPU
+| Number of second level sequences | CPU                                       
       | Number of nodes |      |                                               
   |
+| -------------------------------- | 
------------------------------------------------ | --------------- | ---- | 
------------------------------------------------ |
+| standalone mode                  | Double active                             
       | Distributed     |      |                                               
   |
+| Within 100000                    | 2-4 core                                  
       | 1               | 2    | 3                                             
   |
+| Within 300000                    | 4-8core                                   
       | 1               | 2    | 3                                             
   |
+| Within 500000                    | 8-26core                                  
       | 1               | 2    | 3                                             
   |
+| Within 1000000                   | 16-32core                                 
       | 1               | 2    | 3                                             
   |
+| Within 2000000                   | 32-48core                                 
       | 1               | 2    | 3                                             
   |
+| Within 10000000                  | 48-core                                   
       | 1               | 2    | Please contact Timecho Business for 
consultation |
+| Over 10000000                    | Please contact Timecho Business for 
consultation |                 |      |                                         
         |
+## Memory 
+| Number of second level sequences | Memory                                    
       | Number of nodes |      |                                               
   |
+| -------------------------------- | 
------------------------------------------------ | --------------- | ---- | 
------------------------------------------------ |
+| standalone mode                  | Double active                             
       | Distributed     |      |                                               
   |
+| Within 100000                    | 4G-8G                                     
       | 1               | 2    | 3                                             
   |
+| Within 300000                    | 12G-32G                                   
       | 1               | 2    | 3                                             
   |
+| Within 500000                    | 24G-48G                                   
       | 1               | 2    | 3                                             
   |
+| Within 1000000                   | 32G-96G                                   
       | 1               | 2    | 3                                             
   |
+| Within 2000000                   | 64G-128G                                  
       | 1               | 2    | 3                                             
   |
+| Within 10000000                  | 128G                                      
       | 1               | 2    | Please contact Timecho Business for 
consultation |
+| 1000w以上Over 10000000           | Please contact Timecho Business for 
consultation |                 |      |                                         
         |
+## Storage (Disk)
+### Storage space
+Calculation formula: Number of measurement points * Sampling frequency (Hz) * 
Size of each data point (Byte, different data types may vary, see table below) 
* Storage time (seconds) * Number of copies (usually 1 copy for a single node 
and 2 copies for a cluster) ÷ Compression ratio (can be estimated at 5-10 
times, but may be higher in actual situations)
+| Data point size calculation table |                   |                  |   
                                   |
+| --------------------------------- | ----------------- | ---------------- | 
------------------------------------ |
+| data type                         | Timestamp (Bytes) | Value (Bytes)    | 
Total size of data points (in bytes) |
+| Boolean                           | 8                 | 1                | 9 
                                   |
+| INT32)/FLOAT                     | 8                 | 4                | 12 
                                  |
+| INT64/DOUBLE                      | 8                 | 8                | 
16                                   |
+| TEXT                              | 8                 | The average is a | 
8+a                                  |
+
+Example: 1000 devices, each with 100 measurement points, a total of 100000 
sequences, INT32 type. Sampling frequency 1Hz (once per second), storage for 1 
year, 3 copies.
+- Complete calculation formula: 1000 devices * 100 measurement points * 12 
bytes per data point * 86400 seconds per day * 365 days per year * 3 copies/10 
compression ratio=11T
+- Simplified calculation formula: 1000 * 100 * 12 * 86400 * 365 * 3/10=11T
+### Storage Configuration
+If the number of nodes is over 10000000 or the query load is high, it is 
recommended to configure SSD
+## Other instructions
+IoTDB has the ability to scale up clusters in seconds, and expanding node data 
does not require migration. Therefore, you do not need to worry about the 
limited cluster capacity estimated based on existing data. In the future, you 
can add new nodes to the cluster when you need to scale up.
\ No newline at end of file
diff --git a/src/UserGuide/Master/Deployment-and-Maintenance/IoTDB-Package.md 
b/src/UserGuide/Master/Deployment-and-Maintenance/IoTDB-Package.md
new file mode 100644
index 0000000..0bdcd9a
--- /dev/null
+++ b/src/UserGuide/Master/Deployment-and-Maintenance/IoTDB-Package.md
@@ -0,0 +1,42 @@
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+    
+        http://www.apache.org/licenses/LICENSE-2.0
+    
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
+# IoTDB-Package
+
+## How to obtain the open source version
+The open source installation package can be directly obtained from the Apache 
IoTDB official website:https://iotdb.apache.org/zh/Download/
+
+## Installation Package Structure
+Install the package after 
decompression(apache-iotdb-<version>-all-bin.zip),After decompressing the 
installation package, the directory structure is as follows:
+|  **catalogue**   | **Type** |                       **Explanation**          
              |
+| :--------------: | :------: | 
:----------------------------------------------------------: |
+|       conf       |  folder  | Configuration file directory, including 
configuration files such as ConfigNode, DataNode, JMX, and logback |
+|       data       |  folder  | The default data file directory contains data 
files for ConfigNode and DataNode. (The directory will only be generated after 
starting the program) |
+|       lib        |  folder  |           IoTDB executable library file 
directory            |
+|     licenses     |  folder  |       Open source community certificate file 
directory       |
+|       logs       |  folder  | The default log file directory, which includes 
log files for ConfigNode and DataNode (this directory will only be generated 
after starting the program) |
+|       sbin       |  folder  | Main script directory, including start, stop, 
and other scripts |
+|      tools       |  folder  |             Directory of System Peripheral 
Tools             |
+|       ext        |  folder  | Related files for pipe, trigger, and UDF 
plugins (created by the user when needed) |
+|     LICENSE      |   file   |                         certificate            
              |
+|      NOTICE      |   file   |                             Tip                
              |
+|   README_ZH.md   |   file   |    Explanation of the Chinese version in 
Markdown format     |
+|    README.md     |   file   |                     Instructions for use       
              |
+| RELEASE_NOTES.md |   file   |                     Version Description        
              |
\ No newline at end of file
diff --git 
a/src/UserGuide/Master/Deployment-and-Maintenance/IoTDB-Package_timecho.md 
b/src/UserGuide/Master/Deployment-and-Maintenance/IoTDB-Package_timecho.md
new file mode 100644
index 0000000..a7526ad
--- /dev/null
+++ b/src/UserGuide/Master/Deployment-and-Maintenance/IoTDB-Package_timecho.md
@@ -0,0 +1,42 @@
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+    
+        http://www.apache.org/licenses/LICENSE-2.0
+    
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
+# IoTDB-Package
+## How to obtain TimechoDB
+The enterprise version installation package can be obtained through product 
trial application or by directly contacting the business personnel who are in 
contact with you.
+
+## Installation Package Structure
+Install the package after 
decompression(iotdb-enterprise-{version}-bin.zip),The directory structure after 
unpacking the installation package is as follows:
+|  **catalogue**   | **Type** | **Explanation**                                
              |
+| :--------------: | -------- | 
------------------------------------------------------------ |
+|    activation    | folder   | The directory where the activation file is 
located, including the generated machine code and the enterprise version 
activation code obtained from the business side (this directory will only be 
generated after starting ConfigNode to obtain the activation code) |
+|       conf       | folder   | Configuration file directory, including 
configuration files such as ConfigNode, DataNode, JMX, and logback |
+|       data       | folder   | The default data file directory contains data 
files for ConfigNode and DataNode. (The directory will only be generated after 
starting the program) |
+|       lib        | folder   | IoTDB executable library file directory        
              |
+|     licenses     | folder   | Open source community certificate file 
directory             |
+|       logs       | folder   | The default log file directory, which includes 
log files for ConfigNode and DataNode (this directory will only be generated 
after starting the program) |
+|       sbin       | folder   | Main script directory, including start, stop, 
and other scripts |
+|      tools       | folder   | Directory of System Peripheral Tools           
              |
+|       ext        | folder   | Related files for pipe, trigger, and UDF 
plugins (created by the user when needed) |
+|     LICENSE      | file     | certificate                                    
              |
+|      NOTICE      | file     | Tip                                            
              |
+|   README_ZH.md   | file     | Explanation of the Chinese version in Markdown 
format        |
+|    README.md     | file     | Instructions for use                           
              |
+| RELEASE_NOTES.md | file     | Version Description                            
              |
diff --git a/src/UserGuide/latest/Deployment-and-Maintenance/Database 
Resources.md b/src/UserGuide/latest/Deployment-and-Maintenance/Database 
Resources.md
new file mode 100644
index 0000000..6cdd4aa
--- /dev/null
+++ b/src/UserGuide/latest/Deployment-and-Maintenance/Database Resources.md     
@@ -0,0 +1,61 @@
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+    
+        http://www.apache.org/licenses/LICENSE-2.0
+    
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
+# Database Resources
+## CPU
+| Number of second level sequences | CPU                                       
       | Number of nodes |      |                                               
   |
+| -------------------------------- | 
------------------------------------------------ | --------------- | ---- | 
------------------------------------------------ |
+| standalone mode                  | Double active                             
       | Distributed     |      |                                               
   |
+| Within 100000                    | 2-4 core                                  
       | 1               | 2    | 3                                             
   |
+| Within 300000                    | 4-8core                                   
       | 1               | 2    | 3                                             
   |
+| Within 500000                    | 8-26core                                  
       | 1               | 2    | 3                                             
   |
+| Within 1000000                   | 16-32core                                 
       | 1               | 2    | 3                                             
   |
+| Within 2000000                   | 32-48core                                 
       | 1               | 2    | 3                                             
   |
+| Within 10000000                  | 48-core                                   
       | 1               | 2    | Please contact Timecho Business for 
consultation |
+| Over 10000000                    | Please contact Timecho Business for 
consultation |                 |      |                                         
         |
+## Memory 
+| Number of second level sequences | Memory                                    
       | Number of nodes |      |                                               
   |
+| -------------------------------- | 
------------------------------------------------ | --------------- | ---- | 
------------------------------------------------ |
+| standalone mode                  | Double active                             
       | Distributed     |      |                                               
   |
+| Within 100000                    | 4G-8G                                     
       | 1               | 2    | 3                                             
   |
+| Within 300000                    | 12G-32G                                   
       | 1               | 2    | 3                                             
   |
+| Within 500000                    | 24G-48G                                   
       | 1               | 2    | 3                                             
   |
+| Within 1000000                   | 32G-96G                                   
       | 1               | 2    | 3                                             
   |
+| Within 2000000                   | 64G-128G                                  
       | 1               | 2    | 3                                             
   |
+| Within 10000000                  | 128G                                      
       | 1               | 2    | Please contact Timecho Business for 
consultation |
+| 1000w以上Over 10000000           | Please contact Timecho Business for 
consultation |                 |      |                                         
         |
+## Storage (Disk)
+### Storage space
+Calculation formula: Number of measurement points * Sampling frequency (Hz) * 
Size of each data point (Byte, different data types may vary, see table below) 
* Storage time (seconds) * Number of copies (usually 1 copy for a single node 
and 2 copies for a cluster) ÷ Compression ratio (can be estimated at 5-10 
times, but may be higher in actual situations)
+| Data point size calculation table |                   |                  |   
                                   |
+| --------------------------------- | ----------------- | ---------------- | 
------------------------------------ |
+| data type                         | Timestamp (Bytes) | Value (Bytes)    | 
Total size of data points (in bytes) |
+| Boolean                           | 8                 | 1                | 9 
                                   |
+| INT32)/FLOAT                     | 8                 | 4                | 12 
                                  |
+| INT64/DOUBLE                      | 8                 | 8                | 
16                                   |
+| TEXT                              | 8                 | The average is a | 
8+a                                  |
+
+Example: 1000 devices, each with 100 measurement points, a total of 100000 
sequences, INT32 type. Sampling frequency 1Hz (once per second), storage for 1 
year, 3 copies.
+- Complete calculation formula: 1000 devices * 100 measurement points * 12 
bytes per data point * 86400 seconds per day * 365 days per year * 3 copies/10 
compression ratio=11T
+- Simplified calculation formula: 1000 * 100 * 12 * 86400 * 365 * 3/10=11T
+### Storage Configuration
+If the number of nodes is over 10000000 or the query load is high, it is 
recommended to configure SSD
+## Other instructions
+IoTDB has the ability to scale up clusters in seconds, and expanding node data 
does not require migration. Therefore, you do not need to worry about the 
limited cluster capacity estimated based on existing data. In the future, you 
can add new nodes to the cluster when you need to scale up.
\ No newline at end of file
diff --git a/src/UserGuide/latest/Deployment-and-Maintenance/IoTDB-Package.md 
b/src/UserGuide/latest/Deployment-and-Maintenance/IoTDB-Package.md
new file mode 100644
index 0000000..0bdcd9a
--- /dev/null
+++ b/src/UserGuide/latest/Deployment-and-Maintenance/IoTDB-Package.md
@@ -0,0 +1,42 @@
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+    
+        http://www.apache.org/licenses/LICENSE-2.0
+    
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
+# IoTDB-Package
+
+## How to obtain the open source version
+The open source installation package can be directly obtained from the Apache 
IoTDB official website:https://iotdb.apache.org/zh/Download/
+
+## Installation Package Structure
+Install the package after 
decompression(apache-iotdb-<version>-all-bin.zip),After decompressing the 
installation package, the directory structure is as follows:
+|  **catalogue**   | **Type** |                       **Explanation**          
              |
+| :--------------: | :------: | 
:----------------------------------------------------------: |
+|       conf       |  folder  | Configuration file directory, including 
configuration files such as ConfigNode, DataNode, JMX, and logback |
+|       data       |  folder  | The default data file directory contains data 
files for ConfigNode and DataNode. (The directory will only be generated after 
starting the program) |
+|       lib        |  folder  |           IoTDB executable library file 
directory            |
+|     licenses     |  folder  |       Open source community certificate file 
directory       |
+|       logs       |  folder  | The default log file directory, which includes 
log files for ConfigNode and DataNode (this directory will only be generated 
after starting the program) |
+|       sbin       |  folder  | Main script directory, including start, stop, 
and other scripts |
+|      tools       |  folder  |             Directory of System Peripheral 
Tools             |
+|       ext        |  folder  | Related files for pipe, trigger, and UDF 
plugins (created by the user when needed) |
+|     LICENSE      |   file   |                         certificate            
              |
+|      NOTICE      |   file   |                             Tip                
              |
+|   README_ZH.md   |   file   |    Explanation of the Chinese version in 
Markdown format     |
+|    README.md     |   file   |                     Instructions for use       
              |
+| RELEASE_NOTES.md |   file   |                     Version Description        
              |
\ No newline at end of file
diff --git 
a/src/UserGuide/latest/Deployment-and-Maintenance/IoTDB-Package_timecho.md 
b/src/UserGuide/latest/Deployment-and-Maintenance/IoTDB-Package_timecho.md
new file mode 100644
index 0000000..a7526ad
--- /dev/null
+++ b/src/UserGuide/latest/Deployment-and-Maintenance/IoTDB-Package_timecho.md
@@ -0,0 +1,42 @@
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+    
+        http://www.apache.org/licenses/LICENSE-2.0
+    
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
+# IoTDB-Package
+## How to obtain TimechoDB
+The enterprise version installation package can be obtained through product 
trial application or by directly contacting the business personnel who are in 
contact with you.
+
+## Installation Package Structure
+Install the package after 
decompression(iotdb-enterprise-{version}-bin.zip),The directory structure after 
unpacking the installation package is as follows:
+|  **catalogue**   | **Type** | **Explanation**                                
              |
+| :--------------: | -------- | 
------------------------------------------------------------ |
+|    activation    | folder   | The directory where the activation file is 
located, including the generated machine code and the enterprise version 
activation code obtained from the business side (this directory will only be 
generated after starting ConfigNode to obtain the activation code) |
+|       conf       | folder   | Configuration file directory, including 
configuration files such as ConfigNode, DataNode, JMX, and logback |
+|       data       | folder   | The default data file directory contains data 
files for ConfigNode and DataNode. (The directory will only be generated after 
starting the program) |
+|       lib        | folder   | IoTDB executable library file directory        
              |
+|     licenses     | folder   | Open source community certificate file 
directory             |
+|       logs       | folder   | The default log file directory, which includes 
log files for ConfigNode and DataNode (this directory will only be generated 
after starting the program) |
+|       sbin       | folder   | Main script directory, including start, stop, 
and other scripts |
+|      tools       | folder   | Directory of System Peripheral Tools           
              |
+|       ext        | folder   | Related files for pipe, trigger, and UDF 
plugins (created by the user when needed) |
+|     LICENSE      | file     | certificate                                    
              |
+|      NOTICE      | file     | Tip                                            
              |
+|   README_ZH.md   | file     | Explanation of the Chinese version in Markdown 
format        |
+|    README.md     | file     | Instructions for use                           
              |
+| RELEASE_NOTES.md | file     | Version Description                            
              |
diff --git a/src/zh/UserGuide/Master/Deployment-and-Maintenance/Database 
Resources.md b/src/zh/UserGuide/Master/Deployment-and-Maintenance/Database 
Resources.md
new file mode 100644
index 0000000..7fe7d8e
--- /dev/null
+++ b/src/zh/UserGuide/Master/Deployment-and-Maintenance/Database Resources.md  
@@ -0,0 +1,61 @@
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+    
+        http://www.apache.org/licenses/LICENSE-2.0
+    
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
+# 资源规划
+## CPU
+| 秒级序列数 | CPU                | 节点数 |      |                    |
+| ---------- | ------------------ | ------ | ---- | ------------------ |
+| 单机       | 双活               | 分布式 |      |                    |
+| 10w以内    | 2核-4核            | 1      | 2    | 3                  |
+| 30w以内    | 4核-8核            | 1      | 2    | 3                  |
+| 50w以内    | 8核-16核           | 1      | 2    | 3                  |
+| 100w以内   | 16核-32核          | 1      | 2    | 3                  |
+| 200w以内   | 32核-48核          | 1      | 2    | 3                  |
+| 1000w以内  | 48核               | 1      | 2    | 请联系天谋商务咨询 |
+| 1000w以上  | 请联系天谋商务咨询 |        |      |                    |
+## 内存
+| 秒级序列数 | 内存               | 节点数 |      |                    |
+| ---------- | ------------------ | ------ | ---- | ------------------ |
+| 单机       | 双活               | 分布式 |      |                    |
+| 10w以内    | 4G-8G              | 1      | 2    | 3                  |
+| 30w以内    | 12G-32G            | 1      | 2    | 3                  |
+| 50w以内    | 24G-48G            | 1      | 2    | 3                  |
+| 100w以内   | 32G-96G            | 1      | 2    | 3                  |
+| 200w以内   | 64G-128G           | 1      | 2    | 3                  |
+| 1000w以内  | 128G               | 1      | 2    | 请联系天谋商务咨询 |
+| 1000w以上  | 请联系天谋商务咨询 |        |      |                    |
+## 存储(磁盘)
+### 存储空间
+计算公式:测点数量 * 采样频率(Hz)* 每个数据点大小(Byte,不同数据类型不一样,见下表) * 存储时长(秒) * 
副本数(一般单节点为1副本,集群为2副本)÷ 压缩比(可按5-10倍估算,实际情况可能更高)
+| 数据点大小计算表                       |                |            |               
       |
+| -------------------------------------- | -------------- | ---------- | 
-------------------- |
+| 数据类型                               | 时间戳(字节) | 值(字节) | 数据点总大小(字节) |
+| 开关量(Boolean)                      | 8              | 1          | 9          
          |
+| 整型(INT32)/单精度浮点数(FLOAT)    | 8              | 4          | 12                
   |
+| 长整型(INT64)/双精度浮点数(DOUBLE) | 8              | 8          | 16                 
  |
+| 字符串(TEXT)                         | 8              | 平均为 a   | 8+a           
       |
+
+示例:1000设备,每个设备100 测点,共 100000 序列,INT32 类型。采样频率1Hz(每秒一次),存储1年,3副本。
+- 完整计算公式:1000设备*100测点*12字节每数据点*86400秒每天*365天每年*3副本/10压缩比=11T
+- 简版计算公式:1000*100*12*86400*365*3/10=11T
+### 存储配置
+1000w 点位以上或查询负载较大,推荐配置 SSD。
+## 其他说明
+IoTDB 具有集群秒级扩容能力,扩容节点数据可不迁移,因此您无需担心按现有数据情况估算的集群能力有限,未来您可在需要扩容时为集群加入新的节点。
\ No newline at end of file
diff --git 
a/src/zh/UserGuide/Master/Deployment-and-Maintenance/IoTDB-Package.md 
b/src/zh/UserGuide/Master/Deployment-and-Maintenance/IoTDB-Package.md
new file mode 100644
index 0000000..f7370f8
--- /dev/null
+++ b/src/zh/UserGuide/Master/Deployment-and-Maintenance/IoTDB-Package.md
@@ -0,0 +1,44 @@
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+    
+        http://www.apache.org/licenses/LICENSE-2.0
+    
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
+# 安装包获取
+## 开源版获取方式
+
+开源版安装包可直接在Apache IoTDB官网获取:https://iotdb.apache.org/zh/Download/
+
+## 安装包结构
+
+解压后安装包(apache-iotdb-<version>-all-bin.zip),安装包解压后目录结构如下:
+
+| **目录**         | **类型** | **说明**                                             
        |
+| ---------------- | -------- | 
------------------------------------------------------------ |
+| conf             | 文件夹   | 配置文件目录,包含 ConfigNode、DataNode、JMX 和 logback 等配置文件 
|
+| data             | 文件夹   | 默认的数据文件目录,包含 ConfigNode 和 DataNode 
的数据文件。(启动程序后才会生成该目录) |
+| lib              | 文件夹   | IoTDB可执行库文件目录                                     
   |
+| licenses         | 文件夹   | 开源社区证书文件目录                                        
 |
+| logs             | 文件夹   | 默认的日志文件目录,包含 ConfigNode 和 DataNode 
的日志文件(启动程序后才会生成该目录) |
+| sbin             | 文件夹   | 主要脚本目录,包含启、停等脚本等                             |
+| tools            | 文件夹   | 系统周边工具目录                                          
   |
+| ext              | 文件夹   | pipe,trigger,udf插件的相关文件(需要使用时用户自行创建)   |
+| LICENSE          | 文件     | 证书                                               
          |
+| NOTICE           | 文件     | 提示                                               
          |
+| README_ZH.md     | 文件     | markdown格式的中文版说明                                 
    |
+| README.md        | 文件     | 使用说明                                             
        |
+| RELEASE_NOTES.md | 文件     | 版本说明                                             
        |
\ No newline at end of file
diff --git 
a/src/zh/UserGuide/Master/Deployment-and-Maintenance/IoTDB-Package_timecho.md 
b/src/zh/UserGuide/Master/Deployment-and-Maintenance/IoTDB-Package_timecho.md
new file mode 100644
index 0000000..cfe9237
--- /dev/null
+++ 
b/src/zh/UserGuide/Master/Deployment-and-Maintenance/IoTDB-Package_timecho.md
@@ -0,0 +1,46 @@
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+    
+        http://www.apache.org/licenses/LICENSE-2.0
+    
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
+# 安装包获取
+
+## 企业版获取方式
+
+企业版安装包可通过产品试用申请,或直接联系与您对接的商务人员获取。
+
+## 安装包结构
+
+解压后安装包(iotdb-enterprise-{version}-bin.zip),安装包解压后目录结构如下:
+
+| **目录**         | **类型** | **说明**                                             
        |
+| ---------------- | -------- | 
------------------------------------------------------------ |
+| activation       | 文件夹   | 
激活文件所在目录,包括生成的机器码以及从商务侧获取的企业版激活码(启动ConfigNode后才会生成该目录,即可获取激活码) |
+| conf             | 文件夹   | 配置文件目录,包含 ConfigNode、DataNode、JMX 和 logback 等配置文件 
|
+| data             | 文件夹   | 默认的数据文件目录,包含 ConfigNode 和 DataNode 
的数据文件。(启动程序后才会生成该目录) |
+| lib              | 文件夹   | IoTDB可执行库文件目录                                     
   |
+| licenses         | 文件夹   | 开源社区证书文件目录                                        
 |
+| logs             | 文件夹   | 默认的日志文件目录,包含 ConfigNode 和 DataNode 
的日志文件(启动程序后才会生成该目录) |
+| sbin             | 文件夹   | 主要脚本目录,包含启、停等脚本等                             |
+| tools            | 文件夹   | 系统周边工具目录                                          
   |
+| ext              | 文件夹   | pipe,trigger,udf插件的相关文件(需要使用时用户自行创建)   |
+| LICENSE          | 文件     | 证书                                               
          |
+| NOTICE           | 文件     | 提示                                               
          |
+| README_ZH.md     | 文件     | markdown格式的中文版说明                                 
    |
+| README.md        | 文件     | 使用说明                                             
        |
+| RELEASE_NOTES.md | 文件     | 版本说明                                             
        |
diff --git a/src/zh/UserGuide/latest/Deployment-and-Maintenance/Database 
Resources.md b/src/zh/UserGuide/latest/Deployment-and-Maintenance/Database 
Resources.md
new file mode 100644
index 0000000..7fe7d8e
--- /dev/null
+++ b/src/zh/UserGuide/latest/Deployment-and-Maintenance/Database Resources.md  
@@ -0,0 +1,61 @@
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+    
+        http://www.apache.org/licenses/LICENSE-2.0
+    
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
+# 资源规划
+## CPU
+| 秒级序列数 | CPU                | 节点数 |      |                    |
+| ---------- | ------------------ | ------ | ---- | ------------------ |
+| 单机       | 双活               | 分布式 |      |                    |
+| 10w以内    | 2核-4核            | 1      | 2    | 3                  |
+| 30w以内    | 4核-8核            | 1      | 2    | 3                  |
+| 50w以内    | 8核-16核           | 1      | 2    | 3                  |
+| 100w以内   | 16核-32核          | 1      | 2    | 3                  |
+| 200w以内   | 32核-48核          | 1      | 2    | 3                  |
+| 1000w以内  | 48核               | 1      | 2    | 请联系天谋商务咨询 |
+| 1000w以上  | 请联系天谋商务咨询 |        |      |                    |
+## 内存
+| 秒级序列数 | 内存               | 节点数 |      |                    |
+| ---------- | ------------------ | ------ | ---- | ------------------ |
+| 单机       | 双活               | 分布式 |      |                    |
+| 10w以内    | 4G-8G              | 1      | 2    | 3                  |
+| 30w以内    | 12G-32G            | 1      | 2    | 3                  |
+| 50w以内    | 24G-48G            | 1      | 2    | 3                  |
+| 100w以内   | 32G-96G            | 1      | 2    | 3                  |
+| 200w以内   | 64G-128G           | 1      | 2    | 3                  |
+| 1000w以内  | 128G               | 1      | 2    | 请联系天谋商务咨询 |
+| 1000w以上  | 请联系天谋商务咨询 |        |      |                    |
+## 存储(磁盘)
+### 存储空间
+计算公式:测点数量 * 采样频率(Hz)* 每个数据点大小(Byte,不同数据类型不一样,见下表) * 存储时长(秒) * 
副本数(一般单节点为1副本,集群为2副本)÷ 压缩比(可按5-10倍估算,实际情况可能更高)
+| 数据点大小计算表                       |                |            |               
       |
+| -------------------------------------- | -------------- | ---------- | 
-------------------- |
+| 数据类型                               | 时间戳(字节) | 值(字节) | 数据点总大小(字节) |
+| 开关量(Boolean)                      | 8              | 1          | 9          
          |
+| 整型(INT32)/单精度浮点数(FLOAT)    | 8              | 4          | 12                
   |
+| 长整型(INT64)/双精度浮点数(DOUBLE) | 8              | 8          | 16                 
  |
+| 字符串(TEXT)                         | 8              | 平均为 a   | 8+a           
       |
+
+示例:1000设备,每个设备100 测点,共 100000 序列,INT32 类型。采样频率1Hz(每秒一次),存储1年,3副本。
+- 完整计算公式:1000设备*100测点*12字节每数据点*86400秒每天*365天每年*3副本/10压缩比=11T
+- 简版计算公式:1000*100*12*86400*365*3/10=11T
+### 存储配置
+1000w 点位以上或查询负载较大,推荐配置 SSD。
+## 其他说明
+IoTDB 具有集群秒级扩容能力,扩容节点数据可不迁移,因此您无需担心按现有数据情况估算的集群能力有限,未来您可在需要扩容时为集群加入新的节点。
\ No newline at end of file
diff --git 
a/src/zh/UserGuide/latest/Deployment-and-Maintenance/IoTDB-Package.md 
b/src/zh/UserGuide/latest/Deployment-and-Maintenance/IoTDB-Package.md
new file mode 100644
index 0000000..c869419
--- /dev/null
+++ b/src/zh/UserGuide/latest/Deployment-and-Maintenance/IoTDB-Package.md
@@ -0,0 +1,45 @@
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+    
+        http://www.apache.org/licenses/LICENSE-2.0
+    
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
+# 安装包获取
+
+## 开源版获取方式
+
+开源版安装包可直接在Apache IoTDB官网获取:https://iotdb.apache.org/zh/Download/
+
+## 安装包结构
+
+解压后安装包(apache-iotdb-<version>-all-bin.zip),安装包解压后目录结构如下:
+
+| **目录**         | **类型** | **说明**                                             
        |
+| ---------------- | -------- | 
------------------------------------------------------------ |
+| conf             | 文件夹   | 配置文件目录,包含 ConfigNode、DataNode、JMX 和 logback 等配置文件 
|
+| data             | 文件夹   | 默认的数据文件目录,包含 ConfigNode 和 DataNode 
的数据文件。(启动程序后才会生成该目录) |
+| lib              | 文件夹   | IoTDB可执行库文件目录                                     
   |
+| licenses         | 文件夹   | 开源社区证书文件目录                                        
 |
+| logs             | 文件夹   | 默认的日志文件目录,包含 ConfigNode 和 DataNode 
的日志文件(启动程序后才会生成该目录) |
+| sbin             | 文件夹   | 主要脚本目录,包含启、停等脚本等                             |
+| tools            | 文件夹   | 系统周边工具目录                                          
   |
+| ext              | 文件夹   | pipe,trigger,udf插件的相关文件(需要使用时用户自行创建)   |
+| LICENSE          | 文件     | 证书                                               
          |
+| NOTICE           | 文件     | 提示                                               
          |
+| README_ZH.md     | 文件     | markdown格式的中文版说明                                 
    |
+| README.md        | 文件     | 使用说明                                             
        |
+| RELEASE_NOTES.md | 文件     | 版本说明                                             
        |
\ No newline at end of file
diff --git 
a/src/zh/UserGuide/latest/Deployment-and-Maintenance/IoTDB-Package_timecho.md 
b/src/zh/UserGuide/latest/Deployment-and-Maintenance/IoTDB-Package_timecho.md
new file mode 100644
index 0000000..cfe9237
--- /dev/null
+++ 
b/src/zh/UserGuide/latest/Deployment-and-Maintenance/IoTDB-Package_timecho.md
@@ -0,0 +1,46 @@
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+    
+        http://www.apache.org/licenses/LICENSE-2.0
+    
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
+# 安装包获取
+
+## 企业版获取方式
+
+企业版安装包可通过产品试用申请,或直接联系与您对接的商务人员获取。
+
+## 安装包结构
+
+解压后安装包(iotdb-enterprise-{version}-bin.zip),安装包解压后目录结构如下:
+
+| **目录**         | **类型** | **说明**                                             
        |
+| ---------------- | -------- | 
------------------------------------------------------------ |
+| activation       | 文件夹   | 
激活文件所在目录,包括生成的机器码以及从商务侧获取的企业版激活码(启动ConfigNode后才会生成该目录,即可获取激活码) |
+| conf             | 文件夹   | 配置文件目录,包含 ConfigNode、DataNode、JMX 和 logback 等配置文件 
|
+| data             | 文件夹   | 默认的数据文件目录,包含 ConfigNode 和 DataNode 
的数据文件。(启动程序后才会生成该目录) |
+| lib              | 文件夹   | IoTDB可执行库文件目录                                     
   |
+| licenses         | 文件夹   | 开源社区证书文件目录                                        
 |
+| logs             | 文件夹   | 默认的日志文件目录,包含 ConfigNode 和 DataNode 
的日志文件(启动程序后才会生成该目录) |
+| sbin             | 文件夹   | 主要脚本目录,包含启、停等脚本等                             |
+| tools            | 文件夹   | 系统周边工具目录                                          
   |
+| ext              | 文件夹   | pipe,trigger,udf插件的相关文件(需要使用时用户自行创建)   |
+| LICENSE          | 文件     | 证书                                               
          |
+| NOTICE           | 文件     | 提示                                               
          |
+| README_ZH.md     | 文件     | markdown格式的中文版说明                                 
    |
+| README.md        | 文件     | 使用说明                                             
        |
+| RELEASE_NOTES.md | 文件     | 版本说明                                             
        |

Reply via email to