Skip to content

Commit e7771aa

Browse files
authored
fix version number of 2019 in timecho (#1100)
* fix version number of 2019 in timecho * adjust description
1 parent 8995dec commit e7771aa

26 files changed

Lines changed: 30 additions & 30 deletions

src/UserGuide/Master/Table/AI-capability/AINode_Upgrade_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ Time series classification is a critical capability beyond time series predictio
339339

340340
The AINode table model supports executing time series classification tasks by calling covariate classification models.
341341

342-
> Note: This feature is available starting from version V2.0.9.
342+
> Note: This feature is available starting from version V2.0.9.1.
343343

344344
1. **SQL Syntax**
345345
```sql

src/UserGuide/Master/Table/Reference/System-Tables_timecho.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
IoTDB has a built-in system database called `INFORMATION_SCHEMA`, which contains a series of system tables for storing IoTDB runtime information (such as currently executing SQL statements, etc.). Currently, the `INFORMATION_SCHEMA` database only supports read operations.
2525

26-
> 💡 **[V2.0.9 Version Update]**<br>
26+
> 💡 **[V2.0.9.1 Version Update]**<br>
2727
> 👉 Added onw system tables: **[TABLE_DISK_USAGE](#_2-22-table-disk-usage)** (Table-level Storage Space Statistics), enhancing cluster maintenance and performance analysis.
2828
2929

@@ -719,7 +719,7 @@ IoTDB> SELECT * FROM information_schema.services
719719
```
720720

721721
##### 2.22 TABLE_DISK_USAGE
722-
> This system table is available since version V2.0.9
722+
> This system table is available since version V2.0.9.1
723723
724724
Used to display the disk space usage of specified tables (excluding views), including the size of ChunkGroups and the size of Metadata.
725725

src/UserGuide/Master/Table/User-Manual/Auto-Start-On-Boot_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
## 1. Overview
2424
TimechoDB supports registering ConfigNode, DataNode, and AINode as Linux system services via the three scripts `daemon-confignode.sh`, `daemon-datanode.sh`, and `daemon-ainode.sh`. Combined with the system-built `systemctl` command, it manages the TimechoDB cluster in daemon mode, enabling more convenient startup, shutdown, restart, and auto-start on boot operations, and improving service stability.
2525

26-
> Note: This feature is available starting from version 2.0.9.
26+
> Note: This feature is available starting from version 2.0.9.1.
2727
2828
## 2. Environment Requirements
2929
| Item | Specification |

src/UserGuide/Master/Table/User-Manual/Maintenance-commands_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@ IoTDB> KILL ALL QUERIES;
896896
897897
**Definition**: Add the `DEBUG` keyword at the beginning of an SQL query statement. During execution, debug logs will be output, including the underlying file scan information involved in the query.
898898
899-
> Supported since V2.0.9
899+
> Supported since V2.0.9.1
900900
901901
#### Syntax:
902902
```sql

src/UserGuide/Master/Tree/User-Manual/Auto-Start-On-Boot_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
## 1. Overview
2424
TimechoDB supports registering ConfigNode, DataNode, and AINode as Linux system services via the three scripts `daemon-confignode.sh`, `daemon-datanode.sh`, and `daemon-ainode.sh`. Combined with the system-built `systemctl` command, it manages the TimechoDB cluster in daemon mode, enabling more convenient startup, shutdown, restart, and auto-start on boot operations, and improving service stability.
2525

26-
> Note: This feature is available starting from version 2.0.9.
26+
> Note: This feature is available starting from version 2.0.9.1.
2727
2828
## 2. Environment Requirements
2929
| Item | Specification |

src/UserGuide/Master/Tree/User-Manual/Maintenance-commands_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ IoTDB> KILL ALL QUERIES;
661661

662662
**Definition**: Add the `DEBUG` keyword at the beginning of an SQL query statement. During execution, debug logs will be output, including underlying file scan information involved in the query.
663663

664-
> Supported since V2.0.9
664+
> Supported since V2.0.9.1
665665
666666
#### Syntax:
667667
```sql

src/UserGuide/latest-Table/AI-capability/AINode_Upgrade_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ Time series classification is a critical capability beyond time series predictio
339339

340340
The AINode table model supports executing time series classification tasks by calling covariate classification models.
341341

342-
> Note: This feature is available starting from version V2.0.9.
342+
> Note: This feature is available starting from version V2.0.9.1.
343343

344344
1. **SQL Syntax**
345345
```sql

src/UserGuide/latest-Table/Reference/System-Tables_timecho.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
IoTDB has a built-in system database called `INFORMATION_SCHEMA`, which contains a series of system tables for storing IoTDB runtime information (such as currently executing SQL statements, etc.). Currently, the `INFORMATION_SCHEMA` database only supports read operations.
2525

26-
> 💡 **[V2.0.9 Version Update]**<br>
26+
> 💡 **[V2.0.9.1 Version Update]**<br>
2727
> 👉 Added onw system tables: **[TABLE_DISK_USAGE](#_2-22-table-disk-usage)** (Table-level Storage Space Statistics), enhancing cluster maintenance and performance analysis.
2828
2929

@@ -719,7 +719,7 @@ IoTDB> SELECT * FROM information_schema.services
719719
```
720720

721721
##### 2.22 TABLE_DISK_USAGE
722-
> This system table is available since version V2.0.9
722+
> This system table is available since version V2.0.9.1
723723
724724
Used to display the disk space usage of specified tables (excluding views), including the size of ChunkGroups and the size of Metadata.
725725

src/UserGuide/latest-Table/User-Manual/Auto-Start-On-Boot_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
## 1. Overview
2424
TimechoDB supports registering ConfigNode, DataNode, and AINode as Linux system services via the three scripts `daemon-confignode.sh`, `daemon-datanode.sh`, and `daemon-ainode.sh`. Combined with the system-built `systemctl` command, it manages the TimechoDB cluster in daemon mode, enabling more convenient startup, shutdown, restart, and auto-start on boot operations, and improving service stability.
2525

26-
> Note: This feature is available starting from version 2.0.9.
26+
> Note: This feature is available starting from version 2.0.9.1.
2727
2828
## 2. Environment Requirements
2929
| Item | Specification |

src/UserGuide/latest-Table/User-Manual/Maintenance-commands_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ IoTDB> KILL ALL QUERIES;
894894
895895
**Definition**: Add the `DEBUG` keyword at the beginning of an SQL query statement. During execution, debug logs will be output, including the underlying file scan information involved in the query.
896896
897-
> Supported since V2.0.9
897+
> Supported since V2.0.9.1
898898
899899
#### Syntax:
900900
```sql

0 commit comments

Comments
 (0)