You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ji...@apache.org on 2022/05/27 04:57:05 UTC

[incubator-doris] branch master updated: [fix]Documentation fixes (#9787)

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

jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new b07004e2f7 [fix]Documentation fixes (#9787)
b07004e2f7 is described below

commit b07004e2f7a193e3e640922982f5eb5d881249f0
Author: jiafeng.zhang <zh...@gmail.com>
AuthorDate: Fri May 27 12:57:00 2022 +0800

    [fix]Documentation fixes (#9787)
    
    [fix]Documentation fixes (rollup)
---
 docs/en/data-table/best-practice.md    | 2 +-
 docs/zh-CN/data-table/best-practice.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/data-table/best-practice.md b/docs/en/data-table/best-practice.md
index 8e115f10c6..335acd0368 100644
--- a/docs/en/data-table/best-practice.md
+++ b/docs/en/data-table/best-practice.md
@@ -132,7 +132,7 @@ Sparse index chooses fixed length prefix in schema as index content, and Doris c
 * One particular feature of this is the varchar type field. The varchar type field can only be used as the last field of the sparse index. The index is truncated at varchar, so if varchar appears in front, the length of the index may be less than 36 bytes. Specifically, you can refer to [data model](./data-model.md), [ROLLUP and query](./hit-the-rollup.md).
 * In addition to sparse index, Doris also provides bloomfilter index. Bloomfilter index has obvious filtering effect on columns with high discrimination. If you consider that varchar cannot be placed in a sparse index, you can create a bloomfilter index.
 
-### 1.5 Physical and Chemical View (rollup)
+### 1.5 Rollup
 
 Rollup can essentially be understood as a physical index of the original table. When creating Rollup, only some columns in Base Table can be selected as Schema. The order of fields in Schema can also be different from that in Base Table.
 
diff --git a/docs/zh-CN/data-table/best-practice.md b/docs/zh-CN/data-table/best-practice.md
index 2761ce172a..4070c6ad4c 100644
--- a/docs/zh-CN/data-table/best-practice.md
+++ b/docs/zh-CN/data-table/best-practice.md
@@ -131,7 +131,7 @@ Doris对数据进行有序存储, 在数据有序的基础上为其建立稀疏
 - 这其中有一个特殊的地方,就是 varchar 类型的字段。varchar 类型字段只能作为稀疏索引的最后一个字段。索引会在 varchar 处截断, 因此 varchar 如果出现在前面,可能索引的长度可能不足 36 个字节。具体可以参阅 [数据模型](./data-model.md)、[ROLLUP 及查询](./hit-the-rollup.md)。
 - 除稀疏索引之外, Doris还提供bloomfilter索引, bloomfilter索引对区分度比较大的列过滤效果明显。 如果考虑到varchar不能放在稀疏索引中, 可以建立bloomfilter索引。
 
-### 物化视图(rollup)
+### Rollup
 
 Rollup 本质上可以理解为原始表(Base Table)的一个物化索引。建立 Rollup 时可只选取 Base Table 中的部分列作为 Schema。Schema 中的字段顺序也可与 Base Table 不同。
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org