This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 550584e4e9 [docs](docs)Add the list of BI tools supported by Doris.
(#20690)
550584e4e9 is described below
commit 550584e4e907ba4da4b3b98347cb9c692a88d930
Author: FreeOnePlus <[email protected]>
AuthorDate: Tue Jun 13 08:56:01 2023 +0800
[docs](docs)Add the list of BI tools supported by Doris. (#20690)
---
docs/en/docs/summary/basic-summary.md | 2 +-
docs/zh-CN/docs/summary/basic-summary.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/docs/summary/basic-summary.md
b/docs/en/docs/summary/basic-summary.md
index 7ed8a0a91d..d446a595db 100644
--- a/docs/en/docs/summary/basic-summary.md
+++ b/docs/en/docs/summary/basic-summary.md
@@ -59,7 +59,7 @@ Both types of processes are horizontally scalable, and a
single cluster can supp

-In terms of **interfaces**, Apache Doris adopts MySQL protocol, supports
standard SQL, and is highly compatible with MySQL dialect. Users can access
Doris through various client tools and it supports seamless connection with BI
tools.
+In terms of **interfaces**, Apache Doris adopts MySQL protocol, supports
standard SQL, and is highly compatible with MySQL dialect. Users can access
Doris through various client tools and it supports seamless connection with BI
tools. Doris currently supports a variety of mainstream BI products, including
but not limited to SmartBI, DataEase, FineBI, Tableau, Power BI, SuperSet, etc.
As long as the BI tools that support the MySQL protocol, Doris can provide
query support as a data source.
Doris uses a **columnar storage engine**, which encodes, compresses, and reads
data by column. This enables a very high compression ratio and largely reduces
irrelavant data scans, thus making more efficient use of IO and CPU resources.
diff --git a/docs/zh-CN/docs/summary/basic-summary.md
b/docs/zh-CN/docs/summary/basic-summary.md
index da04a7d7ff..498c11e62b 100644
--- a/docs/zh-CN/docs/summary/basic-summary.md
+++ b/docs/zh-CN/docs/summary/basic-summary.md
@@ -61,7 +61,7 @@ Doris**整体架构**如下图所示,Doris 架构非常简单,只有两类

-在**使用接口**方面,Doris 采用 MySQL 协议,高度兼容 MySQL 语法,支持标准 SQL,用户可以通过各类客户端工具来访问
Doris,并支持与 BI 工具的无缝对接。
+在**使用接口**方面,Doris 采用 MySQL 协议,高度兼容 MySQL 语法,支持标准 SQL,用户可以通过各类客户端工具来访问
Doris,并支持与 BI 工具的无缝对接。Doris 当前支持多种主流的 BI 产品,包括不限于
SmartBI、DataEase、FineBI、Tableau、Power BI、SuperSet 等,只要支持 MySQL 协议的 BI 工具,Doris
就可以作为数据源提供查询支持。
在**存储引擎**方面,Doris 采用列式存储,按列进行数据的编码压缩和读取,能够实现极高的压缩比,同时减少大量非相关数据的扫描,从而更加有效利用 IO
和 CPU 资源。
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]