> > > > Having more views in a design document makes better use of your resources. > For each design document, CouchDB fetches a document from the databases, > serializes it into JSON, sends it to the view server, the view server > deserializes > it into a native JavaScript object and sends it through all map functions. > > The (de-) serialization is expensive. Executing a bunch of map functions is > not. >
Awesome, didn't know that. Thanks for the feedback. /thomas
