When you say blocked... Do you mean time for the view to build? Or waiting to get a doc out of the database while its being written?.. I thought couch db was mvcc so there was none of that On Nov 20, 2013 1:36 PM, "Mark Hahn" <[email protected]> wrote:
> > Database writes are not coupled to view updates. > > I understand now, you are talking about file read/write level. DB reads > are blocked by DB updates at the http level. > > > On Wed, Nov 20, 2013 at 1:05 PM, Robert Newson <[email protected] > >wrote: > > > "A write requires updating views and reads have to wait for the update" > > > > Is not true. Database writes are not coupled to view updates. > > > > Sent from my iPad > > > > > On 20 Nov 2013, at 20:59, Mark Hahn <[email protected]> wrote: > > > > > > A write requires updating views and reads have > > > to wait for the update > > >
