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 5ffb01a068 [doc](doc)Update doc: delete Z-order (#24955)
5ffb01a068 is described below
commit 5ffb01a0680dd57e7b1f167d69ac0bab26d86d7d
Author: Hu Yanjun <[email protected]>
AuthorDate: Thu Sep 28 13:45:48 2023 +0800
[doc](doc)Update doc: delete Z-order (#24955)
---
README.md | 1 -
docs/en/docs/get-starting/what-is-apache-doris.md | 1 -
docs/zh-CN/docs/get-starting/what-is-apache-doris.md | 2 --
3 files changed, 4 deletions(-)
diff --git a/README.md b/README.md
index d1632bcbb9..ff28db36e4 100644
--- a/README.md
+++ b/README.md
@@ -84,7 +84,6 @@ In terms of interfaces, Apache Doris adopts MySQL protocol,
supports standard SQ
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.
Doris supports various index structures to minimize data scans:
- Sorted Compound Key Index: Users can specify three columns at most to form a
compound sort key. This can effectively prune data to better support highly
concurrent reporting scenarios.
-- Z-order Index: This allows users to efficiently run range queries on any
combination of fields in their schema.
- MIN/MAX Indexing: This enables effective filtering of equivalence and range
queries for numeric types.
- Bloom Filter: very effective in equivalence filtering and pruning of high
cardinality columns
- Invert Index: This enables fast search for any field.
diff --git a/docs/en/docs/get-starting/what-is-apache-doris.md
b/docs/en/docs/get-starting/what-is-apache-doris.md
index 4d53a2e97d..8be4294f02 100644
--- a/docs/en/docs/get-starting/what-is-apache-doris.md
+++ b/docs/en/docs/get-starting/what-is-apache-doris.md
@@ -66,7 +66,6 @@ Doris uses a **columnar storage engine**, which encodes,
compresses, and reads d
Doris supports various **index** structures to minimize data scans:
- Sorted Compound Key Index: Users can specify three columns at most to form
a compound sort key. This can effectively prune data to better support highly
concurrent reporting scenarios.
-- Z-order Index: This allows users to efficiently run range queries on any
combination of fields in their schema.
- MIN/MAX Indexing: This enables effective filtering of equivalence and
range queries for numeric types.
- Bloom Filter: very effective in equivalence filtering and pruning of high
cardinality columns
- Invert Index: This enables fast search for any field.
diff --git a/docs/zh-CN/docs/get-starting/what-is-apache-doris.md
b/docs/zh-CN/docs/get-starting/what-is-apache-doris.md
index 498c11e62b..2643c51d30 100644
--- a/docs/zh-CN/docs/get-starting/what-is-apache-doris.md
+++ b/docs/zh-CN/docs/get-starting/what-is-apache-doris.md
@@ -69,8 +69,6 @@ Doris 也支持比较丰富的索引结构,来减少数据的扫描:
- Sorted Compound Key
Index,可以最多指定三个列组成复合排序键,通过该索引,能够有效进行数据裁剪,从而能够更好支持高并发的报表场景
-- Z-order Index :使用 Z-order 索引,可以高效对数据模型中的任意字段组合进行范围查询
-
- Min/Max :有效过滤数值类型的等值和范围查询
- Bloom Filter :对高基数列的等值过滤裁剪非常有效
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]