【详述】创建第二层物化视图的时候,查询物化视图执行任务,会报错,本身select是有结果的,证明这条sql是可以运行的
【背景】创建多层嵌套物化视图,数据量在1千万
【业务影响】暂无
【StarRocks版本】例如:2.5.0-rc1
【集群规模】例如:1fe(1 follower)+1be
【机器信息】CPU虚拟核/内存/网卡,例如:4核心/16G每台
【附件】
- fe.log/beINFO/相应截图
sql查询语句:
- 查询报错:
- com.starrocks.sql.common.DmlException: Memory of Queryd12b8be1-869e-11ed-8934-00163e0c555d exceed limit. try consume:393216 Used: 4282696248, Limit: 4294967296. Mem usage has exceed the limit of single query, You can change the limit by set session variable exec_mem_limit or query_mem_limit.