rnewson commented on issue #4802:
URL: https://github.com/apache/couchdb/issues/4802#issuecomment-1749652587

   check the `_explain` output to see if your `_find` request is as efficient 
as the direct `_all_docs` request above. specifically look at the `mrargs` 
section to see if startkey/endkey are sent. If not, couchdb is reading the 
entire db and then filtering afterward, which is much less efficient than 
`_all_docs?startkey="foo1|"&endkey="foo1}|`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to