This is an automated email from the ASF dual-hosted git repository.
haonan 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 f3639c5 adjust jdbc description (#188)
f3639c5 is described below
commit f3639c534cc484a98b8c53e7b5e211572515730e
Author: wanghui42 <[email protected]>
AuthorDate: Tue May 14 17:35:50 2024 +0800
adjust jdbc description (#188)
---
src/zh/UserGuide/Master/API/Programming-JDBC.md | 2 +-
src/zh/UserGuide/latest/API/Programming-JDBC.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/zh/UserGuide/Master/API/Programming-JDBC.md
b/src/zh/UserGuide/Master/API/Programming-JDBC.md
index 8ebc0b5..40a414e 100644
--- a/src/zh/UserGuide/Master/API/Programming-JDBC.md
+++ b/src/zh/UserGuide/Master/API/Programming-JDBC.md
@@ -21,7 +21,7 @@
# 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/latest/API/Programming-JDBC.md
b/src/zh/UserGuide/latest/API/Programming-JDBC.md
index 8ebc0b5..40a414e 100644
--- a/src/zh/UserGuide/latest/API/Programming-JDBC.md
+++ b/src/zh/UserGuide/latest/API/Programming-JDBC.md
@@ -21,7 +21,7 @@
# JDBC
-*注意: 目前的JDBC实现仅是为与第三方工具连接使用的。使用JDBC(尤其是执行插入语句时)无法提供高性能吞吐。
+*注意: 目前的JDBC实现仅是为与第三方工具连接使用的。使用JDBC(执行插入语句时)无法提供高性能写入。
对于Java应用,我们推荐使用[JAVA NATIVE
API](https://iotdb.apache.org/zh/UserGuide/Master/API/Programming-Java-Native-API.html)*
## 依赖