SPWeb ProcessBatchData

Posted by BeraCim on Stack Overflow See other posts from Stack Overflow or by BeraCim
Published on 2010-05-25T07:37:00Z Indexed on 2010/05/25 7:41 UTC
Read the original article Hit count: 723

Filed under:
|

Hi all:

I'm currently using SPWeb's ProcessBatchData to update a lot of list items/folders into Sharepoint database. For example, in one batch update I have ~1200 objects to update. I also run it numerous times during different phases in my app. I found that it is generally faster and more efficient in updating large amount of items. But lately the performance of the app has decreased as more processes get added to the app (and also more batch updates).

I was wondering whether the ProcessBatchData would be a suspect in slowing down the app? E.g. temporarily locking up db, draining resources, lagging network, etc.

Thanks.

© Stack Overflow or respective owner

Related posts about sharepoint

Related posts about sharepoint2007