-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Optimization
-
Fully Compatible
Progress doc: https://docs.google.com/document/d/1EJ_7MbJPsnFJo9v_T5afrCYgmJuMsxdLN5nz5KwK_js/edit
We have 2 feature branches – pm3660-histogram and SPM-3182.
pm3660-histogram
The feature branch https://github.com/10gen/mongo/compare/master...pm3660-histogram . We have 5 commits on this branch now.
SERVER-91607: Create mock interface for histogram CESERVER-91636validating cardinality estimation for equality predicateSERVER-86748Fix maxdiff to sort on difference in area between bucketsSERVER-92027Add unit tests for estimateCardinality inequality compar…SERVER-91638Implement cardinality estimation unit tests for range in…
We need to come up a strategy to merge them to master. A few known problems to address:
- The very first commit introduces a error (duplicate errorcode) and that is addressed in later commit
- Bonsai code is fully removed at this moment. We need to break that dependency at the front of the queue.
SPM-3182
There are 8 commits. Some of them have merge conflicts to resolve.