You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2021/08/19 02:55:04 UTC

[iotdb] branch jdbc_doc created (now e719333)

This is an automated email from the ASF dual-hosted git repository.

hxd pushed a change to branch jdbc_doc
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


      at e719333  claim that JDBC is not suitable for high throughput operations

This branch includes the following new commits:

     new e719333  claim that JDBC is not suitable for high throughput operations

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[iotdb] 01/01: claim that JDBC is not suitable for high throughput operations

Posted by hx...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hxd pushed a commit to branch jdbc_doc
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit e71933351d4bdca73fd328f737e8f5237d28bb26
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Thu Aug 19 10:54:20 2021 +0800

    claim that JDBC is not suitable for high throughput operations
---
 docs/UserGuide/API/Programming-JDBC.md    |  4 ++++
 docs/zh/UserGuide/API/Programming-JDBC.md |  3 +++
 site/src/main/.vuepress/config.js         | 16 ++++++++--------
 3 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/docs/UserGuide/API/Programming-JDBC.md b/docs/UserGuide/API/Programming-JDBC.md
index f8eebda..2a01a88 100644
--- a/docs/UserGuide/API/Programming-JDBC.md
+++ b/docs/UserGuide/API/Programming-JDBC.md
@@ -23,6 +23,10 @@
 
 ## 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-Native-API.md) INSTEAD*
+
 ### Dependencies
 
 * JDK >= 1.8
diff --git a/docs/zh/UserGuide/API/Programming-JDBC.md b/docs/zh/UserGuide/API/Programming-JDBC.md
index c50f0e5..5eaba23 100644
--- a/docs/zh/UserGuide/API/Programming-JDBC.md
+++ b/docs/zh/UserGuide/API/Programming-JDBC.md
@@ -23,6 +23,9 @@
 
 ## JDBC
 
+*注意: 目前的JDBC实现仅是为与第三方工具连接使用的。使用JDBC(尤其是执行插入语句时)无法提供高性能吞吐。
+对于Java应用,我们推荐使用[JAVA NATIVE API](Programming-Native-API.md) *
+
 ### 依赖
 
 * JDK >= 1.8
diff --git a/site/src/main/.vuepress/config.js b/site/src/main/.vuepress/config.js
index a59f10a..a243ffa 100644
--- a/site/src/main/.vuepress/config.js
+++ b/site/src/main/.vuepress/config.js
@@ -551,10 +551,10 @@ var config = {
 					{
 						title: 'API',
 						children: [
-							['API/Programming-JDBC','JDBC'],
 							['API/Programming-Native-API','Native API'],
 							['API/Programming-Other-Languages','Other Languages'],
-							['API/Programming-TsFile-API','TsFile API']
+							['API/Programming-TsFile-API','TsFile API'],
+							['API/Programming-JDBC','JDBC (Not Recommend)']
 						]
 					},
 					{
@@ -696,10 +696,10 @@ var config = {
 					{
 						title: 'API',
 						children: [
-							['API/Programming-JDBC','JDBC'],
 							['API/Programming-Native-API','Native API'],
 							['API/Programming-Other-Languages','Other Languages'],
-							['API/Programming-TsFile-API','TsFile API']
+							['API/Programming-TsFile-API','TsFile API'],
+							['API/Programming-JDBC','JDBC (Not Recommend)']
 						]
 					},
 					{
@@ -1357,10 +1357,10 @@ var config = {
 					{
 						title: '应用编程接口',
 						children: [
-							['API/Programming-JDBC','JDBC'],
 							['API/Programming-Native-API','Java 原生接口'],
 							['API/Programming-Other-Languages','其他语言原生接口'],
-							['API/Programming-TsFile-API','TsFile API']
+							['API/Programming-TsFile-API','TsFile API'],
+							['API/Programming-JDBC','JDBC (不推荐)']
 						]
 					},
 					{
@@ -1496,10 +1496,10 @@ var config = {
 					{
 						title: '应用编程接口',
 						children: [
-							['API/Programming-JDBC','JDBC'],
 							['API/Programming-Native-API','Java 原生接口'],
 							['API/Programming-Other-Languages','其他语言原生接口'],
-							['API/Programming-TsFile-API','TsFile API']
+							['API/Programming-TsFile-API','TsFile API'],
+							['API/Programming-JDBC','JDBC (不推荐)']
 						]
 					},
 					{