Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
7 changes: 3 additions & 4 deletions src/.vuepress/sidebar/V2.0.x/en-Table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,8 @@ export const enSidebar = {
text: 'AI Deployment',
collapsible: true,
children: [
{ text: 'AINode Deployment', link: 'AINode_Deployment_apache' },/*
{ text: 'AINode Deployment(V2.0.5/6)', link: 'AINode_Deployment_apache' },
{ text: 'AINode Deployment(V2.0.8)', link: 'AINode_Deployment_Upgrade_apache' }, */
{ text: 'AINode Deployment(V2.0.8-beta)', link: 'AINode_Deployment_Upgrade_apache' },
],
},
],
Expand Down Expand Up @@ -134,9 +133,9 @@ export const enSidebar = {
prefix: 'AI-capability/',
children: [
{ text: 'AINode(V2.0.5/6)', link: 'AINode_apache' },
{ text: 'AINode(V2.0.8)', link: 'AINode_Upgrade_apache' },
{ text: 'AINode(V2.0.8-beta)', link: 'AINode_Upgrade_apache' },
{ text: 'TimeSeries Large Model(V2.0.5/6)', link: 'TimeSeries-Large-Model' },
{ text: 'TimeSeries Large Model(V2.0.8)', link: 'TimeSeries-Large-Model_Upgrade_apache' },
{ text: 'TimeSeries Large Model(V2.0.8-beta)', link: 'TimeSeries-Large-Model_Upgrade_apache' },
],
},
{
Expand Down
7 changes: 3 additions & 4 deletions src/.vuepress/sidebar/V2.0.x/en-Tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,8 @@ export const enSidebar = {
text: 'AI Deployment',
collapsible: true,
children: [
{ text: 'AINode Deployment', link: 'AINode_Deployment_apache' },/*
{ text: 'AINode Deployment(V2.0.5/6)', link: 'AINode_Deployment_apache' },
{ text: 'AINode Deployment(V2.0.8)', link: 'AINode_Deployment_Upgrade_apache' }, */
{ text: 'AINode Deployment(V2.0.8-beta)', link: 'AINode_Deployment_Upgrade_apache' },
],
},
],
Expand Down Expand Up @@ -150,9 +149,9 @@ export const enSidebar = {
prefix: 'AI-capability/',
children: [
{ text: 'AINode(V2.0.5/6)', link: 'AINode_apache' },
{ text: 'AINode(V2.0.8)', link: 'AINode_Upgrade_apache' },
{ text: 'AINode(V2.0.8-beta)', link: 'AINode_Upgrade_apache' },
{ text: 'TimeSeries Large Model(V2.0.5/6)', link: 'TimeSeries-Large-Model' },
{ text: 'TimeSeries Large Model(V2.0.8)', link: 'TimeSeries-Large-Model_Upgrade_apache' },
{ text: 'TimeSeries Large Model(V2.0.8-beta)', link: 'TimeSeries-Large-Model_Upgrade_apache' },
],
},
{
Expand Down
7 changes: 3 additions & 4 deletions src/.vuepress/sidebar/V2.0.x/zh-Table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,8 @@ export const zhSidebar = {
text: 'AI 部署',
collapsible: true,
children: [
{ text: 'AINode 部署', link: 'AINode_Deployment_apache' },/*
{ text: 'AINode 部署(V2.0.5/6)', link: 'AINode_Deployment_apache' },
{ text: 'AINode 部署(V2.0.8)', link: 'AINode_Deployment_Upgrade_apache' }, */
{ text: 'AINode 部署(V2.0.8-beta)', link: 'AINode_Deployment_Upgrade_apache' },
],
},
],
Expand Down Expand Up @@ -132,9 +131,9 @@ export const zhSidebar = {
prefix: 'AI-capability/',
children: [
{ text: 'AINode(V2.0.5/6)', link: 'AINode_apache' },
{ text: 'AINode(V2.0.8)', link: 'AINode_Upgrade_apache' },
{ text: 'AINode(V2.0.8-beta)', link: 'AINode_Upgrade_apache' },
{ text: '时序大模型(V2.0.5/6)', link: 'TimeSeries-Large-Model' },
{ text: '时序大模型(V2.0.8)', link: 'TimeSeries-Large-Model_Upgrade_apache' },
{ text: '时序大模型(V2.0.8-beta)', link: 'TimeSeries-Large-Model_Upgrade_apache' },
],
},
{
Expand Down
7 changes: 3 additions & 4 deletions src/.vuepress/sidebar/V2.0.x/zh-Tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,8 @@ export const zhSidebar = {
text: 'AI 部署',
collapsible: true,
children: [
{ text: 'AINode 部署', link: 'AINode_Deployment_apache' },/*
{ text: 'AINode 部署(V2.0.5/6)', link: 'AINode_Deployment_apache' },
{ text: 'AINode 部署(V2.0.8)', link: 'AINode_Deployment_Upgrade_apache' }, */
{ text: 'AINode 部署(V2.0.8-beta)', link: 'AINode_Deployment_Upgrade_apache' },
],
},
],
Expand Down Expand Up @@ -141,9 +140,9 @@ export const zhSidebar = {
prefix: 'AI-capability/',
children: [
{ text: 'AINode(V2.0.5/6)', link: 'AINode_apache' },
{ text: 'AINode(V2.0.8)', link: 'AINode_Upgrade_apache' },
{ text: 'AINode(V2.0.8-beta)', link: 'AINode_Upgrade_apache' },
{ text: '时序大模型(V2.0.5/6)', link: 'TimeSeries-Large-Model' },
{ text: '时序大模型(V2.0.8)', link: 'TimeSeries-Large-Model_Upgrade_apache' },
{ text: '时序大模型(V2.0.8-beta)', link: 'TimeSeries-Large-Model_Upgrade_apache' },
],
},
{
Expand Down
7 changes: 3 additions & 4 deletions src/.vuepress/sidebar_timecho/V2.0.x/en-Table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,8 @@ export const enSidebar = {
text: 'AI Deployment',
collapsible: true,
children: [
{ text: 'AINode Deployment', link: 'AINode_Deployment_timecho' },/*
{ text: 'AINode Deployment(V2.0.5/6)', link: 'AINode_Deployment_timecho' },
{ text: 'AINode Deployment(V2.0.8)', link: 'AINode_Deployment_Upgrade_timecho' }, */
{ text: 'AINode Deployment(V2.0.8-beta)', link: 'AINode_Deployment_Upgrade_timecho' },
],
},
{
Expand Down Expand Up @@ -162,9 +161,9 @@ export const enSidebar = {
prefix: 'AI-capability/',
children: [
{ text: 'AINode(V2.0.5/6)', link: 'AINode_timecho' },
{ text: 'AINode(V2.0.8)', link: 'AINode_Upgrade_timecho' },
{ text: 'AINode(V2.0.8-beta)', link: 'AINode_Upgrade_timecho' },
{ text: 'TimeSeries Large Model(V2.0.5/6)', link: 'TimeSeries-Large-Model' },
{ text: 'TimeSeries Large Model(V2.0.8)', link: 'TimeSeries-Large-Model_Upgrade_timecho' },
{ text: 'TimeSeries Large Model(V2.0.8-beta)', link: 'TimeSeries-Large-Model_Upgrade_timecho' },
],
},
{
Expand Down
7 changes: 3 additions & 4 deletions src/.vuepress/sidebar_timecho/V2.0.x/en-Tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,8 @@ export const enSidebar = {
text: 'AI Deployment',
collapsible: true,
children: [
{ text: 'AINode Deployment', link: 'AINode_Deployment_timecho' }, /*
{ text: 'AINode Deployment(V2.0.5/6)', link: 'AINode_Deployment_timecho' },
{ text: 'AINode Deployment(V2.0.8)', link: 'AINode_Deployment_Upgrade_timecho' }, */
{ text: 'AINode Deployment(V2.0.8-beta)', link: 'AINode_Deployment_Upgrade_timecho' },
],
},
{
Expand Down Expand Up @@ -174,9 +173,9 @@ export const enSidebar = {
prefix: 'AI-capability/',
children: [
{ text: 'AINode(V2.0.5/6)', link: 'AINode_timecho' },
{ text: 'AINode(V2.0.8)', link: 'AINode_Upgrade_timecho' },
{ text: 'AINode(V2.0.8-beta)', link: 'AINode_Upgrade_timecho' },
{ text: 'TimeSeries Large Model(V2.0.5/6)', link: 'TimeSeries-Large-Model' },
{ text: 'TimeSeries Large Model(V2.0.8)', link: 'TimeSeries-Large-Model_Upgrade_timecho' },
{ text: 'TimeSeries Large Model(V2.0.8-beta)', link: 'TimeSeries-Large-Model_Upgrade_timecho' },
],
},
{
Expand Down
7 changes: 3 additions & 4 deletions src/.vuepress/sidebar_timecho/V2.0.x/zh-Table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,8 @@ export const zhSidebar = {
text: 'AI 部署',
collapsible: true,
children: [
{ text: 'AINode 部署', link: 'AINode_Deployment_timecho' },/*
{ text: 'AINode 部署(V2.0.5/6)', link: 'AINode_Deployment_timecho' },
{ text: 'AINode 部署(V2.0.8)', link: 'AINode_Deployment_Upgrade_timecho' }, */
{ text: 'AINode 部署(V2.0.8-beta)', link: 'AINode_Deployment_Upgrade_timecho' },
],
},
{
Expand Down Expand Up @@ -153,9 +152,9 @@ export const zhSidebar = {
prefix: 'AI-capability/',
children: [
{ text: 'AINode(V2.0.5/6)', link: 'AINode_timecho' },
{ text: 'AINode(V2.0.8)', link: 'AINode_Upgrade_timecho' },
{ text: 'AINode(V2.0.8-beta)', link: 'AINode_Upgrade_timecho' },
{ text: '时序大模型(V2.0.5/6)', link: 'TimeSeries-Large-Model' },
{ text: '时序大模型(V2.0.8)', link: 'TimeSeries-Large-Model_Upgrade_timecho' },
{ text: '时序大模型(V2.0.8-beta)', link: 'TimeSeries-Large-Model_Upgrade_timecho' },
],
},
{
Expand Down
9 changes: 4 additions & 5 deletions src/.vuepress/sidebar_timecho/V2.0.x/zh-Tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,8 @@ export const zhSidebar = {
text: 'AI 部署',
collapsible: true,
children: [
{ text: 'AINode 部署', link: 'AINode_Deployment_timecho' },
/* { text: 'AINode 部署(V2.0.5/6)', link: 'AINode_Deployment_timecho' },
{ text: 'AINode 部署(V2.0.8)', link: 'AINode_Deployment_Upgrade_timecho' }, */
{ text: 'AINode 部署(V2.0.5/6)', link: 'AINode_Deployment_timecho' },
{ text: 'AINode 部署(V2.0.8-beta)', link: 'AINode_Deployment_Upgrade_timecho' },
],
},
{
Expand Down Expand Up @@ -156,9 +155,9 @@ export const zhSidebar = {
prefix: 'AI-capability/',
children: [
{ text: 'AINode(V2.0.5/6)', link: 'AINode_timecho' },
{ text: 'AINode(V2.0.8)', link: 'AINode_Upgrade_timecho' },
{ text: 'AINode(V2.0.8-beta)', link: 'AINode_Upgrade_timecho' },
{ text: '时序大模型(V2.0.5/6)', link: 'TimeSeries-Large-Model' },
{ text: '时序大模型(V2.0.8)', link: 'TimeSeries-Large-Model_Upgrade_timecho' },
{ text: '时序大模型(V2.0.8-beta)', link: 'TimeSeries-Large-Model_Upgrade_timecho' },
],
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ To ensure the AINode installation package you obtained is complete and correct,
### 2.3 Environment Requirements

- Recommended operating environment: Linux, macOS.
- IoTDB Version: >= V2.0.8.
- IoTDB Version: >= V2.0.8-beta.

## 3. Installation, Deployment, and Usage

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ sha512sum timechodb-2.0.6.1-ainode-bin.zip
### 2.3 Environment Requirements

- Recommended operating environment: Linux, macOS.
- TimechoDB Version: >= V2.0.8.
- TimechoDB Version: >= V2.0.8-beta.

## 3. Installation, Deployment, and Usage

Expand Down
8 changes: 4 additions & 4 deletions src/UserGuide/latest-Table/Reference/System-Tables_apache.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ IoTDB> select * from information_schema.views

### 2.11 MODELS Table

> This system table is available starting from version V 2.0.5 and has been discontinued since version V 2.0.8.
> This system table is available starting from version V 2.0.5 and has been discontinued since version V 2.0.8-beta.

* Contains information about all models in the database.
* The table structure is as follows:
Expand Down Expand Up @@ -596,7 +596,7 @@ IoTDB> select * from information_schema.data_nodes

### 2.18 CONNECTIONS Table

> This system table is available starting from version V 2.0.8
> This system table is available starting from version V 2.0.8-beta

* Contains all connections in the cluster.
* The table structure is as follows:
Expand All @@ -623,7 +623,7 @@ IoTDB> select * from information_schema.connections;

### 2.19 CURRENT_QUERIES Table

> This system table is available starting from version V 2.0.8
> This system table is available starting from version V 2.0.8-beta

* Contains all queries whose execution end time falls within the range `[now() - query_cost_stat_window, now())`, including currently executing queries. The `query_cost_stat_window` parameter represents the query cost statistics window. Its default value is 0 and can be configured via the `iotdb-system.properties` configuration file.
* The table structure is as follows:
Expand Down Expand Up @@ -654,7 +654,7 @@ IoTDB> select * from information_schema.current_queries;

### 2.20 QUERIES_COSTS_HISTOGRAM Table

> This system table is available starting from version V 2.0.8
> This system table is available starting from version V 2.0.8-beta

* Contains a histogram of query execution times within the past `query_cost_stat_window` period (only statistics for completed SQL queries). The `query_cost_stat_window` parameter represents the query cost statistics window. Its default value is 0 and can be configured via the `iotdb-system.properties` configuration file.
* The table structure is as follows:
Expand Down
8 changes: 4 additions & 4 deletions src/UserGuide/latest-Table/Reference/System-Tables_timecho.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ IoTDB> select * from information_schema.views

### 2.11 MODELS Table

> This system table is available starting from version V 2.0.5 and has been discontinued since version V 2.0.8.
> This system table is available starting from version V 2.0.5 and has been discontinued since version V 2.0.8-beta.

* Contains information about all models in the database.
* The table structure is as follows:
Expand Down Expand Up @@ -596,7 +596,7 @@ IoTDB> select * from information_schema.data_nodes

### 2.18 CONNECTIONS Table

> This system table is available starting from version V 2.0.8
> This system table is available starting from version V 2.0.8-beta

* Contains all connections in the cluster.
* The table structure is as follows:
Expand All @@ -623,7 +623,7 @@ IoTDB> select * from information_schema.connections;

### 2.19 CURRENT_QUERIES Table

> This system table is available starting from version V 2.0.8
> This system table is available starting from version V 2.0.8-beta

* Contains all queries whose execution end time falls within the range `[now() - query_cost_stat_window, now())`, including currently executing queries. The `query_cost_stat_window` parameter represents the query cost statistics window. Its default value is 0 and can be configured via the `iotdb-system.properties` configuration file.
* The table structure is as follows:
Expand Down Expand Up @@ -654,7 +654,7 @@ IoTDB> select * from information_schema.current_queries;

### 2.20 QUERIES_COSTS_HISTOGRAM Table

> This system table is available starting from version V 2.0.8
> This system table is available starting from version V 2.0.8-beta

* Contains a histogram of query execution times within the past `query_cost_stat_window` period (only statistics for completed SQL queries). The `query_cost_stat_window` parameter represents the query cost statistics window. Its default value is 0 and can be configured via the `iotdb-system.properties` configuration file.
* The table structure is as follows:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ IoTDB> SHOW REGIONS

**Description**: Returns the RPC addresses and ports of all available DataNodes in the current cluster. Note: A DataNode is considered "available" if it is not in the REMOVING state.

> This feature is supported starting from v2.0.8.
> This feature is supported starting from v2.0.8-beta.

**Syntax**:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ The data export tool `export-data.sh/bat` is located in the `tools` directory an
|`-end_time` |`--end_time` | The end time of the data to be exported only takes effect when `-sql_dialect` is set to the table type. If `-q` is specified, this parameter will not take effect.| No | - |
| `-t` | `--target` | Target directory for the output files. If the path does not exist, it will be created. | ​**Yes** | - |
| `-pfn` | `--prefix_file_name` | Prefix for the exported file names. For example, `abc` will generate files like `abc_0.tsfile`, `abc_1.tsfile`. | No | `dump_0.tsfile` |
| `-q` | `--query` | SQL query command to execute. Starting from v2.0.8, semicolons in SQL statements are automatically removed, and query execution proceeds normally. | No | - |
| `-timeout` | `--query_timeout` | Query timeout in milliseconds (ms). | No | `-1` (before v2.0.8)<br>`Long.MAX_VALUE` (v2.0.8 and later)<br>(Range: `-1~Long.MAX_VALUE`) |
| `-q` | `--query` | SQL query command to execute. Starting from v2.0.8-beta, semicolons in SQL statements are automatically removed, and query execution proceeds normally. | No | - |
| `-timeout` | `--query_timeout` | Query timeout in milliseconds (ms). | No | `-1` (before v2.0.8-beta)<br>`Long.MAX_VALUE` (v2.0.8-beta and later)<br>(Range: `-1~Long.MAX_VALUE`) |
| `-help` | `--help` | Display help information. | No | - |

### 2.2 CSV Format
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ The data export tool `export-data.sh/bat` is located in the `tools` directory an
|`-end_time` |`--end_time` | The end time of the data to be exported only takes effect when `-sql_dialect` is set to the table type. If `-q` is specified, this parameter will not take effect.| No | - |
| `-t` | `--target` | Target directory for the output files. If the path does not exist, it will be created. | ​**Yes** | - |
| `-pfn` | `--prefix_file_name` | Prefix for the exported file names. For example, `abc` will generate files like `abc_0.tsfile`, `abc_1.tsfile`. | No | `dump_0.tsfile` |
| `-q` | `--query` | SQL query command to execute. Starting from v2.0.8, semicolons in SQL statements are automatically removed, and query execution proceeds normally. | No | - |
| `-timeout` | `--query_timeout` | Query timeout in milliseconds (ms). | No | `-1` (before v2.0.8)<br>`Long.MAX_VALUE` (v2.0.8 and later)<br>(Range: `-1~Long.MAX_VALUE`) |
| `-q` | `--query` | SQL query command to execute. Starting from v2.0.8-beta, semicolons in SQL statements are automatically removed, and query execution proceeds normally. | No | - |
| `-timeout` | `--query_timeout` | Query timeout in milliseconds (ms). | No | `-1` (before v2.0.8-beta)<br>`Long.MAX_VALUE` (v2.0.8-beta and later)<br>(Range: `-1~Long.MAX_VALUE`) |
| `-help` | `--help` | Display help information. | No | - |

### 2.2 CSV Format
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Audit logs provide a documented record of database activities. Through the audit
* Configurable audit log retention periods using TTL (time-based rolling) and SpaceTL (space-based rolling)
* Default encryption storage for audit logs

> Note: This feature is available from version V2.0.8 onwards.
> Note: This feature is available from version V2.0.8-beta onwards.

## 2. Configuration Parameters

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ IoTDB> SHOW REGIONS

**Description**: Returns the RPC addresses and ports of all available DataNodes in the current cluster. Note: A DataNode is considered "available" if it is not in the REMOVING state.

> This feature is supported starting from v2.0.8.
> This feature is supported starting from v2.0.8-beta.

**Syntax**:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ IoTDB> SHOW REGIONS

**Description**: Returns the RPC addresses and ports of all available DataNodes in the current cluster. Note: A DataNode is considered "available" if it is not in the REMOVING state.

> This feature is supported starting from v2.0.8.
> This feature is supported starting from v2.0.8-beta.

**Syntax**:

Expand Down
Loading