summaryrefslogtreecommitdiff
path: root/jstests/core/index_stats.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-26315 Override DBCollection.prototype.drop to re-shard collections ↵Eddie Louie2017-03-231-0/+5
| | | | | | that are dropped This reverts commit fb956b3b0a48c9b8376575c6adb971a4e0593292.
* Revert "SERVER-26315 Override DBCollection.prototype.drop to re-shard ↵Randolph Tan2017-03-231-5/+0
| | | | | | | | | collections that are dropped" This reverts commit 56e66454d14e16689331672734ecde7644a41c78. Conflicts: buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml
* SERVER-26315 Override DBCollection.prototype.drop to re-shard collections ↵Eddie Louie2017-03-151-0/+5
| | | | | | that are dropped in sharded cluster environments.
* SERVER-24623 Remove single document aggregation result optionTess Avitabile2017-01-131-1/+1
|
* SERVER-27253 Bump index usage stats during $lookup.Charlie Swanson2016-12-161-2/+63
|
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+2
|
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-22/+28
|
* SERVER-22341 fix jslint errors in jstests/core with eslint --fixMike Grundy2016-02-091-4/+4
| | | | | Conflicts: jstests/core/count_hint.js
* SERVER-22048 Add index stats test covering multiple potential plan matchJames Wahlin2016-01-121-5/+79
|
* SERVER-22048 Record index access stats for aggregation and mapReduceJames Wahlin2016-01-081-0/+17
|
* SERVER-21772 correctly profile and log findAndModify operationsDavid Storch2015-12-151-4/+13
|
* SERVER-20969 Restrict $indexStats to first pipeline stageJames Wahlin2015-10-281-0/+3
|
* SERVER-20520 Include index key in $indexStats return documentsJames Wahlin2015-10-071-0/+14
|
* SERVER-20680 Naming changes to $indexStats aggregation outputJames Wahlin2015-09-301-1/+1
|
* SERVER-2227 Addition of index usage statisticsJames Wahlin2015-09-031-0/+93