Skip to content

Commit 9fc66ea

Browse files
committed
Quickly get started with page content modification and optimization
1 parent f68f4b4 commit 9fc66ea

File tree

12 files changed

+76
-23
lines changed

12 files changed

+76
-23
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+
# Measurement point 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+
# Measurement point 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+
# Measurement point 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+
# Measurement point management
2323

2424
## Database Management
2525

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。

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

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@
4949

5050
- 建模设计介绍:[数据模型介绍](../Basic-Concept/Data-Model-and-Terminology.md)
5151

52-
- SQL 语法介绍:[SQL 语法介绍](../User-Manual/Operate-Metadata_apache.md)
52+
- SQL 语法介绍:[SQL 语法介绍](../Basic-Concept/Operate-Metadata_apache.md)
5353

54-
2. 数据写入:在数据写入方面,IoTDB 提供了多种方式来插入实时数据,基本的数据写入操作请查看 [数据写入](../User-Manual/Write-Delete-Data.md)
54+
2. 数据写入:在数据写入方面,IoTDB 提供了多种方式来插入实时数据,基本的数据写入操作请查看 [数据写入](../Basic-Concept/Write-Delete-Data.md)
5555

56-
3. 数据查询:IoTDB 提供了丰富的数据查询功能,数据查询的基本介绍请查看 [数据查询](../User-Manual/Query-Data.md)
56+
3. 数据查询:IoTDB 提供了丰富的数据查询功能,数据查询的基本介绍请查看 [数据查询](../Basic-Concept/Query-Data.md)
5757

5858
4. 其他进阶功能:除了数据库常见的写入、查询等功能外,IoTDB 还支持“数据同步、流处理框架、权限管理”等功能,具体使用方法可参见具体文档:
5959

@@ -76,6 +76,16 @@ IoTDB 除了自身拥有丰富的功能外,其周边的工具体系包含的
7676

7777
- 数据导出脚本:针对于不同场景,IoTDB 为用户提供多种批量导出数据的操作方式,具体使用介绍请查看:[数据导出](../Tools-System/Data-Export-Tool.md)
7878

79+
## 想了解更多技术细节?
80+
81+
如果您想了解 IoTDB 的更多技术内幕,可以移步至下面的文档:
82+
83+
- 研究论文:IoTDB 具有列式存储、数据编码、预计算和索引技术,以及其类 SQL 接口和高性能数据处理能力,同时与 Apache Hadoop、MapReduce 和 Apache Spark 无缝集成。相关研究论文请查看 [研究论文](../Technical-Insider/Publication.md)
84+
85+
- 压缩&编码:IoTDB 通过多样化的编码和压缩技术,针对不同数据类型优化存储效率,想了解更多请查看 [压缩&编码](../Technical-Insider/Encoding-and-Compression.md)
86+
87+
- 数据分区和负载均衡:IoTDB 基于时序数据特性,精心设计了数据分区策略和负载均衡算法,提升了集群的可用性和性能,想了解更多请查看 [数据分区和负载均衡](../Technical-Insider/Cluster-data-partitioning.md)
88+
7989
## 使用过程中遇到问题?
8090

8191
如果您在安装或使用过程中遇到困难,可以移步至 [常见问题](../FAQ/Frequently-asked-questions.md) 中进行查看

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

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,19 @@
5757

5858
- 建模设计介绍:[数据模型介绍](../Basic-Concept/Data-Model-and-Terminology.md)
5959

60-
- SQL 语法介绍:[SQL 语法介绍](../User-Manual/Operate-Metadata_timecho.md)
60+
- SQL 语法介绍:[SQL 语法介绍](../Basic-Concept/Operate-Metadata_timecho.md)
6161

62-
2. 数据写入:在数据写入方面,IoTDB 提供了多种方式来插入实时数据,基本的数据写入操作请查看 [数据写入](../User-Manual/Write-Delete-Data.md)
62+
2. 数据写入:在数据写入方面,IoTDB 提供了多种方式来插入实时数据,基本的数据写入操作请查看 [数据写入](../Basic-Concept/Write-Delete-Data.md)
6363

