summaryrefslogtreecommitdiff
path: root/src/mongo/db/collection_index_usage_tracker.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69352 Rename GlobalIndexUsageTracker -> AggregatedIndexUsageTrackerJosef Ahmad2022-09-121-5/+5
* SERVER-65987 ServerStatusMetric API refreshDaniel Morilha2022-06-301-11/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-63254 Add index feature usage stats to serverStatusLouis Williams2022-03-291-8/+24
* SERVER-51783 Fix crash when lock free read try to track index usage for index...Henrik Edin2020-10-301-2/+6
* SERVER-48539 Add internal concurrency control to CollectionIndexUsageTrackerDianna Hohensee2020-08-191-10/+38
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-121-0/+26
* Revert "SERVER-40755 Expose statistics which indicate how many collection sca...Xiangyu Yao2019-07-101-26/+0
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-101-0/+26
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-20520 Include index key in $indexStats return documentsJames Wahlin2015-10-071-2/+2
* SERVER-2227 Addition of index usage statisticsJames Wahlin2015-09-031-0/+70