summaryrefslogtreecommitdiff
path: root/jstests/cqf
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-71588: Reenable type bracketing tests for CQFHana Pearlman2022-11-231-0/+12
* SERVER-66606 Count types in stats for CEAlya Berciu2022-11-214-106/+333
* SERVER-69591 [CQF] Simplify non-Sargable pathsDavid Percy2022-11-171-22/+21
* SERVER-70856 load stats by path nameMisha Tyulenev2022-11-151-49/+43
* SERVER-71300 Reset cost coefficients to default value if "internalCostModelCo...Ruoxin Xu2022-11-141-6/+14
* SERVER-70217: Add tasserts for unreachable translation codeHana Pearlman2022-11-111-0/+4
* SERVER-70538 Replace fillEmpty function with a binary operationMartin Neupauer2022-11-101-6/+6
* SERVER-70028 [CQF] Sort unioned intervals in sargable nodeSvilen Mihaylov2022-11-081-10/+6
* SERVER-70855 update statistics in the cache after running analyzeMisha Tyulenev2022-11-082-21/+19
* SERVER-68490 Robustify ce_histogram.jsAlya Berciu2022-11-031-4/+17
* SERVER-68490 Remove ce_histogram.js logAlya Berciu2022-11-021-1/+0
* SERVER-67517 [CQF] Support field path references with dots, dollars, and emptyNicholas Zolnierz2022-10-314-7/+17
* SERVER-68596 [CQF] Convert dotted $elemMatch to SargableNodeDavid Percy2022-10-261-0/+216
* SERVER-68490 Complete integration of histogram CEAlya Berciu2022-10-261-0/+282
* SERVER-69447 Add a query knob to control version of Cost Model coefficientsAlexander Ignatyev2022-10-121-0/+46
* SERVER-67358 implement AccumultorInternalConstructStatsMisha Tyulenev2022-10-111-0/+61
* SERVER-70120 [CQF] Extra Unique stage after GroupByNaama Bareket2022-10-071-2/+2
* SERVER-68095 Implement $not in CQFBen Shteinfeld2022-10-041-0/+261
* SERVER-69844: [CQF] Flaky cqf/range_descending.jsNaama Bareket2022-10-031-18/+11
* SERVER-66846 Translate simple inclusion and exclusion $project by walking ove...Hana Pearlman2022-09-201-0/+191
* SERVER-67852 Partial statistics pipelinesamontea2022-09-161-107/+0
* SERVER-68692 add support for limit and skip queries in ABT translationMilitsa Sotirova2022-09-141-0/+167
* SERVER-69102 [CQF] Allow SBE plans which require an output RecordId slotSvilen Mihaylov2022-09-101-0/+33
* SERVER-69023 [CQF] Convert PathArr to IntervalSvilen Mihaylov2022-09-091-2/+2
* SERVER-69361 [CQF] Extend path fusion to better handle field dependenciesSvilen Mihaylov2022-09-011-0/+26
* SERVER-69287 [CQF] Support $expr in findSvilen Mihaylov2022-09-011-12/+22
* SERVER-68965 Improvements to indexing in the presence of nested subfeldsSvilen Mihaylov2022-08-2725-118/+157
* SERVER-69095 Hint cqf/range_descending.js and log the full explainDavid Percy2022-08-231-50/+52
* SERVER-68006 Investigate plan changes due to changes in heuristic estimationSvilen Mihaylov2022-08-121-2/+4
* SERVER-67997 Validation of analyze parametersLynne Wang2022-08-101-3/+87
* SERVER-67548 Index scan with equality to null incorrectly appends null if the...Svilen Mihaylov2022-08-064-46/+115
* SERVER-67510 Fix descending index on range predicate bugDaniel Segel2022-08-041-0/+81
* SERVER-62749 Translate $in match expressions to use eqMember op typeEmily Wang2022-07-281-2/+3
* SERVER-67771 Allow duplicate multi-key entries in PartialSchemaRequirements mapSvilen Mihaylov2022-07-271-0/+8
* SERVER-66265: Add task to run CQF tests without pipeline optimizationsHana Pearlman2022-07-261-17/+7
* SERVER-67369 Implement type bracketing for all BSONTypesEmily Wang2022-07-141-4/+0
* SERVER-66604 Analyze command skeletonLynne Wang2022-07-061-0/+23
* SERVER-62029: Review agg to ABT translationHana Pearlman2022-06-301-1/+1
* SERVER-62025 Only use CQF path for eligible queries and fallback to classic o...Nicholas Zolnierz2022-06-161-0/+6
* SERVER-67003 Fixes for agg expressionsSvilen Mihaylov2022-06-131-0/+84
* SERVER-67120 Make CE more robust for array_match.jsSvilen Mihaylov2022-06-091-6/+8
* SERVER-66953 Increase number of documents inserted in test to make index opti...Svilen Mihaylov2022-06-021-2/+4
* SERVER-62961 Fix ABT->SBE lowering of EvalFilter paths to correctly handle c...Svilen Mihaylov2022-05-272-6/+86
* SERVER-61992 Enable ABT generation of "exists" in $matchruslan.abdulkhalikov2022-05-261-0/+80
* SERVER-66593 Allow lookup fields to be pushed down into collection scans for ...Svilen Mihaylov2022-05-191-0/+19
* SERVER-66547 Implement simple agg comparison for new optimizerSvilen Mihaylov2022-05-181-0/+39
* SERVER-66352 Implement index hints for new optimizerSvilen Mihaylov2022-05-181-0/+65
* SERVER-65900 Initial implementation of $lookupSvilen Mihaylov2022-04-251-0/+94
* SERVER-61991: implement ABT translation for $in match expressionHana Pearlman2022-04-211-0/+67
* SERVER-65715 Implement querying for null for new optimizerSvilen Mihaylov2022-04-181-0/+35