Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to optimize massive DELETE operation
Message
 
 
To
26/08/2011 12:54:16
General information
Forum:
ASP.NET
Category:
Databases
Miscellaneous
Thread ID:
01521854
Message ID:
01521923
Views:
33
>>>Hi,
>>>I importing every day massive recordset from different manufacturers with updated pricelist and artikel set. Before import it, I delete old one, and then INSERT BULK another pricelist.
>>>Don't exact understand what you mean about pk_id, but pk_id field exist, its guid string and updatable
>>
>>My question is - in that table do you have 1 record per manufacturer or many records per manufacturer?
>>
>>Also, did you try MERGE statement (assuming you're using SQL 2008) to update records instead of deleting and insert non-matched delete not-matched by target
>>
>>?
>
>No, I did not try, there in this thread I read solution about mark records as deleted by set additional boolean field to true, and then
>update them instead delete. but then I can't use INSERT BULK for fast import.. or I have not enough exp. for this.

Here is a sample of MERGE operator you can use for your purpose

http://social.msdn.microsoft.com/Forums/en-US/transactsql/thread/8d0dd918-e052-47fe-88de-00d6ebda85c2
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform