Including documents in the emit compared to include_docs = true in CouchDB

Viewed 6255

I ran across a mention somewhere that doing an emit(key, doc) will increase the amount of time an index takes to build (or something to that effect).

Is there any merit to it, and is there any reason not to just always do emit(key, null) and then include_docs = true?

2 Answers
Related