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

[CQF] Multiple intervals per candidate index

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 6.3.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Fully Compatible
    • QO 2022-11-14, QO 2022-11-28

      Extend candidate index structure to keep track of multiple interval expressions per index. Each interval expression represents an equality prefix of query predicates to be pushed into an index scan. The system is currently limited to being able to encode a single equality prefix as an index scan. For example the predicates a=1, b=1, c=1, d > 5 form an equality prefix. In general we have 0+ equalities followed by 0 or 1 inequalities. This ticket is a prerequisite for RIN implementation.

            Assignee:
            svilen.mihaylov@mongodb.com Svilen Mihaylov (Inactive)
            Reporter:
            svilen.mihaylov@mongodb.com Svilen Mihaylov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: