Views don't run until a read following the write.  If you allow stale reads
then you can read in parallel while view is building, if not then your read
will be blocked until view is finished building.

On Wed, Jan 4, 2012 at 5:42 AM, Yannick Schwartz <[email protected]
> wrote:

> Hi all,
>
> I'm relatively new to couchdb. I'm using couchdb-python for interacting and
> building my views.
> However, I expected my maps/reduces to run in parallel when launching a
> view, but that doesn't seem to happen (according to my CPU usage). Did I
> miss something or is that the expected behaviour? Or is this because of the
> Python client?
>
> Thanks,
>
> Yannick
>

Reply via email to