This is an automated email from the ASF dual-hosted git repository.
critas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
The following commit(s) were added to refs/heads/main by this push:
new dfbea9ac add schemaless writing in table model (#937)
dfbea9ac is described below
commit dfbea9ac39ff0030202447da038c7f0a225df358
Author: leto-b <[email protected]>
AuthorDate: Fri Dec 26 11:14:18 2025 +0800
add schemaless writing in table model (#937)
---
src/UserGuide/Master/Table/Basic-Concept/Write-Updata-Data.md | 2 +-
src/UserGuide/latest-Table/Basic-Concept/Write-Updata-Data.md | 2 +-
src/zh/UserGuide/Master/Table/Basic-Concept/Write-Updata-Data.md | 2 +-
src/zh/UserGuide/latest-Table/Basic-Concept/Write-Updata-Data.md | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/UserGuide/Master/Table/Basic-Concept/Write-Updata-Data.md
b/src/UserGuide/Master/Table/Basic-Concept/Write-Updata-Data.md
index 369129a9..a251e2f1 100644
--- a/src/UserGuide/Master/Table/Basic-Concept/Write-Updata-Data.md
+++ b/src/UserGuide/Master/Table/Basic-Concept/Write-Updata-Data.md
@@ -50,7 +50,7 @@ Since attributes generally do not change over time, it is
recommended to update
### 1.2 Automatically Create Tables via Session Insertion
-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.
+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.
**Example:**
diff --git a/src/UserGuide/latest-Table/Basic-Concept/Write-Updata-Data.md
b/src/UserGuide/latest-Table/Basic-Concept/Write-Updata-Data.md
index 369129a9..a251e2f1 100644
--- a/src/UserGuide/latest-Table/Basic-Concept/Write-Updata-Data.md
+++ b/src/UserGuide/latest-Table/Basic-Concept/Write-Updata-Data.md
@@ -50,7 +50,7 @@ Since attributes generally do not change over time, it is
recommended to update
### 1.2 Automatically Create Tables via Session Insertion
-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.
+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.
**Example:**
diff --git a/src/zh/UserGuide/Master/Table/Basic-Concept/Write-Updata-Data.md
b/src/zh/UserGuide/Master/Table/Basic-Concept/Write-Updata-Data.md
index ab21ec12..3b3d25d0 100644
--- a/src/zh/UserGuide/Master/Table/Basic-Concept/Write-Updata-Data.md
+++ b/src/zh/UserGuide/Master/Table/Basic-Concept/Write-Updata-Data.md
@@ -50,7 +50,7 @@ INSERT INTO <TABLE_NAME> [(COLUMN_NAME[, COLUMN_NAME]*)]?
VALUES (COLUMN_VALUE[,
### 1.2 通过 Session 写入自动创建表
-在通过 Session 进行数据写入时,IoTDB 能够根据写入请求中的信息自动构建表结构,无需用户事先手动创建表即可直接执行数据写入操作。
+在通过 Session 进行数据写入时,IoTDB 支持无模式写入:无需事先手动创建表,系统会根据写入请求中的信息自动构建表结构,之后直接执行数据写入操作。
**示例:**
diff --git a/src/zh/UserGuide/latest-Table/Basic-Concept/Write-Updata-Data.md
b/src/zh/UserGuide/latest-Table/Basic-Concept/Write-Updata-Data.md
index 75bd8d64..2549bdf5 100644
--- a/src/zh/UserGuide/latest-Table/Basic-Concept/Write-Updata-Data.md
+++ b/src/zh/UserGuide/latest-Table/Basic-Concept/Write-Updata-Data.md
@@ -50,7 +50,7 @@ INSERT INTO <TABLE_NAME> [(COLUMN_NAME[, COLUMN_NAME]*)]?
VALUES (COLUMN_VALUE[,
### 1.2 通过 Session 写入自动创建表
-在通过 Session 进行数据写入时,IoTDB 能够根据写入请求中的信息自动构建表结构,无需用户事先手动创建表即可直接执行数据写入操作。
+在通过 Session 进行数据写入时,IoTDB 支持无模式写入:无需事先手动创建表,系统会根据写入请求中的信息自动构建表结构,之后直接执行数据写入操作。
**示例:**