summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/plan_cache_indexability.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-23882 Collation should be considered part of a query's shapeTess Avitabile2016-07-071-7/+52
|
* Revert "SERVER-23882 Collation should be considered part of a query's shape"Scott Hernandez2016-07-071-52/+7
| | | | This reverts commit 582818dac41ac01975820c09f79d3b86dc3782cc.
* SERVER-23882 Collation should be considered part of a query's shapeTess Avitabile2016-07-071-7/+52
|
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-51/+52
|
* SERVER-17978 Sparse index discriminator for PlanCacheIndexabilityStateJason Rassi2015-05-071-0/+12
| | | | | | Adds additional encoding to the plan cache key for {$eq: null} predicates (and equivalent) if a sparse index is present for the field in question.
* SERVER-17659 Add PlanCacheIndexabilityStateJason Rassi2015-05-071-0/+87
Encapsulates functionality to be used by PlanCache, for deciding how to cache queries with predicates over elements in partial index key patterns.