-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Execution Team 2022-12-12
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
When openCollection is called without a timestamp the durable catalog entry is compared as BSON against the collection instance in pending/catalog to determine which matches.
Currently we always use getParsedCatalogEntry and then re-convert the entry to BSON for the comparison above. In the code path where we know we will only need the catalog entry as BSON we should request it as BSON from the durable catalog to avoid this unnecessary conversion.