summaryrefslogtreecommitdiff
path: root/src/mongo/db/query
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71406 [CQF] Testing infra improvements: generate shorthand initializa...Svilen Mihaylov2022-11-175-142/+420
* SERVER-59302 Remove support in client code for commands wrapped with $queryDavid Storch2022-11-171-6/+7
* SERVER-70638 [CQF] Multiple intervals per candidate indexSvilen Mihaylov2022-11-1711-165/+590
* SERVER-69591 [CQF] Simplify non-Sargable pathsDavid Percy2022-11-178-30/+696
* SERVER-70972 Push simple getField() expressions into SBE scan stageDrew Paroski2022-11-1612-528/+691
* SERVER-71333 [CQF] Shorten interval explainSvilen Mihaylov2022-11-168-286/+320
* SERVER-71363 Use Nanoseconds rather than Microseconds in QueryExecTime and su...Ruoxin Xu2022-11-164-9/+16
* SERVER-71304 Cache possible collscan after multiplanningIvan Fefer2022-11-161-7/+7
* SERVER-71370 Disable test failing on MacOsMilena Ivanova2022-11-151-0/+3
* SERVER-70856 load stats by path nameMisha Tyulenev2022-11-152-5/+7
* SERVER-70353 Implement fast path projection node to support exclusionIvan Fefer2022-11-152-1/+9
* SERVER-71243 Extend CostModel Coefficients with startup costs for individual ...Ruoxin Xu2022-11-153-19/+113
* SERVER-71292 Redact all sensitive information in query #8731Jess Balint2022-11-154-8/+161
* SERVER-71315 Decide where to store the Telemetry keyjoshua2022-11-152-72/+123
* SERVER-71356 Do not collect telemetry for FLE1 requestsDavis Haupt2022-11-151-27/+59
* SERVER-71244 Do not collect telemetry for FLE2 requestsDavis Haupt2022-11-141-0/+10
* SERVER-70647 Add entries to telemetry cache for find and getMore requestsJennifer Peshansky2022-11-1414-49/+299
* SERVER-68803 Add whether SBE is in use to currentOp outputAlyssa Wagenmaker2022-11-141-1/+1
* SERVER-66954: Introduce a new build variant which enables CQFHana Pearlman2022-11-143-3/+15
* SERVER-71300 Reset cost coefficients to default value if "internalCostModelCo...Ruoxin Xu2022-11-141-3/+8
* SERVER-71255 Remove clearEntries param from telemetry operatorjoshua2022-11-121-2/+2
* SERVER-70851 Rate limiting for telemetryMaddie Zechar2022-11-124-0/+291
* SERVER-71065 Implement onTelemetryStoreSizeUpdate functionjoshua2022-11-1211-114/+506
* SERVER-71174 [CQF] Utility to simplify construction of ABTSvilen Mihaylov2022-11-114-37/+492
* SERVER-71214 remove $betweenDavis Haupt2022-11-118-152/+46
* SERVER-70490 Cache cost model coefficients in CostModelManagerRuoxin Xu2022-11-1110-38/+272
* SERVER-70933 Implementation for new aggregation stageJess Balint2022-11-112-9/+18
* SERVER-70659 Cardinality estimate of the minimum values of data typesMilena Ivanova2022-11-104-64/+328
* SERVER-70538 Replace fillEmpty function with a binary operationMartin Neupauer2022-11-106-25/+33
* SERVER-70511 Estimate non-histogrammable typesAlya Berciu2022-11-1010-248/+759
* SERVER-70163 Implement RIDUnionNodeMatt Boros2022-11-0913-5/+186
* SERVER-70965 [CQF] Strong alias for ProjectionNames and FieldNamesSvilen Mihaylov2022-11-0937-290/+494
* SERVER-70646 Compute and add query planning time to PlanSummaryStatsMaddie Zechar2022-11-0917-89/+177
* SERVER-70889 Modularize CEAnton Korshunov2022-11-0923-167/+253
* SERVER-68847 Include query framework information in GetMore profiler entriesBen Shteinfeld2022-11-088-55/+98
* SERVER-70726 Push down AND of supported predicates on the same field in colum...Irina Yatsenko2022-11-081-8/+42
* SERVER-70645 Create telemetry cache type from PlanCacheBaseJess Balint2022-11-0810-231/+661
* SERVER-70844 Add stable printing of sbe vm::CodeFragmentAnna Wawrzyniak2022-11-083-2/+25
* SERVER-70028 [CQF] Sort unioned intervals in sargable nodeSvilen Mihaylov2022-11-0816-378/+850
* SERVER-70855 update statistics in the cache after running analyzeMisha Tyulenev2022-11-082-0/+10
* SERVER-70308 Add agg validation pass for range payloadsDavis Haupt2022-11-073-146/+486
* SERVER-70327 Add 'internalQueryFrameworkControl' to server parameters include...Nicholas Zolnierz2022-11-071-0/+4
* SERVER-70890 Implement heuristic CE for $existsAlya Berciu2022-11-072-0/+29
* SERVER-70932 Stub for telemetry agg stagejoshua2022-11-041-0/+5
* SERVER-70043 Thread-through CollectionPtr into the onDelete OpObserverJordi Serra Torrens2022-11-041-2/+2
* SERVER-70307 Add MatchExpression validation pass for range payloadsDavis Haupt2022-11-046-20/+849
* SERVER-71079 Fix dependencies for embedded macosSvilen Mihaylov2022-11-041-0/+2
* SERVER-70436 Handle covered $or null queries with regexAlya Berciu2022-11-045-102/+186
* SERVER-71067 Set OpDebug::planCacheKey based on which cache we're usingAlyssa Wagenmaker2022-11-031-2/+8
* SERVER-70854 Add telemetry infrastructure and generic memory size toolsJennifer Peshansky2022-11-038-156/+73