big-r81 commented on issue #3998:
URL: https://github.com/apache/couchdb/issues/3998#issuecomment-1102361235

   Hi,
   
   I updated your comment for better readability of the json source. Please use 
code blocks.
   
   Your query isn't using your index, which is shown:
   ```json
   "index": {
           "ddoc": null,
           "name": "_all_docs",
           "type": "special",
           "def": {
               "fields": [{
                   "_id": "asc"
               }]
           }
       },
   ```
   It's using the `_all_docs` endpoint for quering your results.
   
   Did you try to explicitly use `use_index` in your `_find` query to use your 
index?


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to