- [ ] Ensure that all queries use some index. (e.g. in tests, set profiling to 100%, then error if any did a COLLSCAN.) - [ ] Ensure all indexes are used. (e.g. after tests are finished, run a `$indexStats` aggregation on each collection and error if any were unused.)
$indexStatsaggregation on each collection and error if any were unused.)