-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
Fully Compatible
-
Storage Execution 2026-07-06
-
None
-
None
-
None
-
None
-
None
-
None
-
None
SERVER-128940 introduces theĀ LogicalSizeTracker class and the concept of a LogicalSizeTracker::Snapshot.
struct LogicalSizeTracker::Snapshot {
long long logicalBytesHot{0};
long long logicalBytesCold{0};
};
This data needs to include a version, and should be formalized so PALI can parse correctly and be robust against field changes and additions in the future.
- is related to
-
SERVER-128940 Total logical size across hot and cold collections
-
- Closed
-