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

Generate placeholders for closed range predicates in MatchExpressions

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 6.0.2, 6.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible
    • QO 2022-08-08, QO 2022-08-22

      Utilize index bounds logic to generate a single encryption placeholder for queries in the form:

      { $age: {$gt: 23, $lte: 35} }
      

      Will be rewritten as:

      { $age: {$internalFLEBetween: <placeholder representing (23, 35]>} }
      

            Assignee:
            davis.haupt@mongodb.com Davis Haupt (Inactive)
            Reporter:
            davis.haupt@mongodb.com Davis Haupt (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: