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 327f61b796 Update data-partition.md (#9450) 327f61b796 is described below commit 327f61b796f67c34ef06d02024a7db73a35ba6b2 Author: sparklezzz <zhang.xd...@gmail.com> AuthorDate: Mon May 9 09:17:00 2022 +0800 Update data-partition.md (#9450) Update data-partition.md --- docs/zh-CN/data-table/data-partition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh-CN/data-table/data-partition.md b/docs/zh-CN/data-table/data-partition.md index 937b553bac..5cf73e6790 100644 --- a/docs/zh-CN/data-table/data-partition.md +++ b/docs/zh-CN/data-table/data-partition.md @@ -358,7 +358,7 @@ Doris 支持两层的数据划分。第一层是 Partition,支持 Range 和 Li 在建表语句的最后 PROPERTIES 中,关于PROPERTIES中可以设置的相关参数,我们可以查看[CREATE TABLE](../sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md)中查看详细的介绍。 -### ENGIN +### ENGINE 本示例中,ENGINE 的类型是 olap,即默认的 ENGINE 类型。在 Doris 中,只有这个 ENGINE 类型是由 Doris 负责数据管理和存储的。其他 ENGINE 类型,如 mysql、broker、es 等等,本质上只是对外部其他数据库或系统中的表的映射,以保证 Doris 可以读取这些数据。而 Doris 本身并不创建、管理和存储任何非 olap ENGINE 类型的表和数据。 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org