I've got 2 tables where I want to match the ID Field (PK) and if any don't match, I want to insert them into another table.
I've got about 5 million records in one table and keep getting the Java Heap space error stopping the job.
I saw the post about this issue & added the '-XX:-UseGCOverhead' JVM argument to both source data components but it still happens.
Is there another way to overcome this?
I'm also unclear about the purpose & settings for the 'Blocking Selection' and the option to tick the Checkbox for 'Replace output column with Lookup column if matches or possible matches'.
I've read the Talend user notes but I find they are a bit general with the use of the components.