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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5eb0a8f38e [IOTDB-3294] Update database comparison docs  (#6027)
5eb0a8f38e is described below

commit 5eb0a8f38e13a6f92cacadf5f7ba2ef1f595f50b
Author: wanghui42 <[email protected]>
AuthorDate: Thu May 26 18:13:44 2022 +0800

    [IOTDB-3294] Update database comparison docs  (#6027)
    
    Co-authored-by: wanghui42 <[email protected]>
---
 docs/UserGuide/Reference/TSDB-Comparison.md    | 7 ++-----
 docs/zh/UserGuide/Reference/TSDB-Comparison.md | 7 ++-----
 2 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/docs/UserGuide/Reference/TSDB-Comparison.md 
b/docs/UserGuide/Reference/TSDB-Comparison.md
index 979a61f16b..d450899f21 100644
--- a/docs/UserGuide/Reference/TSDB-Comparison.md
+++ b/docs/UserGuide/Reference/TSDB-Comparison.md
@@ -109,8 +109,8 @@ Legend:
 
 * SQL like: 
 
-  * IoTDB and InfluxDB support SQL like language. In addition, the integration 
of IoTDB and Calcite is almost done (a PR has been submitted), which means 
IoTDB will support Standard SQL soon.
-  * OpenTSDB and KairosDB only support Rest API, while IoTDB also supports 
Rest API (a PR has been submitted).
+  * IoTDB and InfluxDB support SQL like language. 
+  * OpenTSDB and KairosDB only support Rest API, while IoTDB also supports 
Rest API.
   * TimescaleDB uses the SQL the same as PG.
   
 * Schema:
@@ -263,9 +263,6 @@ I listed some interesting features that these systems may 
differ.
 
   Now only IoTDB supports a JDBC driver (though not all interfaces are 
implemented), and makes it possible to integrate many other JDBC driver based 
softwares.
 
-* Standard SQL:
-
-  As mentioned before, the integration of IoTDB and Calcite is almost done (a 
PR has been submitted), which means IoTDB will support Standard SQL.
   
 * Spark and Hive integration:
 
diff --git a/docs/zh/UserGuide/Reference/TSDB-Comparison.md 
b/docs/zh/UserGuide/Reference/TSDB-Comparison.md
index 75c1928bae..6bee5662f4 100644
--- a/docs/zh/UserGuide/Reference/TSDB-Comparison.md
+++ b/docs/zh/UserGuide/Reference/TSDB-Comparison.md
@@ -102,8 +102,8 @@ Prometheus 和 Druid 也因为时间序列数据管理而闻名,但是 Prometh
 
 -   *SQL-like*:
 
-    -   IoTDB 和 InfluxDB 支持 SQL-like 语言。另外,IoTDB 和 Calcite 的集成几乎完成(PR 
已经提交),这意味着 IoTDB 很快就能支持标准 SQL。
-    -   OpenTSDB 和 KairosDB 只支持 Rest API。IoTDB 也支持 Rest API(PR 已经提交)。
+    -   IoTDB 和 InfluxDB 支持 SQL-like 语言。
+    -   OpenTSDB 和 KairosDB 只支持 Rest API。IoTDB 也支持 Rest API。
     -   TimescaleDB 使用的是和 PostgreSQL 一样的 SQL。
 
 -   *Schema*:
@@ -233,9 +233,6 @@ Prometheus 和 Druid 也因为时间序列数据管理而闻名,但是 Prometh
 
     现在只有 IoTDB 支持了 JDBC driver(虽然不是所有接口都实现),这使得 IoTDB 可以整合许多其它的基于 JDBC driver 
的软件。
 
--   *Standard SQL*:
-
-    正如之前提到的,IoTDB 和 Calcite 的集成几乎完成(PR 已经提交),这意味着 IoTDB 很快就能支持标准 SQL。
 
 -   *Spark and Hive integration*:
 

Reply via email to