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

HistogramCE trigger IndexBoundsBuilder assert for inversion of non-exact bounds

    • Type: Icon: Bug Bug
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Query Optimization
    • ALL
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      db.adminCommand({setParameter: 1, planRankerMode: "histogramCE"})
      db.c.insert({a: 1})
      db.c.createIndex({a: 1})
      db.runCommand({analyze: "c", key: "a"})
      db.c.find({a: {$nin: [/o/]}})
      
      MongoServerError: Cannot invert inexact bounds

      In general, we may need a more robust strategy to identify predicate which may fail to generate index bounds inside of CBR.

            Assignee:
            Unassigned Unassigned
            Reporter:
            ben.shteinfeld@mongodb.com Ben Shteinfeld
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: