> On Oct 16, 2014, at 12:10 PM, Seung Chan Lim <[email protected]> wrote: > > For example, is there a way to, in one shot, ask for all 5 documents given > that there are links embedded?
No; you'll have to get them one by one. They're stored in separate rows in the database, so even if we had an API to get them together, it wouldn't be any faster. There are some tricks you can use with views to aggregate together properties from related documents, but they may be overkill for your case. The best advice I can give now is to write your code the simple way first and see if it's fast enough. —Jens -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/1524E403-5314-4CBA-8C0C-78C4204381F2%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
