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

Support more complex scan bounds for clustered index

    • Query Optimization
    • QO 2024-04-29

      Right now, clustered collection scans can be bounded by a min value and max value. This works well for queries containing $eq, $lt/e, $gt/e, and $and. But, it's not sophisticated enough to most efficiently bound queries containing $in and $or. These queries would benefit from bounds that look more like a set of ranges.  

            Assignee:
            christopher.harris@mongodb.com Chris Harris
            Reporter:
            hana.pearlman@mongodb.com Hana Pearlman
            Votes:
            1 Vote for this issue
            Watchers:
            12 Start watching this issue

              Created:
              Updated: