Skip to content

Commit dfbea9a

Browse files
authored
add schemaless writing in table model (#937)
1 parent da331cb commit dfbea9a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/UserGuide/Master/Table/Basic-Concept/Write-Updata-Data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Since attributes generally do not change over time, it is recommended to update
5050

5151
### 1.2 Automatically Create Tables via Session Insertion
5252

53-
When inserting data via the Session API, IoTDB can automatically create table structures based on the data insertion request, eliminating the need for manual table creation.
53+
When performing data writing through Session, IoTDB supports schema-less writing: there is no need to manually create tables beforehand. The system automatically constructs the table structure based on the information in the write request, and then directly executes the data writing operation.
5454

5555
**Example:**
5656

src/UserGuide/latest-Table/Basic-Concept/Write-Updata-Data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Since attributes generally do not change over time, it is recommended to update
5050

5151
### 1.2 Automatically Create Tables via Session Insertion
5252

53-
When inserting data via the Session API, IoTDB can automatically create table structures based on the data insertion request, eliminating the need for manual table creation.
53+
When performing data writing through Session, IoTDB supports schema-less writing: there is no need to manually create tables beforehand. The system automatically constructs the table structure based on the information in the write request, and then directly executes the data writing operation.
5454

5555
**Example:**
5656

src/zh/UserGuide/Master/Table/Basic-Concept/Write-Updata-Data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ INSERT INTO <TABLE_NAME> [(COLUMN_NAME[, COLUMN_NAME]*)]? VALUES (COLUMN_VALUE[,
5050

5151
### 1.2 通过 Session 写入自动创建表
5252

53-
在通过 Session 进行数据写入时,IoTDB 能够根据写入请求中的信息自动构建表结构,无需用户事先手动创建表即可直接执行数据写入操作
53+
在通过 Session 进行数据写入时,IoTDB 支持无模式写入:无需事先手动创建表,系统会根据写入请求中的信息自动构建表结构,之后直接执行数据写入操作
5454

5555
**示例:**
5656

src/zh/UserGuide/latest-Table/Basic-Concept/Write-Updata-Data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ INSERT INTO <TABLE_NAME> [(COLUMN_NAME[, COLUMN_NAME]*)]? VALUES (COLUMN_VALUE[,
5050

5151
### 1.2 通过 Session 写入自动创建表
5252

53-
在通过 Session 进行数据写入时,IoTDB 能够根据写入请求中的信息自动构建表结构,无需用户事先手动创建表即可直接执行数据写入操作
53+
在通过 Session 进行数据写入时,IoTDB 支持无模式写入:无需事先手动创建表,系统会根据写入请求中的信息自动构建表结构,之后直接执行数据写入操作
5454

5555
**示例:**
5656

0 commit comments

Comments
 (0)