Corrected a typo in the Chinese document (#5978)

This commit is contained in:
姬小野
2021-06-08 16:44:25 +08:00
committed by GitHub
parent af34f877e9
commit 2cc5f776ce

View File

@ -341,7 +341,7 @@ ROLLUP 在多维分析中是“上卷”的意思,即将数据按某种指定
### 基本概念
在 Doris 中,我们将用户通过建表语句创建出来的表为 Base 表(Base Table)。Base 表中保存着按用户建表语句指定的方式存储的基础数据。
在 Doris 中,我们将用户通过建表语句创建出来的表为 Base 表(Base Table)。Base 表中保存着按用户建表语句指定的方式存储的基础数据。
在 Base 表之上,我们可以创建任意多个 ROLLUP 表。这些 ROLLUP 的数据是基于 Base 表产生的,并且在物理上是**独立存储**的。