Hi, I'm doing some statistic with map-reduce view, but need to sort the result by the reduced result. I find it's difficult to achieve without copy the result to another database and create a view again by emitting that value as key.
It caused the data expanded and the copying process is a time consuming serial process too. I'm wondering is there any way to do another round of map-reduce on a view result? sleepnova
