-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
Fully Compatible
-
QE 2025-03-03, QE 2025-03-17
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
The //src/mongo/db/query/stats library exposes the functionality to access the histograms on a collection, and this requires using dbdirectclient to load such statistics from the database (StatsCacheLoaderImpl::getStats)
This library should have the minimum amount of dependencies, in order to expose its functionalities to any other query engine library