> 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 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/852AFB08-EF1E-4993-AD58-49D768C9AC55%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
