-
Type: Task
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Serverless
Currently, tenant_oplog_applier.cpp uses a string to represent tenantId. We want it to use a TenantId object. This will make some comparisons more efficient.
Some places the tenantId string is passed around includes isNamespaceForTenant and isDatabaseForTenant functions in cloner_utils.cpp. We will want them to also use a tenantId object instead of a string.
- is related to
-
SERVER-71187 Index Build Coordinator to use TenantId object instead of StringData
- Closed
- related to
-
SERVER-74511 Remove the TODO on ticket SERVER-70027
- Closed