You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/02/01 16:27:51 UTC

[GitHub] wohali commented on issue #1137: Execution of queries takes a lot of time

wohali commented on issue #1137: Execution of queries takes a lot of time
URL: https://github.com/apache/couchdb/issues/1137#issuecomment-362320636
 
 
   Changing a design document (the definition of a "map" or a "reduce") will force a recalculation of the index on the next time you access that view. CouchDB determines if the definition has changed by performing a checksum on _the entire design document_.
   
   On subsequent accesses to the index (without updating the design document) access should be rapid.
   
   If you need many different kinds of map or reduce functions, add additional views to the same design document, or create multiple design documents.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services