Hey All,
I currently have a space which have in excess of 4000 folders in it. Aside from bad architecting of the content storage, what is the recommended method of querying for all children of this space? ( I am writing a command line tool to query against the repository).
The queryChildren method returns all children up to the point where there are too many sub folders which cause a webservices timeout. Using the query api and lucene does not guarantee to find all sub folders as they may not have been indexed and XPath is not currently supported with the query api. Though from all accounts XPath may have performance issues as well.
Pointers or suggestions are appreciated
Thanks,
Colin.