Hi,
A table has 500 millions of rows . Now I have to update around 0.4 million of rows in the table.
Can you tell me which process would be faster for this criterian :
1. Delete-Insert (Deleting the existing rows and Insert the updated rows)
2.Merge(Update else Insert)
Thanks ..
A table has 500 millions of rows . Now I have to update around 0.4 million of rows in the table.
Can you tell me which process would be faster for this criterian :
1. Delete-Insert (Deleting the existing rows and Insert the updated rows)
2.Merge(Update else Insert)
Thanks ..