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/05/04 05:52:00 UTC

[GitHub] jiangphcn commented on issue #1290: [Question]GET /db/_all_docs is slow, which index is it using?

jiangphcn commented on issue #1290: [Question]GET /db/_all_docs is slow, which index is it using?
URL: https://github.com/apache/couchdb/issues/1290#issuecomment-386511160
 
 
   @smartheye glad to provide assistance. However, as I mentioned, did you try to check with map-reduce view to see whether it helps? The view is built/updated once there is document update in database. However, during your query, there is no additional cost to build index (given view index was already built before). Thus, the query scope will be narrowed down. The corresponding resource will extremely used.  

----------------------------------------------------------------
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