On Sep 20, 2012, at 8:00 AM, Matthieu Rakotojaona <[email protected]> wrote:
> This raises a question I do not know the answer for : when we use such > a _list function, are we sure we will not take into account a doc that > will be added/modified _after_ having launched the function ? That's correct, it will not. It grabs an MVCC snapshot of the database when it begins generating the response and uses that same snapshot throughout. Adam
