I am using Alteryx Designer 2022.3 on Window 10 and need to verify whether source data exists in an ORACLE target table before loading
- The source table ( e.g. SS_PROD_202503) is dynamic and contains 10 million records.
- The target table ( e.g. SS_PROD) is static and has trillions of records.
- Both table shares common column(YYYYMM)
I initially used the join tool in Alteryx, but it was too slow. What is the best high performance method to efficiently verify source data existence in the target table before loading ?