summaryrefslogtreecommitdiff
path: root/jstests/countc.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-12127 migrate js tests to jscore suite when not related to writesRandolph Tan2014-03-031-0/+124
| | | | Temporarily put back jstest in order not to lose test coverage
* SERVER-12127 migrate js tests to jscore suite when not related to writesRandolph Tan2014-02-281-124/+0
| | | | Moved test jstest/[a-i].js -> jstests/core/ and made changes to comply with write command api
* SERVER-12460 faster count for simple queriesHari Khalsa2014-01-291-0/+2
|
* SERVER-10026 query migration js test updatesDavid Storch2013-12-021-2/+1
| | | | Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
* SERVER-10026 migrate count/distinct/group/delete, turn spigot fully onHari Khalsa2013-10-241-1/+2
|
* SERVER-1752 Optimize simple indexed counts by counting the number of btree ↵Aaron2012-11-191-2/+57
| | | | keys in a range, without checking the bson value of each key.
* SERVER-1752 Improve performance of simple counts by avoiding use of a ↵Aaron2012-10-231-0/+67
matcher when an optimal btree cursor can filter results internally.