Exponential backoff for FilterNodes with Boolean expressions

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Duplicate
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Query Optimization
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      Currently, for simplicity, FilterNodes that express a boolean expression use multiplication to compute selectivity (seeĀ 
      EvalFilterSelectivityTransport::conjunctionSel, EvalFilterSelectivityTransport::disjunctionSel).
      This task should apply exponential backoff to Boolean expressions. One possible simplification is to apply that only to each pair of conjuncts - then it won't be needed to record the estimates of all conjuncts/disjuncts at each level of the expression nesting.

            Assignee:
            [DO NOT USE] Backlog - Query Optimization
            Reporter:
            Timour Katchaounov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: