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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to