As documented in https://jira.mongodb.org/browse/BF-44863 the aggregation_read_commands task is showing a 17% performance regression. This is caused by a change to src/mongo/db/pipeline/accumulator.h function checkMemUsage() which is now evaluating the virtual function getOpName() with every call instead of only when the memory usage is exceeded.
- is related to
-
SERVER-130076 Add ServerStatus and OpenTelemetry metrics
-
- Closed
-