If you create multiple map/reduce views, and each of those views contains byte-identical copies of the same map, then only one map view is generated. I think I've heard of people using CouchApp and symlinks to guarantee the identities.
HTH, Paul Davis On Thu, Aug 27, 2009 at 5:14 PM, Adam Wolff<[email protected]> wrote: > Hi list,One of our indices (map functions) is particularly data intensive. > We're generating roughly n^2/2 map entries for each document, so it's > impractical to generate this index twice. It would be nice to be able to > write multiple reduce functions against this one index. Anyone else > encountered this wishlist item? Or maybe there's a feature I missed? > > A >
