Mark Hahn <[email protected]> writes: > A view that emitted (_id, sku) would be the easiest and most efficient way > to do it. You wouldn't have to include_docs.
Just (doc.sku, null) in this case. It rarely makes sense to include the doc ID in your view. -- dustin
