Skip to content

Commit 4f38d8f

Browse files
authored
Quickly get started with page content modification and optimization (#434)
* Quickly get started with page content modification and optimization * Quickly get started with page content modification and optimization * Change to Timeseries Management
1 parent 4d8e783 commit 4f38d8f

File tree

16 files changed

+141
-38
lines changed

16 files changed

+141
-38
lines changed

src/UserGuide/Master/Tree/Basic-Concept/Operate-Metadata_apache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2020
-->
2121

22-
# Operate Metadata
22+
# Timeseries Management
2323

2424
## Database Management
2525

src/UserGuide/Master/Tree/Basic-Concept/Operate-Metadata_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2020
-->
2121

22-
# Operate Metadata
22+
# Timeseries Management
2323

2424
## Database Management
2525

src/UserGuide/Master/Tree/QuickStart/QuickStart_apache.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ This document will help you quickly install and deploy IoTDB. You can quickly lo
4848

4949
- Introduction to Modeling Design: [Data Model](../Basic-Concept/Data-Model-and-Terminology.md)
5050

51-
- SQL syntax introduction: [Operate Metadata](../User-Manual/Operate-Metadata_apache.md)
51+
- SQL syntax introduction: [Operate Metadata](../Basic-Concept/Operate-Metadata_apache.md)
5252

53-
2. Write Data: In terms of data writing, IoTDB provides multiple ways to insert real-time data. Please refer to the basic data writing operations for details [Write Data](../User-Manual/Write-Delete-Data.md)
53+
2. Write Data: In terms of data writing, IoTDB provides multiple ways to insert real-time data. Please refer to the basic data writing operations for details [Write Data](../Basic-Concept/Write-Delete-Data.md)
5454

55-
3. Query Data: IoTDB provides rich data query functions. Please refer to the basic introduction of data query [Query Data](../User-Manual/Query-Data.md)
55+
3. Query Data: IoTDB provides rich data query functions. Please refer to the basic introduction of data query [Query Data](../Basic-Concept/Query-Data.md)
5656

5757
4. Other advanced features: In addition to common functions such as writing and querying in databases, IoTDB also supports "Data Synchronisation、Stream Framework、Database Administration " and other functions, specific usage methods can be found in the specific document:
5858

@@ -74,6 +74,16 @@ In addition to its rich features, IoTDB also has a comprehensive range of tools
7474

7575
- Data Export Script: For different scenarios, IoTDB provides users with multiple ways to batch export data. For specific usage instructions, please refer to: [Data Export](../Tools-System/Data-Export-Tool.md)
7676

77+
## Want to Learn More About the Technical Details?
78+
79+
If you are interested in delving deeper into the technical aspects of IoTDB, you can refer to the following documents:
80+
81+
- Publication: IoTDB features columnar storage, data encoding, pre-calculation, and indexing technologies, along with a SQL-like interface and high-performance data processing capabilities. It also integrates seamlessly with Apache Hadoop, MapReduce, and Apache Spark. For related research papers, please refer to: [Publication](../Technical-Insider/Publication.md)
82+
83+
- Encoding & Compression: IoTDB optimizes storage efficiency for different data types through a variety of encoding and compression techniques. To learn more, please refer to:[Encoding & Compression](../Technical-Insider/Encoding-and-Compression.md)
84+
85+
- Data Partitioning and Load Balancing: IoTDB has meticulously designed data partitioning strategies and load balancing algorithms based on the characteristics of time series data, enhancing the availability and performance of the cluster. For more information, please refer to: [Data Partitioning and Load Balancing](../Technical-Insider/Cluster-data-partitioning.md)
86+
7787

7888
## Encountering problems during use?
7989

src/UserGuide/Master/Tree/QuickStart/QuickStart_timecho.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,19 +56,19 @@ This document will help you quickly install and deploy IoTDB. You can quickly lo
5656

5757
- Introduction to Modeling Design: [Data Model](../Basic-Concept/Data-Model-and-Terminology.md)
5858

59-
- SQL syntax introduction:[Operate Metadata](../User-Manual/Operate-Metadata_timecho.md)
59+
- SQL syntax introduction:[Operate Metadata](../Basic-Concept/Operate-Metadata_timecho.md)
6060

61-
2. Write Data: In terms of data writing, IoTDB provides multiple ways to insert real-time data. Please refer to the basic data writing operations for details [Write Data](../User-Manual/Write-Delete-Data.md)
61+
2. Write Data: In terms of data writing, IoTDB provides multiple ways to insert real-time data. Please refer to the basic data writing operations for details [Write Data](../Basic-Concept/Write-Delete-Data.md)
6262

63-
3. Query Data: IoTDB provides rich data query functions. Please refer to the basic introduction of data query [Query Data](../User-Manual/Query-Data.md)
63+
3. Query Data: IoTDB provides rich data query functions. Please refer to the basic introduction of data query [Query Data](../Basic-Concept/Query-Data.md)
6464

6565
4. Other advanced features: In addition to common functions such as writing and querying in databases, IoTDB also supports "Data Synchronisation、Stream Framework、Security Management、Database Administration、AI Capability"and other functions, specific usage methods can be found in the specific document:
6666

6767
- Data Synchronisation: [Data Synchronisation](../User-Manual/Data-Sync_timecho.md)
6868

6969
- Stream Framework: [Stream Framework](../User-Manual/Streaming_timecho.md)
7070

71-
- Security Management: [Security Management](../User-Manual/Security-Management_timecho.md)
71+
- Security Management: [Security Management](../User-Manual/White-List_timecho.md)
7272

7373
- Database Administration: [Database Administration](../User-Manual/Authority-Management.md)
7474

@@ -80,12 +80,26 @@ This document will help you quickly install and deploy IoTDB. You can quickly lo
8080

8181
In addition to its rich features, IoTDB also has a comprehensive range of tools in its surrounding system. This document will help you quickly use the peripheral tool system :
8282

83+
- Workbench: Workbench is a visual interface for IoTDB that supports interactive operations. It offers intuitive features for metadata management, data querying, and data visualization, enhancing the convenience and efficiency of user database operations. For detailed usage instructions, please refer to: [Workbench](../Deployment-and-Maintenance/workbench-deployment.md)
84+
85+
- Monitor Tool: This is a tool for meticulous monitoring of IoTDB and its host operating system, covering hundreds of database monitoring metrics including database performance and system resources, which aids in system optimization and bottleneck identification. For detailed usage instructions, please refer to: [Monitor Tool](../Deployment-and-Maintenance/Monitoring-panel-deployment.md)
86+
8387
- Benchmark Tool: IoT benchmark is a time series database benchmark testing tool developed based on Java and big data environments, developed and open sourced by the School of Software at Tsinghua University. It supports multiple writing and querying methods, can store test information and results for further query or analysis, and supports integration with Tableau to visualize test results. For specific usage instructions, please refer to: [Benchmark Tool](../Tools-System/Benchmark.md)
8488

8589
- Data Import Script: For different scenarios, IoTDB provides users with multiple ways to batch import data. For specific usage instructions, please refer to: [Data Import](../Tools-System/Data-Import-Tool.md)
8690

8791
- Data Export Script: For different scenarios, IoTDB provides users with multiple ways to batch export data. For specific usage instructions, please refer to: [Data Export](../Tools-System/Data-Export-Tool.md)
8892

93+
## Want to Learn More About the Technical Details?
94+
95+
If you are interested in delving deeper into the technical aspects of IoTDB, you can refer to the following documents:
96+
97+
- Research Paper: IoTDB features columnar storage, data encoding, pre-calculation, and indexing technologies, along with a SQL-like interface and high-performance data processing capabilities. It also integrates seamlessly with Apache Hadoop, MapReduce, and Apache Spark. For related research papers, please refer to: [Research Paper](../Technical-Insider/Publication.md)
98+
99+
- Compression & Encoding: IoTDB optimizes storage efficiency for different data types through a variety of encoding and compression techniques. To learn more, please refer to:[Compression & Encoding](../Technical-Insider/Encoding-and-Compression.md)
100+
101+
- Data Partitioning and Load Balancing: IoTDB has meticulously designed data partitioning strategies and load balancing algorithms based on the characteristics of time series data, enhancing the availability and performance of the cluster. For more information, please refer to: [Data Partitionin & Load Balancing](../Technical-Insider/Cluster-data-partitioning.md)
102+
89103

90104
## Encountering problems during use?
91105

src/UserGuide/latest/Basic-Concept/Operate-Metadata_apache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2020
-->
2121

22-
# Operate Metadata
22+
# Timeseries Management
2323

2424
## Database Management
2525

src/UserGuide/latest/Basic-Concept/Operate-Metadata_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2020
-->
2121

22-
# Operate Metadata
22+
# Timeseries Management
2323

2424
## Database Management
2525

src/UserGuide/latest/QuickStart/QuickStart_apache.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ This document will help you quickly install and deploy IoTDB. You can quickly lo
4848

4949
- Introduction to Modeling Design: [Data Model](../Basic-Concept/Data-Model-and-Terminology.md)
5050

51-
- SQL syntax introduction: [Operate Metadata](../User-Manual/Operate-Metadata_apache.md)
51+
- SQL syntax introduction: [Operate Metadata](../Basic-Concept/Operate-Metadata_apache.md)
5252

53-
2. Write Data: In terms of data writing, IoTDB provides multiple ways to insert real-time data. Please refer to the basic data writing operations for details [Write Data](../User-Manual/Write-Delete-Data.md)
53+
2. Write Data: In terms of data writing, IoTDB provides multiple ways to insert real-time data. Please refer to the basic data writing operations for details [Write Data](../Basic-Concept/Write-Delete-Data.md)
5454

55-
3. Query Data: IoTDB provides rich data query functions. Please refer to the basic introduction of data query [Query Data](../User-Manual/Query-Data.md)
55+
3. Query Data: IoTDB provides rich data query functions. Please refer to the basic introduction of data query [Query Data](../Basic-Concept/Query-Data.md)
5656

5757
4. Other advanced features: In addition to common functions such as writing and querying in databases, IoTDB also supports "Data Synchronisation、Stream Framework、Database Administration " and other functions, specific usage methods can be found in the specific document:
5858

@@ -74,6 +74,16 @@ In addition to its rich features, IoTDB also has a comprehensive range of tools
7474

7575
- Data Export Script: For different scenarios, IoTDB provides users with multiple ways to batch export data. For specific usage instructions, please refer to: [Data Export](../Tools-System/Data-Export-Tool.md)
7676

77+
## Want to Learn More About the Technical Details?
78+
79+
If you are interested in delving deeper into the technical aspects of IoTDB, you can refer to the following documents:
80+
81+
- Publication: IoTDB features columnar storage, data encoding, pre-calculation, and indexing technologies, along with a SQL-like interface and high-performance data processing capabilities. It also integrates seamlessly with Apache Hadoop, MapReduce, and Apache Spark. For related research papers, please refer to: [Publication](../Technical-Insider/Publication.md)
82+
83+
- Encoding & Compression: IoTDB optimizes storage efficiency for different data types through a variety of encoding and compression techniques. To learn more, please refer to:[Encoding & Compression](../Technical-Insider/Encoding-and-Compression.md)
84+
85+
- Data Partitioning and Load Balancing: IoTDB has meticulously designed data partitioning strategies and load balancing algorithms based on the characteristics of time series data, enhancing the availability and performance of the cluster. For more information, please refer to: [Data Partitioning and Load Balancing](../Technical-Insider/Cluster-data-partitioning.md)
86+
7787

7888
## Encountering problems during use?
7989

src/UserGuide/latest/QuickStart/QuickStart_timecho.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,19 +56,19 @@ This document will help you quickly install and deploy IoTDB. You can quickly lo
5656

5757
- Introduction to Modeling Design: [Data Model](../Basic-Concept/Data-Model-and-Terminology.md)
5858

59-
- SQL syntax introduction:[Operate Metadata](../User-Manual/Operate-Metadata_timecho.md)
59+
- SQL syntax introduction:[Operate Metadata](../Basic-Concept/Operate-Metadata_timecho.md)
6060

61-
2. Write Data: In terms of data writing, IoTDB provides multiple ways to insert real-time data. Please refer to the basic data writing operations for details [Write Data](../User-Manual/Write-Delete-Data.md)
61+
2. Write Data: In terms of data writing, IoTDB provides multiple ways to insert real-time data. Please refer to the basic data writing operations for details [Write Data](../Basic-Concept/Write-Delete-Data.md)
6262

63-
3. Query Data: IoTDB provides rich data query functions. Please refer to the basic introduction of data query [Query Data](../User-Manual/Query-Data.md)
63+
3. Query Data: IoTDB provides rich data query functions. Please refer to the basic introduction of data query [Query Data](../Basic-Concept/Query-Data.md)
6464

6565
4. Other advanced features: In addition to common functions such as writing and querying in databases, IoTDB also supports "Data Synchronisation、Stream Framework、Security Management、Database Administration、AI Capability"and other functions, specific usage methods can be found in the specific document:
6666

6767
- Data Synchronisation: [Data Synchronisation](../User-Manual/Data-Sync_timecho.md)
6868

6969
- Stream Framework: [Stream Framework](../User-Manual/Streaming_timecho.md)
7070

71-
- Security Management: [Security Management](../User-Manual/Security-Management_timecho.md)
71+
- Security Management: [Security Management](../User-Manual/White-List_timecho.md)
7272

7373
- Database Administration: [Database Administration](../User-Manual/Authority-Management.md)
7474

@@ -80,12 +80,26 @@ This document will help you quickly install and deploy IoTDB. You can quickly lo
8080

8181
In addition to its rich features, IoTDB also has a comprehensive range of tools in its surrounding system. This document will help you quickly use the peripheral tool system :
8282

83+
- Workbench: Workbench is a visual interface for IoTDB that supports interactive operations. It offers intuitive features for metadata management, data querying, and data visualization, enhancing the convenience and efficiency of user database operations. For detailed usage instructions, please refer to: [Workbench](../Deployment-and-Maintenance/workbench-deployment.md)
84+
85+
- Monitor Tool: This is a tool for meticulous monitoring of IoTDB and its host operating system, covering hundreds of database monitoring metrics including database performance and system resources, which aids in system optimization and bottleneck identification. For detailed usage instructions, please refer to: [Monitor Tool](../Deployment-and-Maintenance/Monitoring-panel-deployment.md)
86+
8387
- Benchmark Tool: IoT benchmark is a time series database benchmark testing tool developed based on Java and big data environments, developed and open sourced by the School of Software at Tsinghua University. It supports multiple writing and querying methods, can store test information and results for further query or analysis, and supports integration with Tableau to visualize test results. For specific usage instructions, please refer to: [Benchmark Tool](../Tools-System/Benchmark.md)
8488

8589
- Data Import Script: For different scenarios, IoTDB provides users with multiple ways to batch import data. For specific usage instructions, please refer to: [Data Import](../Tools-System/Data-Import-Tool.md)
8690

8791
- Data Export Script: For different scenarios, IoTDB provides users with multiple ways to batch export data. For specific usage instructions, please refer to: [Data Export](../Tools-System/Data-Export-Tool.md)
8892

93+
## Want to Learn More About the Technical Details?
94+
95+
If you are interested in delving deeper into the technical aspects of IoTDB, you can refer to the following documents:
96+
97+
- Research Paper: IoTDB features columnar storage, data encoding, pre-calculation, and indexing technologies, along with a SQL-like interface and high-performance data processing capabilities. It also integrates seamlessly with Apache Hadoop, MapReduce, and Apache Spark. For related research papers, please refer to: [Research Paper](../Technical-Insider/Publication.md)
98+
99+
- Compression & Encoding: IoTDB optimizes storage efficiency for different data types through a variety of encoding and compression techniques. To learn more, please refer to:[Compression & Encoding](../Technical-Insider/Encoding-and-Compression.md)
100+
101+
- Data Partitioning and Load Balancing: IoTDB has meticulously designed data partitioning strategies and load balancing algorithms based on the characteristics of time series data, enhancing the availability and performance of the cluster. For more information, please refer to: [Data Partitionin & Load Balancing](../Technical-Insider/Cluster-data-partitioning.md)
102+
89103

90104
## Encountering problems during use?
91105

src/zh/UserGuide/Master/Tree/Basic-Concept/Operate-Metadata_apache.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
2020
-->
2121

22-
# 元数据操作
22+
# 测点管理
23+
2324
## 数据库管理
2425

2526
数据库(Database)可以被视为关系数据库中的Database。

src/zh/UserGuide/Master/Tree/Basic-Concept/Operate-Metadata_timecho.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
2020
-->
2121

22-
# 元数据管理
22+
# 测点管理
23+
2324
## 数据库管理
2425

2526
数据库(Database)可以被视为关系数据库中的Database。

0 commit comments

Comments
 (0)