CWX-iggy commented on issue #1549: Slow `_find` query when no documents match selector URL: https://github.com/apache/couchdb/issues/1549#issuecomment-411604442 @wohali I suspect that may the issue - no index on league (or priority). How do I specify multiple `use_index`? This doesn't seem to work: `{..."use_index": ["_design/filter_by_league","_design/sort_by_date"]}` This is the response from `/db/_explain` ``` { "error": "error", "reason": "{invalid_object,{<<\"\ufffd\ufffd\ufffd\ufffd\">>}}" } ``` Fauxton simply reports error fetching query plan.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
