-
Type:
Task
-
Resolution: Works as Designed
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Integration
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
Currently, the check is done on each input, which isn't really necessary as all our memory usage is a "best effort" estimation and the limits are usually in terms of MB while the changes in usage are likely to be in bytes.
If asking for memory usage shows up in profiles, consider:
- doing it less frequently
- reporting the memory stats from the "incorporate" calls (and do whatever optimizations possible on the side of the algorithm implementation)
- related to
-
SERVER-74801 Complete TODO listed in SERVER-74558
-
- Closed
-