summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/optimizer/index_bounds.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69026 [CQF] Rewrite Sargable disjunction to RIDUnionDavid Percy2023-04-271-6/+59
* Revert "SERVER-69026 [CQF] Rewrite Sargable disjunction to RIDUnion"auto-revert-processor2023-04-261-59/+6
* SERVER-69026 [CQF] Rewrite Sargable disjunction to RIDUnionDavid Percy2023-04-251-6/+59
* Revert "SERVER-69026 [CQF] Rewrite Sargable disjunction to RIDUnion"auto-revert-processor2023-04-221-59/+6
* SERVER-69026 [CQF] Rewrite Sargable disjunction to RIDUnionDavid Percy2023-04-211-6/+59
* SERVER-75064: Lower PartialSchemaRequirements with top level disjunctionHana Pearlman2023-03-221-4/+5
* SERVER-74730: Use BoolExpr for ResidualRequirements typesHana Pearlman2023-03-141-0/+4
* SERVER-70164: Use BoolExpr for PartialSchemaRequirementsHana Pearlman2023-02-171-0/+2
* SERVER-73759: Move PartialSchemaRequirements to new fileHana Pearlman2023-02-091-105/+0
* SERVER-72784 [CQF] Update representation of compound index boundsSvilen Mihaylov2023-02-031-40/+52
* SERVER-71550 Change PartialSchemaRequirements map to vectorDavid Percy2023-01-201-0/+105
* SERVER-72402 Simplify union intervals when bounds are constantsMatt Boros2023-01-191-0/+4
* SERVER-72972 [CQF] Fix collation requirement matching against compound predicateSvilen Mihaylov2023-01-181-3/+2
* SERVER-71631: Inline IndexSpecification into IndexScanNodeWill Buerger2022-12-131-30/+0
* SERVER-69027 [CQF] Support for Recursive Index NavigationSvilen Mihaylov2022-12-081-2/+12
* SERVER-70638 [CQF] Multiple intervals per candidate indexSvilen Mihaylov2022-11-171-1/+1
* SERVER-71174 [CQF] Utility to simplify construction of ABTSvilen Mihaylov2022-11-111-1/+3
* SERVER-70965 [CQF] Strong alias for ProjectionNames and FieldNamesSvilen Mihaylov2022-11-091-5/+19
* SERVER-70028 [CQF] Sort unioned intervals in sargable nodeSvilen Mihaylov2022-11-081-46/+3
* SERVER-69466 [CQF] Transition PartialSchemaRequirements output binding to be ...Svilen Mihaylov2022-10-241-10/+9
* SERVER-70470 [CQF] Modularize core optimizerSvilen Mihaylov2022-10-181-2/+2
* SERVER-69025 [CQF] Performance-only partial schema requirementsSvilen Mihaylov2022-09-221-17/+18
* SERVER-68965 Improvements to indexing in the presence of nested subfeldsSvilen Mihaylov2022-08-271-8/+27
* SERVER-67510 Fix descending index on range predicate bugDaniel Segel2022-08-041-0/+4
* SERVER-67771 Allow duplicate multi-key entries in PartialSchemaRequirements mapSvilen Mihaylov2022-07-271-4/+8
* SERVER-67782 Fix handling of bounds with MaxKey and MinKeySvilen Mihaylov2022-07-111-11/+17
* SERVER-63636 Fix a bug with collation requirements on rid when merge join is ...Svilen Mihaylov2022-02-221-1/+2
* SERVER-62434 Implement query optimizer based on Path algebra and CascadesSvilen Mihaylov2022-01-311-0/+246