Minus Vs Merge
572055May 12 2010 — edited May 12 2010I have a task of writing records in base tables from staging tables. I need to load only new records in base tables. I am using Merge statement, I got a suggestion to use Minus. I have been said first compare (MINUS) then load in the base area. Please I get a recommendation on what would be better from performance point of view. Base tables volumes are between 100,000 and 6 to 10 millions rows and most of them have got number datatype.
Any help will be highly appreciated.
Thanks