On Oct 3, 2011, at 4:53 AM, Thomas Van de Velde wrote: I thought include_docs only works when you have a reduce function defined as well.
Nope, it always works. But if you’re going to use it all the time, it’s faster to just emit the document into the view, as that saves a b-tree lookup per row every time the view is fetched. —Jens
