summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/profile_operation_metrics.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73526 Invert logic for when DocumentSourceGroup does extra spilling in...David Storch2023-05-021-28/+17
* SERVER-67289 Fix profile_oeration_metrics.jsGregory Wlodarek2023-04-211-20/+6
* SERVER-70032 Report CPU time in slow query logs and profiler as cpuNanosLouis Williams2023-02-101-2/+3
* SERVER-71680 Fix SBE HashAggStage to update $operationMetrics when spillingDavid Storch2023-02-021-20/+66
* SERVER-70984 Do not block inplace doc updates just because of indexesIrina Yatsenko2023-02-021-307/+445
* Revert "SERVER-70032 Report CPU time in slow query logs and profiler as cpuNa...dziana.hurynovich2023-01-301-3/+2
* SERVER-73193 Do not proactively set control.closed flag when closing a time-s...Faustoleyva542023-01-271-43/+15
* SERVER-70032 Report CPU time in slow query logs and profiler as cpuNanosLouis Williams2023-01-271-2/+3
* SERVER-66954: Introduce a new build variant which enables CQFHana Pearlman2022-11-141-0/+3
* SERVER-68782 speedup batched multi delete testsTommaso Tocci2022-10-271-2/+2
* SERVER-66690 Insert into closed buckets identified via aggregation pipelineFaustoleyva542022-09-171-1/+2
* SERVER-62042 Consolidate query optimization and execution control into a sing...Nicholas Zolnierz2022-08-041-4/+4
* Revert "SERVER-62042 Consolidate query optimization and execution control int...auto-revert-processor2022-08-041-4/+4
* SERVER-62042 Consolidate query optimization and execution control into a sing...Nicholas Zolnierz2022-08-031-4/+4
* SERVER-68278 Account for extra reads of the _mdb_catalog in debug builds when...Gregory Wlodarek2022-07-261-6/+26
* SERVER-66689 Build index on meta, time by default for time-series collectionsGregory Wlodarek2022-07-011-9/+30
* SERVER-67092 Delete 'featureFlagSBEGroupPushdown' and 'featureFlagSBELookupPu...Mihai Andrei2022-06-211-4/+1
* SERVER-67125 Set control.closed flag when closing a time-series bucket that s...Gregory Wlodarek2022-06-151-8/+31
* SERVER-66644 Fix and re-enable profile_operation_metrics.js for debug buildsRomans Kasperovics2022-06-031-3/+2
* SERVER-66644 temporarily disable profile_operation_metrics.jsRobert Guo2022-05-211-0/+2
* SERVER-66551 Rename internalQueryEnableSlotBasedExecutionEngine back to inter...Mihai Andrei2022-05-191-6/+4
* SERVER-66445 Make the classic engine the default execution engineMihai Andrei2022-05-161-4/+6
* SERVER-60331 Make ExternalSorter respect memory limitsJordi Olivares Provencio2022-02-021-1/+1
* SERVER-62658 Add cluster key size to metrics computationJordi Olivares Provencio2022-01-211-7/+7
* SERVER-61185 Use prefix_search instead of prefix_key for unique index lookupsLouis Williams2022-01-131-9/+8
* SERVER-61185 Use WT prefix_key search for unique index lookupsLouis Williams2022-01-111-3/+2
* 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