summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/profile_operation_metrics.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58429 enable group lowering into SBE for cached and multi- plansIrina Yatsenko2021-11-181-2/+7
* SERVER-60623 remove TimeseriesTest.timeseriesCollectionsEnabled() references ...Benety Goh2021-10-221-19/+0
* SERVER-59070 Support `needsMerge` behavior in $group pushed down to SBEYoonsoo Kim2021-10-191-1/+5
* Revert "SERVER-56509 Wrap unique index insertion _keyExists call in a WT curs...Henrik Edin2021-07-281-8/+9
* SERVER-56366 Update FCV constants to recognize 5.1 as latestJon Streets2021-07-231-1/+0
* SERVER-57474 profile_operation_metrics.js queries yield less frequentlyGregory Wlodarek2021-07-151-4/+3
* SERVER-58103 Remove test cases which test legacy op behaviorsYoonsoo Kim2021-06-301-156/+0
* SERVER-57501 Fix disabled tag for profile_operation_metrics.jsGregory Wlodarek2021-06-111-1/+1
* SERVER-57501 Disable profile_operation_metrics.js temporarilyGregory Wlodarek2021-06-071-0/+2
* SERVER-56509 Wrap unique index insertion _keyExists call in a WT cursor recon...Louis Williams2021-06-071-9/+8
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-2/+2
* SERVER-55556 add new totalUnitsWritten metric; add new localTime field to ope...Eric Milkie2021-05-031-0/+56
* SERVER-54816 Perform ordered time-series inserts in a single storage transactionGregory Noma2021-04-221-9/+57
* SERVER-54398 Extend query planner to generate bounded collection scan plans f...Svilen Mihaylov2021-04-161-1/+1
* SERVER-55155 Test resource consumption metrics for time-series collectionsLouis Williams2021-04-011-1/+106
* SERVER-55512 Keep track of the next record to delete in capped collectionsGregory Wlodarek2021-03-251-12/+14
* SERVER-55156 Move capped collection responsibilities to the collection layerGregory Wlodarek2021-03-181-9/+4
* SERVER-54144 Relax timing constraint in profile_operation_metrics.jsLouis Williams2021-02-081-3/+5
* SERVER-51970 Create feature flag for SBEAlya Berciu2021-01-221-6/+6
* SERVER-53185 log more information when cpuNanos is zeroLouis Williams2020-12-151-1/+1
* SERVER-52788 Rename measureOperationResourceConsumption feature flag to profi...Louis Williams2020-12-101-1/+1
* SERVER-51176 Ensure $out and $merge record resource consumption metricsLouis Williams2020-12-081-0/+49
* SERVER-51030 Collect document units returned in command responsesLouis Williams2020-12-081-1/+76
* SERVER-51409 Support executionStats mode in SBE explainAnton Korshunov2020-11-251-1/+1
* SERVER-52737 Collect resource consumption metrics for capped deletesBrian DeLeonardis2020-11-201-0/+112
* SERVER-51026 Collect number of keys sorted and disk spills for query operationsLouis Williams2020-11-191-0/+1203