Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

Tree feed via ItemList is slow

28k rows in a tree
This takes 9.5 seconds to load in via
Call Set_Property(@WINDOW:".FIND_TREE","OLE.ItemList",LIST)

Is there any preferred solution to this, or do I have to break it down.

Colin

Comments

  • I can tell you that the ItemList property is going to be technically faster than than the AddItem method because there is some overhead incurred when marshaling OI data into ActiveX/COM.

    It's likely I'll have to optimize loading times on my end. If you are amiable to the idea, I'd be willing to do this if you would be willing to create an RDK of your tree and the sampling of data you are loading. Given the heirachical nature of the tree, there are many places the bottleneck might be and I could spend a lot of time creating datasets that lead me astray.

    If you would like to proceed in this direction, feel free to send me the RDK directly via email.
  • Sure can, I will Email the code, and a file to use.
Sign In or Register to comment.