summaryrefslogtreecommitdiff
path: root/jstests/core/index_stats.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26315 Override DBCollection.prototype.drop to re-shard collections tha...Eddie Louie2017-03-231-0/+5
* Revert "SERVER-26315 Override DBCollection.prototype.drop to re-shard collect...Randolph Tan2017-03-231-5/+0
* SERVER-26315 Override DBCollection.prototype.drop to re-shard collections tha...Eddie Louie2017-03-151-0/+5
* 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
* 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