-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
-
Security 2024-02-19, Security 2024-03-04, Security 2024-03-18, Security 2024-04-01
-
0
WiredTigerStats (src/mongo/db/storage/wiredtiger/wiredtiger_stats.h) uses a std::map for storing 8 uint64 numbers. It would be more efficient to store these as variables in the class instead.
- depends on
-
WT-12401 Make a efficient API for retrieving session stats
- Open