Link to home
Create AccountLog in
Avatar of Software Squirrel
Software SquirrelFlag for United States of America

asked on

Access Information for a Very Large Number of Sites

I am trying to get information for a very large number of site collections. I only need information like Title, URL, Size. I can accomplish this with the site collection object model by looping through every site collection in the content database. It takes way too many resources and time to perform that query.  Is there another way to get that information more efficiently without accessing the database directly (which is off the table)?
ASKER CERTIFIED SOLUTION
Avatar of Walter Curtis
Walter Curtis
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of Software Squirrel

ASKER

Not what I was looking for but it will get the results I need without any performance changes.  This way accesses the Web Object first. It gives the same information and not improvements. But it will get information.
Thanks, not perfect but hope is helps you some.