64-
3. 数据查询:IoTDB 提供了丰富的数据查询功能,数据查询的基本介绍请查看 [数据查询](../User-Manual/Query-Data.md)
64+
3. 数据查询:IoTDB 提供了丰富的数据查询功能,数据查询的基本介绍请查看 [数据查询](../Basic-Concept/Query-Data.md)
6565

6666
4. 其他进阶功能:除了数据库常见的写入、查询等功能外,IoTDB 还支持“数据同步、流处理框架、安全控制、权限管理、AI 分析”等功能,具体使用方法可参见具体文档:
6767

6868
- 数据同步:[数据同步](../User-Manual/Data-Sync_timecho.md)
6969

7070
- 流处理框架:[流处理框架](../User-Manual/Streaming_timecho.md)
7171

72-
- 安全控制:[安全控制](../User-Manual/Security-Management_timecho.md)
72+
- 安全控制:[安全控制](../User-Manual/White-List_timecho.md)
7373

7474
- 权限管理:[权限管理](../User-Manual/Authority-Management.md)
7575

@@ -81,13 +81,29 @@
8181

8282
IoTDB 除了自身拥有丰富的功能外,其周边的工具体系包含的种类十分齐全。本篇文档将帮助您快速使用周边工具体系:
8383

84+
- 可视化控制台:workbench 是 IoTDB 的一个支持界面交互的形式的可视化界面,提供直观的元数据管理、数据查询和数据可视化等功能,提升用户操作数据库的便捷性和效率,具体使用介绍请查看 [可视化控制台部署](../Deployment-and-Maintenance/workbench-deployment.md)
85+
86+
- 监控面板:是一个对 IoTDB 及其所在操作系统进行细致监控的工具,涵盖数据库性能、系统资源等上百个数据库监控指标,助力系统优化与瓶颈识别等,具体使用介绍请查看 [监控面板部署](../Deployment-and-Maintenance/Monitoring-panel-deployment.md)
87+
8488
- 测试工具:IoT-benchmark 是一个基于 Java 和大数据环境开发的时序数据库基准测试工具,由清华大学软件学院研发并开源。它支持多种写入和查询方式,能够存储测试信息和结果供进一步查询或分析,并支持与 Tableau 集成以可视化测试结果。具体使用介绍请查看:[测试工具](../Tools-System/Benchmark.md)
8589

86-
- 数据导入脚本:针对于不同场景,IoTDB 为用户提供多种批量导入数据的操作方式,具体使用介绍请查看:[数据导入](../Tools-System/Data-Import-Tool.md)
90+
- 数据导入脚本:针对于不同场景,IoTDB 为用户提供多种批量导入数据的操作方式,具体使用介绍请查看:[数据导入](../Tools-System/Data-Import-Tool.md)
8791

8892

8993
- 数据导出脚本:针对于不同场景,IoTDB 为用户提供多种批量导出数据的操作方式,具体使用介绍请查看:[数据导出](../Tools-System/Data-Export-Tool.md)
9094

95+
96+
## 想了解更多技术细节?
97+
98+
如果您想了解 IoTDB 的更多技术内幕,可以移步至下面的文档:
99+
100+
- 研究论文:IoTDB 具有列式存储、数据编码、预计算和索引技术,以及其类 SQL 接口和高性能数据处理能力,同时与 Apache Hadoop、MapReduce 和 Apache Spark 无缝集成。相关研究论文请查看 [研究论文](../Technical-Insider/Publication.md)
101+
102+
- 压缩&编码:IoTDB 通过多样化的编码和压缩技术,针对不同数据类型优化存储效率,想了解更多请查看 [压缩&编码](../Technical-Insider/Encoding-and-Compression.md)
103+
104+
- 数据分区和负载均衡:IoTDB 基于时序数据特性,精心设计了数据分区策略和负载均衡算法,提升了集群的可用性和性能,想了解更多请查看 [数据分区和负载均衡](../Technical-Insider/Cluster-data-partitioning.md)
105+
106+
91107
## 使用过程中遇到问题?
92108

93109
如果您在安装或使用过程中遇到困难,可以移步至 [常见问题](../FAQ/Frequently-asked-questions.md) 中进行查看

0 commit comments

Comments
 (0)