Thanks Jens. This information will help me decide on our web client strategy.
On 18 Aug 2014, at 16:47, Jens Alfke wrote: > >> On Aug 18, 2014, at 3:11 AM, Daniel McGreal <[email protected]> wrote: >> >> Is the ability to access views and run queries via SG considered or planned? > > Yes; and you can do it now by querying the database's bucket directly. > (Normally we say not to access the bucket through Couchbase Server APIs, but > in this case there's no alternative, and it's read-only anyway.) > >> Does bucket shadowing deal with document attachments? If not, could it? > > No. I suppose it could, but how should the attachments be represented in the > app bucket? (Also, in the long run we don't want attachments to be stored in > buckets at all, as buckets don't deal well with big binary blobs. We'll > likely switch to an external distributed file system like CBFS.) > > Currently the attachment metadata is propagated to the app bucket (as a > top-level "_attachments" property), and you can get the attachment body from > that data by using the gateway's REST API. > > --Jens > > -- > You received this message because you are subscribed to a topic in the Google > Groups "Couchbase Mobile" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/mobile-couchbase/R7KIyhMlh2g/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/mobile-couchbase/852AFB08-EF1E-4993-AD58-49D768C9AC55%40couchbase.com. > For more options, visit https://groups.google.com/d/optout. -- 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/2558AEEC-AC9D-4FCE-8A62-A36DA19451D0%40gmail.com. For more options, visit https://groups.google.com/d/optout.
