Apache Doris 中文技术论坛
Questions Tags Users Badges

paimon外表catalog没法创建异步物化视图 Only support creating asynchronous materialized views in internal catalog

Asked 6h ago Modified Jan 1, 0001
Viewed 5
mtmv catalog

image.png
doris版本3.1.1
paimon版本1.1.1

CREATE MATERIALIZED VIEW IF NOT EXISTS paimon.test_db.tmp 
BUILD IMMEDIATE
REFRESH AUTO ON
SCHEDULE EVERY 10 hour
AS
select
	rn,
	space_id,
	max(status_rate) status_rate
from
	paimon.test_db.tmp
group by
	rn,
	space_id;
edited Jan 1, 0001
zhao81801
asked 6h ago
0 Answers
Related Questions
paimon外表catalog没法创建异步物化视图 Only support creating asynchronous materialized views in internal catalog
什么时候doris出一个物化视图编排的管理工具
1 answers
物化视图创建失败,unable to find a suitable base table for partition
异步物化视图不能透明改写
2 answers
3.1版本创建paimon的异步物化视图,按分区刷新不行
1 answers
Doris2.0物化视图使用疑问
1 answers

Terms of service Privacy policy

Powered by Answer - the open-source software that powers Q&A communities.
Made with love © 2025 Apache Doris 中文技术论坛.