Skip to content

Commit 476bea5

Browse files
committed
fix: add tbody in table to avoid mismatch
1 parent f1da780 commit 476bea5

File tree

61 files changed

+602
-192
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+602
-192
lines changed

src/Download/README.md

Lines changed: 257 additions & 105 deletions
Large diffs are not rendered by default.

src/UserGuide/Master/Table/Deployment-and-Maintenance/Database-Resources.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
<td>Over 10000000</td>
7878
<td colspan="4">Please contact Timecho Business for consultation</td>
7979
</tr>
80+
</tbody>
8081
</table>
8182

8283
## Memory
@@ -137,6 +138,7 @@
137138
<td>Over 10000000</td>
138139
<td colspan="4">Please contact Timecho Business for consultation</td>
139140
</tr>
141+
</tbody>
140142
</table>
141143

142144
## Storage (Disk)
@@ -177,6 +179,7 @@ Calculation formula: Number of measurement points * Sampling frequency (Hz) * Si
177179
<td>The average is a</td>
178180
<td>8+a</td>
179181
</tr>
182+
</tbody>
180183
</table>
181184

182185
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.

src/UserGuide/Master/Table/Deployment-and-Maintenance/Environment-Requirements.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ IoTDB supports operating systems such as Linux, Windows, and MacOS, while the en
8080
- Each disk group corresponds to only one partition. Data disks (with multiple disk groups, corresponding to raid) do not need additional partitions. All space is used by the IoTDB.
8181
The following table lists the recommended disk partitioning methods.
8282
<table>
83-
<tr>
83+
<tbody>
84+
<tr>
8485
<th>Disk classification</th>
8586
<th>Disk set</th>
8687
<th>Drive</th>
@@ -115,6 +116,7 @@ The following table lists the recommended disk partitioning methods.
115116
<tr>
116117
<td colspan="4">......</td>
117118
</tr>
119+
</tbody>
118120
</table>
119121
### Network Configuration
120122

src/UserGuide/Master/Tree/Deployment-and-Maintenance/Database-Resources.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
<td>Over 10000000</td>
7878
<td colspan="4">Please contact Timecho Business for consultation</td>
7979
</tr>
80+
</tbody>
8081
</table>
8182

8283
## Memory
@@ -137,6 +138,7 @@
137138
<td>Over 10000000</td>
138139
<td colspan="4">Please contact Timecho Business for consultation</td>
139140
</tr>
141+
</tbody>
140142
</table>
141143

142144
## Storage (Disk)
@@ -177,6 +179,7 @@ Calculation formula: Number of measurement points * Sampling frequency (Hz) * Si
177179
<td>The average is a</td>
178180
<td>8+a</td>
179181
</tr>
182+
</tbody>
180183
</table>
181184

182185
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.

src/UserGuide/Master/Tree/Deployment-and-Maintenance/Environment-Requirements.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ IoTDB supports operating systems such as Linux, Windows, and MacOS, while the en
8080
- Each disk group corresponds to only one partition. Data disks (with multiple disk groups, corresponding to raid) do not need additional partitions. All space is used by the IoTDB.
8181
The following table lists the recommended disk partitioning methods.
8282
<table>
83-
<tr>
83+
<tbody>
84+
<tr>
8485
<th>Disk classification</th>
8586
<th>Disk set</th>
8687
<th>Drive</th>
@@ -115,6 +116,7 @@ The following table lists the recommended disk partitioning methods.
115116
<tr>
116117
<td colspan="4">......</td>
117118
</tr>
119+
</tbody>
118120
</table>
119121
### Network Configuration
120122

src/UserGuide/Master/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ The visualization console is one of the supporting tools for IoTDB (similar to N
4545
1. Open the monitoring configuration item. The configuration items related to monitoring in IoTDB are disabled by default. Before deploying the monitoring panel, you need to open the relevant configuration items (note that the service needs to be restarted after enabling monitoring configuration).
4646

4747
<table>
48-
<tr>
48+
<tbody>
49+
<tr>
4950
<th>Configuration</th>
5051
<th>Located in the configuration file</th>
5152
<th>Description</th>
@@ -93,7 +94,8 @@ The visualization console is one of the supporting tools for IoTDB (similar to N
9394
<td>audit_log_operation</td>
9495
<td>Please add this configuration item in the configuration file, with values set to DML,DDL,QUERY</td>
9596
</tr>
96-
</table>
97+
</tbody>
98+
</table>
9799

98100

99101
2. Restart all nodes. After modifying the monitoring indicator configuration of three nodes, the confignode and datanode services of all nodes can be restarted:

src/UserGuide/Master/Tree/Ecosystem-Integration/Ignition-IoTDB-plugin_timecho.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ Step 5: Select `IoTDB` and fill in the configuration information
8080
The configuration content is as follows:
8181

8282
<table>
83-
<tr>
83+
<tbody>
84+
<tr>
8485
<th>Name</th>
8586
<th>Description</th>
8687
<th>Default Value</th>
@@ -151,6 +152,7 @@ The configuration content is as follows:
151152
<td>Just keep it as default</td>
152153
<td> </td>
153154
</tr>
155+
</tbody>
154156
</table>
155157

156158

src/UserGuide/Master/Tree/IoTDB-Introduction/IoTDB-Introduction_timecho.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ The detailed functional comparison is as follows:
208208
<td>×</td>
209209
<td>√</td>
210210
</tr>
211+
</tbody>
211212
</table>
212213

213214
### More efficient/stable product performance

src/UserGuide/Master/Tree/Tools-System/Data-Import-Tool.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ IoTDB currently supports importing data in CSV, SQL, and TsFile (IoTDB's underly
2929
<td>TsFile Active Listening & Loading Feature</td>
3030
<td>According to user configuration, it listens for changes in TsFile files in the specified path and loads newly added TsFile files into IoTDB</td>
3131
</tr>
32+
</tbody>
3233
</table>
3334

3435
## 2. import-data Scripts

src/UserGuide/Master/Tree/User-Manual/Data-Sync_apache.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ By declaratively configuring the specific content of the three parts through SQL
7474
<td>-</td>
7575
<td>Synchronize user permissions and access control</td>
7676
</tr>
77+
</tbody>
7778
</table>
7879

7980
### Functional limitations and instructions
@@ -251,6 +252,7 @@ Detailed introduction of pre-installed plugins is as follows (for detailed param
251252
<td>Used for data transfer between IoTDB ( V1.3.1+ ) and IoTDB ( V1.2.0+ ). It uses the Thrift RPC framework to transfer data, with a single-threaded sync blocking IO model, suitable for scenarios with higher security requirements</td>
252253
<td>1.3.1+</td>
253254
</tr>
255+
</tbody>
254256
</table>
255257

256258
For importing custom plugins, please refer to the [Stream Processing](./Streaming_timecho.md#custom-stream-processing-plugin-management) section.

0 commit comments

Comments
 (0)