How much deeper does your tree go? What's the average number of children a node has? What is your query pattern (fetch a parent, and all of its children?)?
On Fri, Apr 11, 2014 at 10:13 AM, Sapre, Meghna A <[email protected]> wrote: > Hi all, > > Most of my data is in parent-child format (1:n). > > For read/write performance, is it better to store parents in a separate > bucket and reference with IDs in children, or store complete copies of > parents within children? > > > > Thanks, > > Meghna > > > _______________________________________________ > riak-users mailing list > [email protected] > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com > _______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
