-
Type: New Feature
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Storage
-
Fully Compatible
-
Execution Team 2020-07-13, Execution Team 2020-07-27
The serverStatus command allows storage engines to append custom statistics to the output via the ServerStatusSection interface. We can use this to report additional Biggie metrics such as:
- Reporting to the total memory usage of the radix trees still available in the history. We'll have to watch out to avoid double counting shared nodes between the trees. Today, Biggie only tracks the size of the stored values in data nodes only.
- The average number of child nodes that each parent has. With the adaptive node work, this should decrease from 256 dramatically.
- depends on
-
SERVER-49198 Implement ServerStatusSection for Biggie
- Closed
- is depended on by
-
SERVER-49008 Create a new jstest to track Biggie's metrics
- Closed