-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Query Optimization
-
Fully Compatible
-
ALL
-
-
QO 2025-01-20, QO 2025-02-03
-
200
Enterprise test> db.foo.createIndex({a:1, b:1}); a_1_b_1 # We query on a, get an error on b Enterprise test> db.foo.find({"a":99999999}) MongoServerError[HistogramCEFailure]: no histogram found for path: b
In this case, we are not querying on b and yet a histogram is required.