Any option to get all nodes by calling browse method once #2253
pravin13khade
started this conversation in
General
Replies: 1 comment
-
Hi @pravin13khade , at this time this is the fastest implementation to browse the whole address space: To fetch the content of all nodes there is also a sample using nodecache: Other methods like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am facing performance issue while browsing all nodes using recursive method in c#. There are around 1 lac nodes which need to browse and store information. Using browse method and passing node to read is time consuming and hamper performance of system. So looking for alternative to get all nodes in single call.
Beta Was this translation helpful? Give feedback.
All reactions