This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-0.15 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit bcc310bc5b53e07ee6d431a467d0830f6c0ba4a5 Author: MHBoy <[email protected]> AuthorDate: Tue Oct 19 10:24:38 2021 +0800 Update materialized_view.md (#6867) --- docs/zh-CN/administrator-guide/materialized_view.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh-CN/administrator-guide/materialized_view.md b/docs/zh-CN/administrator-guide/materialized_view.md index febd2d6..507e56a 100644 --- a/docs/zh-CN/administrator-guide/materialized_view.md +++ b/docs/zh-CN/administrator-guide/materialized_view.md @@ -488,7 +488,7 @@ MySQL [test]> desc advertiser_view_record; 2. 如果删除语句的条件列,在物化视图中不存在,则不能进行删除操作。如果一定要删除数据,则需要先将物化视图删除,然后方可删除数据。 3. 单表上过多的物化视图会影响导入的效率:导入数据时,物化视图和 base 表数据是同步更新的,如果一张表的物化视图表超过10张,则有可能导致导入速度很慢。这就像单次导入需要同时导入10张表数据是一样的。 4. 相同列,不同聚合函数,不能同时出现在一张物化视图中,比如:select sum(a), min(a) from table 不支持。 -5. 物化视图针对 Unique Key数据模型,只能改变列顺序,不能起到聚合的作用,所以在Unique Key模型上不能通过创建物化是视图的方式对数据进行粗粒度聚合操作 +5. 物化视图针对 Unique Key数据模型,只能改变列顺序,不能起到聚合的作用,所以在Unique Key模型上不能通过创建物化视图的方式对数据进行粗粒度聚合操作 ## 异常错误 1. DATA_QUALITY_ERR: "The data quality does not satisfy, please check your data" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
