Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add V1.3 doc #130

Merged
merged 39 commits into from
Dec 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
67cc971
fix English version
wanghui42 Sep 15, 2023
8dfead2
fix little wrong
wanghui42 Sep 15, 2023
ca720d0
fix more wrong
wanghui42 Sep 18, 2023
68d8e84
Merge branch 'apache:main' into new4
wanghui42 Sep 19, 2023
c8fb216
add udf of English and fix the rest url
wanghui42 Sep 19, 2023
53bcc10
Merge branch 'apache:main' into new4
wanghui42 Sep 20, 2023
be2e06d
add url of dbeaver-jar
wanghui42 Sep 20, 2023
3c2fc92
Update src/UserGuide/Master/Ecosystem-Integration/DBeaver.md
wanghui42 Sep 20, 2023
d7a55e1
adjust no.6
wanghui42 Sep 20, 2023
98c5324
Merge branch 'new4' of github.com:wanghui42/iotdb-docs into new4
wanghui42 Sep 20, 2023
bf05d02
adjust master
wanghui42 Sep 20, 2023
dae5aee
Merge branch 'apache:main' into new4
wanghui42 Sep 22, 2023
21ee021
pipe-English
wanghui42 Sep 22, 2023
d46019e
1.2-url-English-2
wanghui42 Sep 27, 2023
3759ea5
3
wanghui42 Sep 28, 2023
96d7fc9
4
wanghui42 Oct 7, 2023
8989685
5
wanghui42 Oct 8, 2023
78bd683
4
wanghui42 Oct 9, 2023
a3b9ff3
5
wanghui42 Oct 10, 2023
c72607d
6
wanghui42 Oct 10, 2023
ed18a00
7
wanghui42 Oct 10, 2023
eb3ffd1
Merge branch 'apache:main' into new4
wanghui42 Oct 11, 2023
478c588
fix title bug and add English doc
wanghui42 Oct 11, 2023
5c1c107
4
wanghui42 Oct 17, 2023
f7e39a1
5
wanghui42 Oct 17, 2023
9d930c0
Merge branch 'apache:main' into new4
wanghui42 Oct 18, 2023
01a3eac
fix words bug and delete excess doc
wanghui42 Oct 19, 2023
72e7057
Merge branch 'apache:main' into new4
wanghui42 Oct 25, 2023
c02f35f
add words
wanghui42 Oct 25, 2023
428fa33
add words2
wanghui42 Oct 25, 2023
bc5e3d3
Merge branch 'apache:main' into new4
wanghui42 Oct 30, 2023
5e99ef9
update pipe doc
wanghui42 Oct 31, 2023
f29454b
4
wanghui42 Nov 6, 2023
5ea116d
5
wanghui42 Nov 8, 2023
e30129c
6
wanghui42 Nov 9, 2023
ad2a083
Merge branch 'apache:main' into new4
wanghui42 Nov 20, 2023
c6e4e9f
Merge branch 'apache:main' into new4
wanghui42 Dec 8, 2023
69fa13f
add-V1.3-doc
wanghui42 Dec 8, 2023
379b373
add-V1.3-doc2
wanghui42 Dec 8, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/zh/UserGuide/Master/Reference/Common-Config-Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,9 @@ IoTDB ConfigNode 和 DataNode 的公共配置参数位于 `conf` 目录下。
| 默认值 | true |
| 改后生效方式 | 重启服务生效 |

* storage\_query_schema_consensus_free_memory_proportion
* datanode\_memory\_proportion

|名字| data\_node\_memory\_proportion |
|名字| datanode\_memory\_proportion |
|:---:|:----------------------------------------------------------------------|
|描述| 存储,查询,元数据,流处理引擎,共识层,空闲内存比例 |
|类型| Ratio |
Expand Down
4 changes: 2 additions & 2 deletions src/zh/UserGuide/Master/Reference/ConfigNode-Config-Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ IoTDB 集群的全局配置通过 ConfigNode 配置。

### 目标 Config Node 配置

* cn\_target\_config\_node\_list
* cn\_seed\_config\_node

| 名字 | cn\_target\_config\_node\_list |
| 名字 | cn\_seed\_config\_node |
|:------:|:--------------------------------------|
| 描述 | 目标 ConfigNode 地址,ConfigNode 通过此地址加入集群 |
| 类型 | String |
Expand Down
4 changes: 2 additions & 2 deletions src/zh/UserGuide/Master/Reference/DataNode-Config-Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,9 @@ IoTDB DataNode 与 Standalone 模式共用一套配置文件,均位于 IoTDB

### 目标 Config Nodes 配置

* dn\_target\_config\_node\_list
* dn\_seed\_config\_node

|名字| dn\_target\_config\_node\_list |
|名字| dn\_seed\_config\_node |
|:---:|:------------------------------------|
|描述| ConfigNode 地址,DataNode 启动时通过此地址加入集群 |
|类型| String |
Expand Down
Loading