-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Optimization
-
Fully Compatible
-
QO 2025-02-03
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'),