-
Type: Sub-task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
CommandInvocation::ns() parses the NamespaceString from the request over and over again even though the dbName and request are both const. We should parse it once upon initialization and never again.
We can also be better about making copies of the NamespaceString, so do that too.
- related to
-
SERVER-75529 Revisit memory layout for TenantId, DatabaseName, and NamespaceString to address performance regression
- Closed