-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
-
Service Arch 2024-01-08, Service Arch 2024-01-22, Service Arch 2024-02-05
-
6
This change should improve performance as we can return a reference from `dbName()` (rather than allocate a new object with its underlying string) when retrieving the DatabaseName from a NamespaceString. Sub-goal : fix a bug in DatabaseName::equalCaseInsensitive . It should compare the database names without being case sensitive, but it should be case-sensitive when comparing TenantId.
- is depended on by
-
SERVER-81569 Improve performance of NamespaceString
- Closed