Mapreduce chain in CouchBase

Hi all,

Is it possible to write multiple mapreduces in couchbase?
I want to feed the output of one mapreduce to another.

Hello,

It is not possible to chain Map/Reduce with Couchbase 2.

What you can do, is you create one view, and query it, and if necessary store the results of the query as another document and execute another reduce on this result.

Regards
Tug
@tgrall