-
Type: Task
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Programmability
-
Programmability 2024-05-27, Programmability 2024-06-10, Programmability 2024-06-24, Programmability 2024-07-08, Programmability 2024-07-22
Right now we do a lot of expensive work after completing a user command but before sending the response up the wire. Right now in a ServiceEntryPoint benchmark we spend 20% of our processing time just doing that. Investigate whether it's feasible and worth it to defer some of this work to afterwards.
- related to
-
SERVER-71786 Move profiling writes into a profile writing service
- Needs Scheduling