You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by gi...@git.apache.org on 2017/10/05 13:30:36 UTC

[GitHub] willholley opened a new pull request #867: Correct result count in Mango execution stats

willholley opened a new pull request #867: Correct result count in Mango execution stats
URL: https://github.com/apache/couchdb/pull/867
 
 
   ## Overview
   
   Mango execution stats previously incremented the result count
   at a point where the final result might be discarded. Instead,
   increment the count when we know the result is being included
   in the response.
   
   ## Testing recommendations
   
   Test Mango queries with a limit and that the results_returned in the execution stats matches the number of rows in the response.
   
   ## Checklist
   
   - [ ] Code is written and works correctly;
   - [ ] Changes are covered by tests;
   - [ ] Documentation reflects the changes;
   
 
----------------------------------------------------------------
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