All,
I need to process a tree of nodes and am weighing up using a Node Crawler versus a using a SQL statement with DTREEANCESTORS to pull the tree and then process the nodes in a loop. Does anyone have any comments / thoughts ?
Greg
What is you wanting to achieve? If it is doing operations a tree then why not use DA? Nodecrawler is single threaded and will take foooooooeeeevvvvvveeeerrrrr on a large tree. Getting the ancestors list and will be HHHHUUUUUGGGGGGEEE LOL
Now what is Plan B?
David
Its for a small folder template set, less than 50 folders usually only 10 or so, that gets various things done to it as the state changes, could be permissions and / or metadata changes.
Given the small nunmber of folders I'd discounted DA initially in favour of a NodeCrawler / DTreeAncestor SQL approach.