hi, I need a iterative map reduce, prefurably, in couchdb.
I want to be able to do a map reduce to generate unique items, then another map reduce to generate stats about those unique items. from what I know about couchdb at the moment, it seems like id have to do the first step at the document creation step, which is just ugly. has anyone else dealt with this problem?
