From 2cc5f776ce5bf63198c2ebef7375d6fdb5a7d28d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=AC=E5=B0=8F=E9=87=8E?= <38575466+JameyWoo@users.noreply.github.com> Date: Tue, 8 Jun 2021 16:44:25 +0800 Subject: [PATCH] Corrected a typo in the Chinese document (#5978) --- docs/zh-CN/getting-started/data-model-rollup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh-CN/getting-started/data-model-rollup.md b/docs/zh-CN/getting-started/data-model-rollup.md index 9904439178..f442904cbf 100644 --- a/docs/zh-CN/getting-started/data-model-rollup.md +++ b/docs/zh-CN/getting-started/data-model-rollup.md @@ -341,7 +341,7 @@ ROLLUP 在多维分析中是“上卷”的意思,即将数据按某种指定 ### 基本概念 -在 Doris 中,我们将用户通过建表语句创建出来的表成为 Base 表(Base Table)。Base 表中保存着按用户建表语句指定的方式存储的基础数据。 +在 Doris 中,我们将用户通过建表语句创建出来的表称为 Base 表(Base Table)。Base 表中保存着按用户建表语句指定的方式存储的基础数据。 在 Base 表之上,我们可以创建任意多个 ROLLUP 表。这些 ROLLUP 的数据是基于 Base 表产生的,并且在物理上是**独立存储**的。