-
Type: Task
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
Implement a class that loads CollectionStatistics from collection into an in memory cache.
It should implement
SemiFuture<CollectionStatistics> getStats(const NamespaceString& nss)
method. If the statistics for the requested namespace does not exists it should throw DBException NamespaceNotFound.
- duplicates
-
SERVER-68459 Implement StatsCacheLoader
- Closed