-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Serverless
-
Fully Compatible
-
Server Serverless 2023-08-07, Server Serverless 2023-08-21
-
2
Today, `NamespaceString::db()` is used for serialization the db names. It does not work correctly for commands serialization/deserialization. If we replace it with `DatabaseNameUtil::serialize(nss.dbName())` directly, performance regression can be observed.
In this task, we should investigate how to avoid performance regression by creating a prototype and test the performance with it.
- is depended on by
-
SERVER-79074 Replace NamespaceString::db() with NamespaceString::db_deprecated()
- Closed
- is related to
-
SERVER-79806 KeysCollectionClientDirect::_insert to no longer pass a nss
- Closed