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 e8df6e4d Remove the JDBC title from the official website and do not 
recommend JDBC (#709)
e8df6e4d is described below

commit e8df6e4de1fb9d9b15c47b61142ae0bb131ccfac
Author: W1y1r <[email protected]>
AuthorDate: Tue Apr 22 12:18:28 2025 +0800

    Remove the JDBC title from the official website and do not recommend JDBC 
(#709)
---
 src/.vuepress/sidebar/V0.13.x/en.ts                  | 2 +-
 src/.vuepress/sidebar/V0.13.x/zh.ts                  | 2 +-
 src/.vuepress/sidebar/V1.2.x/en.ts                   | 2 +-
 src/.vuepress/sidebar/V1.2.x/zh.ts                   | 2 +-
 src/.vuepress/sidebar/V1.3.x/en.ts                   | 2 +-
 src/.vuepress/sidebar/V1.3.x/zh.ts                   | 2 +-
 src/.vuepress/sidebar/V2.0.x/en-Tree.ts              | 2 +-
 src/.vuepress/sidebar/V2.0.x/zh-Tree.ts              | 2 +-
 src/.vuepress/sidebar_timecho/V0.13.x/en.ts          | 2 +-
 src/.vuepress/sidebar_timecho/V0.13.x/zh.ts          | 2 +-
 src/.vuepress/sidebar_timecho/V1.2.x/en.ts           | 2 +-
 src/.vuepress/sidebar_timecho/V1.2.x/zh.ts           | 2 +-
 src/.vuepress/sidebar_timecho/V1.3.x/en.ts           | 2 +-
 src/.vuepress/sidebar_timecho/V1.3.x/zh.ts           | 2 +-
 src/.vuepress/sidebar_timecho/V2.0.x/en-Tree.ts      | 2 +-
 src/.vuepress/sidebar_timecho/V2.0.x/zh-Tree.ts      | 2 +-
 src/UserGuide/Master/Tree/API/Programming-JDBC.md    | 6 +++---
 src/UserGuide/V0.13.x/API/Programming-JDBC.md        | 5 ++---
 src/UserGuide/V1.2.x/API/Programming-JDBC.md         | 5 ++---
 src/UserGuide/V1.3.x/API/Programming-JDBC.md         | 8 ++------
 src/UserGuide/dev-1.3/API/Programming-JDBC.md        | 7 ++-----
 src/UserGuide/latest/API/Programming-JDBC.md         | 5 ++---
 src/zh/UserGuide/Master/Tree/API/Programming-JDBC.md | 4 ++--
 src/zh/UserGuide/V0.13.x/API/Programming-JDBC.md     | 4 ++--
 src/zh/UserGuide/V1.2.x/API/Programming-JDBC.md      | 4 ++--
 src/zh/UserGuide/V1.3.x/API/Programming-JDBC.md      | 4 ++--
 src/zh/UserGuide/dev-1.3/API/Programming-JDBC.md     | 5 +++--
 src/zh/UserGuide/latest/API/Programming-JDBC.md      | 5 +++--
 28 files changed, 43 insertions(+), 51 deletions(-)

diff --git a/src/.vuepress/sidebar/V0.13.x/en.ts 
b/src/.vuepress/sidebar/V0.13.x/en.ts
index 0d375ad0..1d318f7d 100644
--- a/src/.vuepress/sidebar/V0.13.x/en.ts
+++ b/src/.vuepress/sidebar/V0.13.x/en.ts
@@ -79,7 +79,7 @@ export const enSidebar = {
         { text: 'Python Native API', link: 'Programming-Python-Native-API' },
         { text: 'C++ Native API', link: 'Programming-Cpp-Native-API' },
         { text: 'Go Native API', link: 'Programming-Go-Native-API' },
-        { text: 'JDBC (Not Recommend)', link: 'Programming-JDBC' },
+        { text: 'JDBC', link: 'Programming-JDBC' },
         { text: 'MQTT', link: 'Programming-MQTT' },
         { text: 'REST API', link: 'RestService' },
         { text: 'TsFile API', link: 'Programming-TsFile-API' },
diff --git a/src/.vuepress/sidebar/V0.13.x/zh.ts 
b/src/.vuepress/sidebar/V0.13.x/zh.ts
index 82754c64..6492bc49 100644
--- a/src/.vuepress/sidebar/V0.13.x/zh.ts
+++ b/src/.vuepress/sidebar/V0.13.x/zh.ts
@@ -76,7 +76,7 @@ export const zhSidebar = {
         { text: 'Python 原生接口', link: 'Programming-Python-Native-API' },
         { text: 'C++ 原生接口', link: 'Programming-Cpp-Native-API' },
         { text: 'Go 原生接口', link: 'Programming-Go-Native-API' },
-        { text: 'JDBC (不推荐)', link: 'Programming-JDBC' },
+        { text: 'JDBC', link: 'Programming-JDBC' },
         { text: 'MQTT', link: 'Programming-MQTT' },
         { text: 'REST API', link: 'RestService' },
         { text: 'TsFile API', link: 'Programming-TsFile-API' },
diff --git a/src/.vuepress/sidebar/V1.2.x/en.ts 
b/src/.vuepress/sidebar/V1.2.x/en.ts
index e42f05d3..8b97abb3 100644
--- a/src/.vuepress/sidebar/V1.2.x/en.ts
+++ b/src/.vuepress/sidebar/V1.2.x/en.ts
@@ -125,7 +125,7 @@ export const enSidebar = {
         { text: 'C# Native API', link: 'Programming-CSharp-Native-API' },
         { text: 'Node.js Native API', link: 'Programming-NodeJS-Native-API' },
         { text: 'Rust Native API', link: 'Programming-Rust-Native-API' },
-        { text: 'JDBC (Not Recommend)', link: 'Programming-JDBC' },
+        { text: 'JDBC', link: 'Programming-JDBC' },
         { text: 'MQTT Protocol', link: 'Programming-MQTT' },
         { text: 'Kafka', link: 'Programming-Kafka' },
         { text: 'REST API V1 (Not Recommend)', link: 'RestServiceV1' },
diff --git a/src/.vuepress/sidebar/V1.2.x/zh.ts 
b/src/.vuepress/sidebar/V1.2.x/zh.ts
index 7863d58d..c5ec4145 100644
--- a/src/.vuepress/sidebar/V1.2.x/zh.ts
+++ b/src/.vuepress/sidebar/V1.2.x/zh.ts
@@ -115,7 +115,7 @@ export const zhSidebar = {
         { text: 'C#原生接口', link: 'Programming-CSharp-Native-API' },
         { text: 'Node.js原生接口', link: 'Programming-NodeJS-Native-API' },
         { text: 'Rust原生接口', link: 'Programming-Rust-Native-API' },
-        { text: 'JDBC (不推荐)', link: 'Programming-JDBC' },
+        { text: 'JDBC', link: 'Programming-JDBC' },
         { text: 'MQTT', link: 'Programming-MQTT' },
         { text: 'Kafka', link: 'Programming-Kafka' },
         { text: 'REST API V1 (不推荐)', link: 'RestServiceV1' },
diff --git a/src/.vuepress/sidebar/V1.3.x/en.ts 
b/src/.vuepress/sidebar/V1.3.x/en.ts
index 283f0235..953e8510 100644
--- a/src/.vuepress/sidebar/V1.3.x/en.ts
+++ b/src/.vuepress/sidebar/V1.3.x/en.ts
@@ -181,7 +181,7 @@ export const enSidebar = {
         { text: 'C# Native API', link: 'Programming-CSharp-Native-API' },
         { text: 'Node.js Native API', link: 'Programming-NodeJS-Native-API' },
         { text: 'Rust Native API', link: 'Programming-Rust-Native-API' },
-        { text: 'JDBC (Not Recommend)', link: 'Programming-JDBC' },
+        { text: 'JDBC', link: 'Programming-JDBC' },
         { text: 'MQTT Protocol', link: 'Programming-MQTT' },
         { text: 'Kafka', link: 'Programming-Kafka' },
         {
diff --git a/src/.vuepress/sidebar/V1.3.x/zh.ts 
b/src/.vuepress/sidebar/V1.3.x/zh.ts
index 9f30cdcf..51174b89 100644
--- a/src/.vuepress/sidebar/V1.3.x/zh.ts
+++ b/src/.vuepress/sidebar/V1.3.x/zh.ts
@@ -170,7 +170,7 @@ export const zhSidebar = {
         { text: 'C#原生接口', link: 'Programming-CSharp-Native-API' },
         { text: 'Node.js原生接口', link: 'Programming-NodeJS-Native-API' },
         { text: 'Rust原生接口', link: 'Programming-Rust-Native-API' },
-        { text: 'JDBC (不推荐)', link: 'Programming-JDBC' },
+        { text: 'JDBC', link: 'Programming-JDBC' },
         { text: 'MQTT协议', link: 'Programming-MQTT' },
         { text: 'Kafka', link: 'Programming-Kafka' },
         {
diff --git a/src/.vuepress/sidebar/V2.0.x/en-Tree.ts 
b/src/.vuepress/sidebar/V2.0.x/en-Tree.ts
index f1ca30c5..72ed3b7e 100644
--- a/src/.vuepress/sidebar/V2.0.x/en-Tree.ts
+++ b/src/.vuepress/sidebar/V2.0.x/en-Tree.ts
@@ -166,7 +166,7 @@ export const enSidebar = {
         { text: 'C# Native API', link: 'Programming-CSharp-Native-API' },
         { text: 'Node.js Native API', link: 'Programming-NodeJS-Native-API' },
         { text: 'Rust Native API', link: 'Programming-Rust-Native-API' },
-        { text: 'JDBC (Not Recommend)', link: 'Programming-JDBC' },
+        { text: 'JDBC', link: 'Programming-JDBC' },
         { text: 'MQTT Protocol', link: 'Programming-MQTT' },
         { text: 'Kafka', link: 'Programming-Kafka' },
         {
diff --git a/src/.vuepress/sidebar/V2.0.x/zh-Tree.ts 
b/src/.vuepress/sidebar/V2.0.x/zh-Tree.ts
index 0b6b66f1..e32c1d96 100644
--- a/src/.vuepress/sidebar/V2.0.x/zh-Tree.ts
+++ b/src/.vuepress/sidebar/V2.0.x/zh-Tree.ts
@@ -155,7 +155,7 @@ export const zhSidebar = {
         { text: 'C#原生接口', link: 'Programming-CSharp-Native-API' },
         { text: 'Node.js原生接口', link: 'Programming-NodeJS-Native-API' },
         { text: 'Rust原生接口', link: 'Programming-Rust-Native-API' },
-        { text: 'JDBC (不推荐)', link: 'Programming-JDBC' },
+        { text: 'JDBC', link: 'Programming-JDBC' },
         { text: 'MQTT协议', link: 'Programming-MQTT' },
         { text: 'Kafka', link: 'Programming-Kafka' },
         {
diff --git a/src/.vuepress/sidebar_timecho/V0.13.x/en.ts 
b/src/.vuepress/sidebar_timecho/V0.13.x/en.ts
index 2269fd51..622218b7 100644
--- a/src/.vuepress/sidebar_timecho/V0.13.x/en.ts
+++ b/src/.vuepress/sidebar_timecho/V0.13.x/en.ts
@@ -79,7 +79,7 @@ export const enSidebar = {
         { text: 'Python Native API', link: 'Programming-Python-Native-API' },
         { text: 'C++ Native API', link: 'Programming-Cpp-Native-API' },
         { text: 'Go Native API', link: 'Programming-Go-Native-API' },
-        { text: 'JDBC (Not Recommend)', link: 'Programming-JDBC' },
+        { text: 'JDBC', link: 'Programming-JDBC' },
         { text: 'MQTT', link: 'Programming-MQTT' },
         { text: 'REST API', link: 'RestService' },
         { text: 'TsFile API', link: 'Programming-TsFile-API' },
diff --git a/src/.vuepress/sidebar_timecho/V0.13.x/zh.ts 
b/src/.vuepress/sidebar_timecho/V0.13.x/zh.ts
index 555b98cb..d3b465de 100644
--- a/src/.vuepress/sidebar_timecho/V0.13.x/zh.ts
+++ b/src/.vuepress/sidebar_timecho/V0.13.x/zh.ts
@@ -76,7 +76,7 @@ export const zhSidebar = {
         { text: 'Python 原生接口', link: 'Programming-Python-Native-API' },
         { text: 'C++ 原生接口', link: 'Programming-Cpp-Native-API' },
         { text: 'Go 原生接口', link: 'Programming-Go-Native-API' },
-        { text: 'JDBC (不推荐)', link: 'Programming-JDBC' },
+        { text: 'JDBC', link: 'Programming-JDBC' },
         { text: 'MQTT', link: 'Programming-MQTT' },
         { text: 'REST API', link: 'RestService' },
         { text: 'TsFile API', link: 'Programming-TsFile-API' },
diff --git a/src/.vuepress/sidebar_timecho/V1.2.x/en.ts 
b/src/.vuepress/sidebar_timecho/V1.2.x/en.ts
index 90b14dfa..a027f033 100644
--- a/src/.vuepress/sidebar_timecho/V1.2.x/en.ts
+++ b/src/.vuepress/sidebar_timecho/V1.2.x/en.ts
@@ -129,7 +129,7 @@ export const enSidebar = {
         { text: 'C# Native API', link: 'Programming-CSharp-Native-API' },
         { text: 'Node.js Native API', link: 'Programming-NodeJS-Native-API' },
         { text: 'Rust Native API', link: 'Programming-Rust-Native-API' },
-        { text: 'JDBC (Not Recommend)', link: 'Programming-JDBC' },
+        { text: 'JDBC', link: 'Programming-JDBC' },
         { text: 'MQTT Protocol', link: 'Programming-MQTT' },
         { text: 'Kafka', link: 'Programming-Kafka' },
         { text: 'REST API V1 (Not Recommend)', link: 'RestServiceV1' },
diff --git a/src/.vuepress/sidebar_timecho/V1.2.x/zh.ts 
b/src/.vuepress/sidebar_timecho/V1.2.x/zh.ts
index 288a8330..df5ab7e7 100644
--- a/src/.vuepress/sidebar_timecho/V1.2.x/zh.ts
+++ b/src/.vuepress/sidebar_timecho/V1.2.x/zh.ts
@@ -123,7 +123,7 @@ export const zhSidebar = {
         { text: 'C#原生接口', link: 'Programming-CSharp-Native-API' },
         { text: 'Node.js原生接口', link: 'Programming-NodeJS-Native-API' },
         { text: 'Rust原生接口', link: 'Programming-Rust-Native-API' },
-        { text: 'JDBC (不推荐)', link: 'Programming-JDBC' },
+        { text: 'JDBC', link: 'Programming-JDBC' },
         { text: 'MQTT协议', link: 'Programming-MQTT' },
         { text: 'Kafka', link: 'Programming-Kafka' },
         { text: 'REST API V1 (不推荐)', link: 'RestServiceV1' },
diff --git a/src/.vuepress/sidebar_timecho/V1.3.x/en.ts 
b/src/.vuepress/sidebar_timecho/V1.3.x/en.ts
index d59d7ca0..821067ee 100644
--- a/src/.vuepress/sidebar_timecho/V1.3.x/en.ts
+++ b/src/.vuepress/sidebar_timecho/V1.3.x/en.ts
@@ -197,7 +197,7 @@ export const enSidebar = {
         { text: 'C# Native API', link: 'Programming-CSharp-Native-API' },
         { text: 'Node.js Native API', link: 'Programming-NodeJS-Native-API' },
         { text: 'Rust Native API', link: 'Programming-Rust-Native-API' },
-        { text: 'JDBC (Not Recommend)', link: 'Programming-JDBC' },
+        { text: 'JDBC', link: 'Programming-JDBC' },
         { text: 'MQTT Protocol', link: 'Programming-MQTT' },
         { text: 'OPC UA Protocol', link: 'Programming-OPC-UA_timecho' },
         { text: 'Kafka', link: 'Programming-Kafka' },
diff --git a/src/.vuepress/sidebar_timecho/V1.3.x/zh.ts 
b/src/.vuepress/sidebar_timecho/V1.3.x/zh.ts
index 1e3ebf1c..4aeddd59 100644
--- a/src/.vuepress/sidebar_timecho/V1.3.x/zh.ts
+++ b/src/.vuepress/sidebar_timecho/V1.3.x/zh.ts
@@ -180,7 +180,7 @@ export const zhSidebar = {
         { text: 'C#原生接口', link: 'Programming-CSharp-Native-API' },
         { text: 'Node.js原生接口', link: 'Programming-NodeJS-Native-API' },
         { text: 'Rust', link: 'Programming-Rust-Native-API' },
-        { text: 'JDBC (不推荐)', link: 'Programming-JDBC' },
+        { text: 'JDBC', link: 'Programming-JDBC' },
         { text: 'MQTT协议', link: 'Programming-MQTT' },
         { text: 'OPC UA协议', link: 'Programming-OPC-UA_timecho' },
         { text: 'Kafka', link: 'Programming-Kafka' },
diff --git a/src/.vuepress/sidebar_timecho/V2.0.x/en-Tree.ts 
b/src/.vuepress/sidebar_timecho/V2.0.x/en-Tree.ts
index 42d1732b..8b5d59e3 100644
--- a/src/.vuepress/sidebar_timecho/V2.0.x/en-Tree.ts
+++ b/src/.vuepress/sidebar_timecho/V2.0.x/en-Tree.ts
@@ -182,7 +182,7 @@ export const enSidebar = {
         { text: 'C# Native API', link: 'Programming-CSharp-Native-API' },
         { text: 'Node.js Native API', link: 'Programming-NodeJS-Native-API' },
         { text: 'Rust Native API', link: 'Programming-Rust-Native-API' },
-        { text: 'JDBC (Not Recommend)', link: 'Programming-JDBC' },
+        { text: 'JDBC', link: 'Programming-JDBC' },
         { text: 'MQTT Protocol', link: 'Programming-MQTT' },
         { text: 'OPC UA Protocol', link: 'Programming-OPC-UA_timecho' },
         { text: 'Kafka', link: 'Programming-Kafka' },
diff --git a/src/.vuepress/sidebar_timecho/V2.0.x/zh-Tree.ts 
b/src/.vuepress/sidebar_timecho/V2.0.x/zh-Tree.ts
index d9f13214..c3ca85fd 100644
--- a/src/.vuepress/sidebar_timecho/V2.0.x/zh-Tree.ts
+++ b/src/.vuepress/sidebar_timecho/V2.0.x/zh-Tree.ts
@@ -165,7 +165,7 @@ export const zhSidebar = {
         { text: 'C#原生接口', link: 'Programming-CSharp-Native-API' },
         { text: 'Node.js原生接口', link: 'Programming-NodeJS-Native-API' },
         { text: 'Rust', link: 'Programming-Rust-Native-API' },
-        { text: 'JDBC (不推荐)', link: 'Programming-JDBC' },
+        { text: 'JDBC', link: 'Programming-JDBC' },
         { text: 'MQTT协议', link: 'Programming-MQTT' },
         { text: 'OPC UA协议', link: 'Programming-OPC-UA_timecho' },
         { text: 'Kafka', link: 'Programming-Kafka' },
diff --git a/src/UserGuide/Master/Tree/API/Programming-JDBC.md 
b/src/UserGuide/Master/Tree/API/Programming-JDBC.md
index b599c3d4..b83c2865 100644
--- a/src/UserGuide/Master/Tree/API/Programming-JDBC.md
+++ b/src/UserGuide/Master/Tree/API/Programming-JDBC.md
@@ -19,10 +19,10 @@
 
 -->
 
-# JDBC (Not Recommend)
+# JDBC
+
+**Note**: The current JDBC implementation is only for connecting with 
third-party tools. We do not recommend using JDBC (when executing insert 
statements) as it cannot provide high-performance writing. For queries, we 
recommend using JDBC.
 
-*NOTICE: CURRENTLY, JDBC IS USED FOR CONNECTING SOME THIRD-PART TOOLS. 
-IT CAN NOT PROVIDE HIGH THROUGHPUT FOR WRITE OPERATIONS. 
 PLEASE USE [Java Native API](./Programming-Java-Native-API.md) INSTEAD*
 
 ## 1. Dependencies
diff --git a/src/UserGuide/V0.13.x/API/Programming-JDBC.md 
b/src/UserGuide/V0.13.x/API/Programming-JDBC.md
index 0623f9a8..3d360cc1 100644
--- a/src/UserGuide/V0.13.x/API/Programming-JDBC.md
+++ b/src/UserGuide/V0.13.x/API/Programming-JDBC.md
@@ -19,10 +19,9 @@
 
 -->
 
-## JDBC (Not Recommend)
+## JDBC
 
-*NOTICE: CURRENTLY, JDBC IS USED FOR CONNECTING SOME THIRD-PART TOOLS. 
-IT CAN NOT PROVIDE HIGH THROUGHPUT FOR WRITE OPERATIONS. 
+**Note**: The current JDBC implementation is only for connecting with 
third-party tools. We do not recommend using JDBC (when executing insert 
statements) as it cannot provide high-performance writing. For queries, we 
recommend using JDBC.
 PLEASE USE [JAVA NATIVE 
API](https://iotdb.apache.org/UserGuide/Master/API/Programming-Java-Native-API.html)
 INSTEAD*
 
 ### Dependencies
diff --git a/src/UserGuide/V1.2.x/API/Programming-JDBC.md 
b/src/UserGuide/V1.2.x/API/Programming-JDBC.md
index b1458af2..1f97dd93 100644
--- a/src/UserGuide/V1.2.x/API/Programming-JDBC.md
+++ b/src/UserGuide/V1.2.x/API/Programming-JDBC.md
@@ -19,10 +19,9 @@
 
 -->
 
-# JDBC (Not Recommend)
+# JDBC
 
-*NOTICE: CURRENTLY, JDBC IS USED FOR CONNECTING SOME THIRD-PART TOOLS. 
-IT CAN NOT PROVIDE HIGH THROUGHPUT FOR WRITE OPERATIONS. 
+**Note**: The current JDBC implementation is only for connecting with 
third-party tools. We do not recommend using JDBC (when executing insert 
statements) as it cannot provide high-performance writing. For queries, we 
recommend using JDBC.
 PLEASE USE [JAVA NATIVE 
API](https://iotdb.apache.org/UserGuide/Master/API/Programming-Java-Native-API.html)
 INSTEAD*
 
 ## Dependencies
diff --git a/src/UserGuide/V1.3.x/API/Programming-JDBC.md 
b/src/UserGuide/V1.3.x/API/Programming-JDBC.md
index fa9fc3cc..09766d01 100644
--- a/src/UserGuide/V1.3.x/API/Programming-JDBC.md
+++ b/src/UserGuide/V1.3.x/API/Programming-JDBC.md
@@ -16,15 +16,11 @@
 * limitations under the License.
 -->
 
-# JDBC (Not Recommend)
+# JDBC
 
-::: warning
-
-NOTICE: CURRENTLY, JDBC IS USED FOR CONNECTING SOME THIRD-PART TOOLS.
-IT CAN NOT PROVIDE HIGH THROUGHPUT FOR WRITE OPERATIONS.
+**Note**: The current JDBC implementation is only for connecting with 
third-party tools. We do not recommend using JDBC (when executing insert 
statements) as it cannot provide high-performance writing. For queries, we 
recommend using JDBC.
 PLEASE USE [Java Native API](./Programming-Java-Native-API.md) INSTEAD
 
-:::
 
 ## Dependencies
 
diff --git a/src/UserGuide/dev-1.3/API/Programming-JDBC.md 
b/src/UserGuide/dev-1.3/API/Programming-JDBC.md
index fa9fc3cc..5ee10921 100644
--- a/src/UserGuide/dev-1.3/API/Programming-JDBC.md
+++ b/src/UserGuide/dev-1.3/API/Programming-JDBC.md
@@ -16,15 +16,12 @@
 * limitations under the License.
 -->
 
-# JDBC (Not Recommend)
+# JDBC
 
-::: warning
+**Note**: The current JDBC implementation is only for connecting with 
third-party tools. We do not recommend using JDBC (when executing insert 
statements) as it cannot provide high-performance writing. For queries, we 
recommend using JDBC.
 
-NOTICE: CURRENTLY, JDBC IS USED FOR CONNECTING SOME THIRD-PART TOOLS.
-IT CAN NOT PROVIDE HIGH THROUGHPUT FOR WRITE OPERATIONS.
 PLEASE USE [Java Native API](./Programming-Java-Native-API.md) INSTEAD
 
-:::
 
 ## Dependencies
 
diff --git a/src/UserGuide/latest/API/Programming-JDBC.md 
b/src/UserGuide/latest/API/Programming-JDBC.md
index b599c3d4..232e62ef 100644
--- a/src/UserGuide/latest/API/Programming-JDBC.md
+++ b/src/UserGuide/latest/API/Programming-JDBC.md
@@ -19,10 +19,9 @@
 
 -->
 
-# JDBC (Not Recommend)
+# JDBC
 
-*NOTICE: CURRENTLY, JDBC IS USED FOR CONNECTING SOME THIRD-PART TOOLS. 
-IT CAN NOT PROVIDE HIGH THROUGHPUT FOR WRITE OPERATIONS. 
+**Note**: The current JDBC implementation is only for connecting with 
third-party tools. We do not recommend using JDBC (when executing insert 
statements) as it cannot provide high-performance writing. For queries, we 
recommend using JDBC.
 PLEASE USE [Java Native API](./Programming-Java-Native-API.md) INSTEAD*
 
 ## 1. Dependencies
diff --git a/src/zh/UserGuide/Master/Tree/API/Programming-JDBC.md 
b/src/zh/UserGuide/Master/Tree/API/Programming-JDBC.md
index 334c02f1..498800e7 100644
--- a/src/zh/UserGuide/Master/Tree/API/Programming-JDBC.md
+++ b/src/zh/UserGuide/Master/Tree/API/Programming-JDBC.md
@@ -19,9 +19,9 @@
 
 -->
 
-# JDBC(不推荐)
+# JDBC
 
-*注意: 目前的JDBC实现仅是为与第三方工具连接使用的。使用JDBC(执行插入语句时)无法提供高性能写入。
+**注意**: 目前的JDBC实现仅是为与第三方工具连接使用的。不推荐使用 JDBC (执行插入语句时),因无法提供高性能写入,查询推荐使用 JDBC。
 对于Java应用,我们推荐使用[Java 原生接口](./Programming-Java-Native-API.md)*
 
 ## 1. 依赖
diff --git a/src/zh/UserGuide/V0.13.x/API/Programming-JDBC.md 
b/src/zh/UserGuide/V0.13.x/API/Programming-JDBC.md
index 0552618f..1141ed83 100644
--- a/src/zh/UserGuide/V0.13.x/API/Programming-JDBC.md
+++ b/src/zh/UserGuide/V0.13.x/API/Programming-JDBC.md
@@ -19,9 +19,9 @@
 
 -->
 
-## JDBC(不推荐)
+## JDBC
+**注意**: 目前的JDBC实现仅是为与第三方工具连接使用的。不推荐使用 JDBC (执行插入语句时),因无法提供高性能写入,查询推荐使用 JDBC。
 
-*注意: 目前的JDBC实现仅是为与第三方工具连接使用的。使用JDBC(尤其是执行插入语句时)无法提供高性能吞吐。
 对于Java应用,我们推荐使用[JAVA NATIVE 
API](https://iotdb.apache.org/zh/UserGuide/Master/API/Programming-Java-Native-API.html)*
 
 ### 依赖
diff --git a/src/zh/UserGuide/V1.2.x/API/Programming-JDBC.md 
b/src/zh/UserGuide/V1.2.x/API/Programming-JDBC.md
index 10292a98..9bff507c 100644
--- a/src/zh/UserGuide/V1.2.x/API/Programming-JDBC.md
+++ b/src/zh/UserGuide/V1.2.x/API/Programming-JDBC.md
@@ -19,9 +19,9 @@
 
 -->
 
-# JDBC(不推荐)
+# JDBC
 
-*注意: 目前的JDBC实现仅是为与第三方工具连接使用的。使用JDBC(尤其是执行插入语句时)无法提供高性能吞吐。
+**注意**: 目前的JDBC实现仅是为与第三方工具连接使用的。不推荐使用 JDBC (执行插入语句时),因无法提供高性能写入,查询推荐使用 JDBC。
 对于Java应用,我们推荐使用[JAVA NATIVE 
API](https://iotdb.apache.org/zh/UserGuide/Master/API/Programming-Java-Native-API.html)*
 
 ## 依赖
diff --git a/src/zh/UserGuide/V1.3.x/API/Programming-JDBC.md 
b/src/zh/UserGuide/V1.3.x/API/Programming-JDBC.md
index fc726d6c..d647f5a9 100644
--- a/src/zh/UserGuide/V1.3.x/API/Programming-JDBC.md
+++ b/src/zh/UserGuide/V1.3.x/API/Programming-JDBC.md
@@ -19,9 +19,9 @@
 
 -->
 
-# JDBC(不推荐)
+# JDBC
 
-*注意: 目前的JDBC实现仅是为与第三方工具连接使用的。使用JDBC(执行插入语句时)无法提供高性能写入。
+**注意**: 目前的JDBC实现仅是为与第三方工具连接使用的。不推荐使用 JDBC (执行插入语句时),因无法提供高性能写入,查询推荐使用 JDBC。
 对于Java应用,我们推荐使用[Java 原生接口](./Programming-Java-Native-API.md)*
 
 ## 依赖
diff --git a/src/zh/UserGuide/dev-1.3/API/Programming-JDBC.md 
b/src/zh/UserGuide/dev-1.3/API/Programming-JDBC.md
index fc726d6c..a0938f61 100644
--- a/src/zh/UserGuide/dev-1.3/API/Programming-JDBC.md
+++ b/src/zh/UserGuide/dev-1.3/API/Programming-JDBC.md
@@ -19,9 +19,10 @@
 
 -->
 
-# JDBC(不推荐)
+# JDBC
+
+**注意**: 目前的JDBC实现仅是为与第三方工具连接使用的。不推荐使用 JDBC (执行插入语句时),因无法提供高性能写入,查询推荐使用 JDBC。
 
-*注意: 目前的JDBC实现仅是为与第三方工具连接使用的。使用JDBC(执行插入语句时)无法提供高性能写入。
 对于Java应用,我们推荐使用[Java 原生接口](./Programming-Java-Native-API.md)*
 
 ## 依赖
diff --git a/src/zh/UserGuide/latest/API/Programming-JDBC.md 
b/src/zh/UserGuide/latest/API/Programming-JDBC.md
index 334c02f1..f87dff95 100644
--- a/src/zh/UserGuide/latest/API/Programming-JDBC.md
+++ b/src/zh/UserGuide/latest/API/Programming-JDBC.md
@@ -19,9 +19,10 @@
 
 -->
 
-# JDBC(不推荐)
+# JDBC
+
+**注意**: 目前的JDBC实现仅是为与第三方工具连接使用的。不推荐使用 JDBC (执行插入语句时),因无法提供高性能写入,查询推荐使用 JDBC。
 
-*注意: 目前的JDBC实现仅是为与第三方工具连接使用的。使用JDBC(执行插入语句时)无法提供高性能写入。
 对于Java应用,我们推荐使用[Java 原生接口](./Programming-Java-Native-API.md)*
 
 ## 1. 依赖

Reply via email to