If you really have thousands of nodes, you may be better off just collecting all the data into a single document rather than a directory of children. Zookeeper is fast, but making thousands of calls can eat up some time, especially if you are debugging a local client with a remote ZK server.
On Fri, May 8, 2009 at 1:46 PM, Javier Vegas <jav...@beboinc.com> wrote: > My initial plan was to put thousands of children > under the same node, but it seems I will need to organize them on some > kind of hierarchical structure. >