{col: true/false} asserts: "encountered interval which is unestimatable"

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major - P3
    • 8.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Query Optimization
    • Fully Compatible
    • QO 2025-02-03
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      Enterprise bar> db.foo.find({a:false}).explain();
      MongoServerError[HistogramCEFailure]: encountered interval which is unestimatable: [false, false]
      Enterprise bar> db.foo.find({a:true}).explain();
      MongoServerError[HistogramCEFailure]: encountered interval which is unestimatable: [true, true] 

      Note that the histogram contains separate counters for true and false:

            trueCount: Long('1'),
            falseCount: Long('1'), 

            Assignee:
            Timour Katchaounov
            Reporter:
            Philip Stoev
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: