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

Reenable pushing down into column scan stage of $type match expression

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 6.2.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible

      SERVER-68713 refactored translation of a few (easy to do) match expressions into EExpressions, but for columnstore indexes we'd like to also enable pushing down filters such as $in, $not, $type and $exists. After the translation is done will be able to re-enable splitting the corresponding predicates into per-path filters and pushing them down.

       

      Also, the refactor from SERVER-68713 preserved the defensive wrappers, such as makeFillEmptyFalse, which are not needed when generating per-path filters in CSI. It would be nice to avoid injecting them.

            Assignee:
            irina.yatsenko@mongodb.com Irina Yatsenko (Inactive)
            Reporter:
            irina.yatsenko@mongodb.com Irina Yatsenko (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: