We have a project that has a need to create a full outer join. We know how to do that but are weighing whether writing the full outer join into a SQL Transform is a better option performance wise. The two tables are on HANA. Would the SQL within the SQL transform get pushed down to HANA to run or are we better off doing left and right outer joins and then merging and removing duplicates as shown in the attached?
↧