Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-67498

Generic Boolean expression CE

    • Type: Icon: Task Task
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
    • Query Optimization
    • QO 2023-02-06

      TODO: The description needs to be updated based on this presentation.

       

      Implement a generic transport-based CE class that handles all logical nodes.
      This class also handles in a generic way:

      • Estimation of conjunctions/disjunctions inside SargableNode.
      • Estimation of SARGable elemMatch Filter nodes.
      • In the future it will handle complex FilterNodes.

      Each transport method for each node type will take into account whether a specific estimation method is enabled, and call the corresponding estimation logic for each atomic interval or predicate. In the case of histogram-based estimation, the method will also check for and fetch the histogram for the filtered path, and will call histogram-based estimation.

            Assignee:
            backlog-query-optimization [DO NOT USE] Backlog - Query Optimization
            Reporter:
            timour.katchaounov@mongodb.com Timour Katchaounov
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: