I think in your case the INSERT INTO will be better than MERGE INTO... The later is kind of a two step process where the matching rows are updated while the new ones are inserted, while the former one just inserts the rows in existing table without checking whether the rows exists or not...
↧