|
|
|
|
Browse by Tags
All Tags » Best Practices » Performance » Batch Size (RSS)
-
It’s a well known good practice to control the batch size when you perform large data changes. For instance, you may need to purge a large amount of data monthly, and if you delete them all in one shot, you may blow up your transaction log. Therefore, it's wise that you chop up the total amount of data to be deleted into smaller chunks and delete ...
|
|
|
|
|