Re: Improve carbondata CDC performance
Posted by
David CaiQiang on
Feb 19, 2021; 1:44am
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/Improve-carbondata-CDC-performance-tp106093p106337.html
+1, you can finish the implementation.
How about using the following SQL instead of the cartesian join?
SELECT df.filePath
FROM targetTableBlocks df
where exists (select 1 from srcTable where srcTable.value between df.min
and df.max)
-----
Best Regards
David Cai
--
Sent from:
http://apache-carbondata-dev-mailing-list-archive.1130556.n5.nabble.com/
Best Regards
David Cai