RIAK best practices for storage

2014-04-11 Thread Sapre, Meghna A
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 ___

Re: RIAK best practices for storage

2014-04-11 Thread Sargun Dhillon
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 meghna.a.sa...@intel.com wrote: Hi all, Most of my data is in parent-child format

RE: RIAK best practices for storage

2014-04-11 Thread Sapre, Meghna A
: riak-users@lists.basho.com Subject: Re: RIAK best practices for storage 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 meghna.a.sa