What is your Doris version, and how many node in your cluster?
-- Best Regards Mingyu Chen Email: morning...@apache.org At 2024-02-22 10:57:49, "柠檬" <545857...@qq.com.INVALID> wrote: >dear techer > i'm a doris beginner, when i use doris catalog to query >the difference data between the extenal database table and doris >database table , it always be the out of memeory problem , this is the sql > select m.* > from jdbc_oracle.bddj_etl.a_prpcitemcar m >left join ods_ahic.temp_prpcitemcar n >on m.policyno=n.policyno >and m.itemno=n.ITEMNO >where n.policyno is null , > >here table m is an oracle database,I accessed the oracle database via catalog >, table n is a doris table . > > >I wonder if there's a way to optimize this sql? Or whether the doris catalog >is not suitable for this large data comparison scenary? > >Looking forward to your reply > > > > > >柠檬 >545857...@qq.com > > > >