> On Oct 8, 2014, at 2:27 PM, Traun Leyden <[email protected]> wrote: > > When I do a POST/PUT to Sync Gateway, does the call return after it's been > "fsync'd" on Couchbase Server, or is it more "fire and forget"?
Usually it returns after the document has been written to Couchbase Server. That does not mean it's been persisted to disk; that takes a bit longer. (Some document writes do wait till the server persists the document to disk; the details are complicated.) —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/1C769754-EE1A-422C-92F6-505212124D49%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
