summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/cost_model
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76096 Remove TODO comment in CostAndCEInternalChi-I Huang2023-04-261-1/+0
* SERVER-73102 [CQF] Simplify explain for evaluation of simple constantsSvilen Mihaylov2023-02-102-16/+5
* SERVER-73618 [CQF] Simplify V1 and V2 explains for Root and Seek nodesSvilen Mihaylov2023-02-081-22/+4
* SERVER-72226 Shorten LimitSkip explainMatt Boros2023-02-071-4/+1
* SERVER-71796 [CQF] Make union cost commutativeSvilen Mihaylov2023-02-031-4/+2
* SERVER-72233: Do not explain BindblockWill Buerger2023-01-201-41/+12
* SERVER-71460: Make maxDepth the first PathTraverse argumentHana Pearlman2023-01-041-12/+12
* SERVER-71631: Inline IndexSpecification into IndexScanNodeWill Buerger2022-12-131-1/+4
* SERVER-71384 [CQF] Speed up vending of projection namesSvilen Mihaylov2022-12-131-5/+5
* SERVER-71332 [CQF] Strong alias for Selectivity and CardinalitySvilen Mihaylov2022-12-122-50/+60
* SERVER-70639 [CQF] Implement Spool physical nodeSvilen Mihaylov2022-12-081-0/+13
* SERVER-70637 Implement sorted merge physical nodeMatt Boros2022-12-083-0/+25
* SERVER-67161: Add physical NestedLoopJoin and make BinaryJoin logicalHana Pearlman2022-12-025-17/+17
* SERVER-71630 Return an error Status if OnCoefficientsChangeUpdater is emptyRuoxin Xu2022-11-291-0/+5
* SERVER-69456 Set new cost model as defaultAlexander Ignatyev2022-11-293-65/+46
* SERVER-71629 Robustify query cost_model_testRuoxin Xu2022-11-281-31/+5
* SERVER-71051 Make CE module less dependent on statistics moduleAnton Korshunov2022-11-284-16/+16
* SERVER-71540 Add more cost estimator testsRuoxin Xu2022-11-241-32/+218
* SERVER-70210 Add unit tests to test Custom Cost ModelRuoxin Xu2022-11-235-28/+435
* SERVER-70490 Update cost model on Mongod startupRuoxin Xu2022-11-233-2/+20
* SERVER-71355 Add CostEstimator unit testsAlexander Ignatyev2022-11-222-0/+163
* SERVER-71243 Extend CostModel Coefficients with startup costs for individual ...Ruoxin Xu2022-11-153-19/+113
* SERVER-71300 Reset cost coefficients to default value if "internalCostModelCo...Ruoxin Xu2022-11-141-3/+8
* SERVER-70490 Cache cost model coefficients in CostModelManagerRuoxin Xu2022-11-116-21/+266
* SERVER-70341 Extract cost_model module from the optimizerAlexander Ignatyev2022-10-256-7/+637
* SERVER-70470 [CQF] Modularize core optimizerSvilen Mihaylov2022-10-181-1/+1
* SERVER-69447 Add a query knob to control version of Cost Model coefficientsAlexander Ignatyev2022-10-123-0/+130