Do you have benchmarking
done for the performance on tree loads? (We might have at least 5000 nodes when
expanded)
In smartParsing mode the total
count of items doesn’t matter, the sample attached to the last email loads an
XML with 50000 items. The main performance measure is a count of items per
branch - more than 200 items per branch will cause a visible delay in loading (
per branch - means per one level of branch ). Tree supports DistributedParsing
which allows break such limit and load not well formed hierarchies, but 1000
item per level of branch is probably limit (the total count of item in tree
doesn’t really matter, it just increases XML size, but not causes performance
problem).