Mongos has an instance of AsyncRequestsSender in here, and destroying it contributes to more than 1% of its execution time when running a read-only workload (YCSB 100% read).
We can move the destruction off of the critical path and potentially avoid the performance penalty.
- related to
-
SERVER-90418 Reevaluate deferred destruction of AsyncRequestsSender in MultiStatementTransactionRequestsSender
- Open