Hi, If I create a linked list of many items (unknown size) in a bucket, for example, item1 links to item2, item2 links to item3, and so on, is there a way to retrieve the complete set of items in a single link-walking query or mapreduce query??
It looks like it only gathers the item direct childs and not the whole graph. Thanks for your help, Colin _______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com