>Interesting Article on List Performance

>I have been spending a lot of time recently working with SPList objects in the SharePoint object model for both SharePoint 2003 and 2007.

I am impressed how well the object model performs and used a number of methods to enumerate the SPLists, this started using the for-each loop against the SPListItem Collection and then moved to using CAML queries and the SPQuery object (this is steeper learning curve but performance is better).

However I have wondered how performance is impacted when the size of the lists grow. Anyway Steve Peschka has done a great job looking into the performance of the SPList object and also taught me some new methods to get the data.

Good work Steve
http://go.microsoft.com/fwlink/?LinkId=95450&clcid=0x409

Thoughts? Comments about this post? Please leave them here..

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.