Re: using links or list of ids

2013-03-07 Thread Mikhail Tyamin
using have's http client but the number of linked objects are limited from 1 to 10, so I hope it's not a problem... P.S. Thank you for idea, Guido! Message: 8 Date: Thu, 07 Mar 2013 09:17:02 + From: Guido Medina To: riak-users Subject: Re: using links or list of ids Message-ID: <

Re: using links or list of ids

2013-03-07 Thread Guido Medina
This is only an idea: You could mark your related objects with a 2i, when you need them retrieve the list of IDs from that 2i, fetch them concurrently into some local memory cache, and then navigate through your object graph by fetching them one by one from your local cache. It will be hard to

using links or list of ids

2013-03-07 Thread Mikhail Tyamin
Hello guys, I have some question about using a links. In our data model each object A has a lot of links to other objects and we are doing a lot of queries to fetch all objects that linked with A. Could it be a performance issue? Will it be more faster to store list of ids of related objects