On 29 May 2010, at 21:43, Jens Zastrow wrote: > hi experts, > > If my map function emits a document multiple times with different keys and > another process access the view during this update, > is it possible that it can see the partial updated view or only the complete > one??
A regular view query updates the full view before returning a result. Cheers Jan --
