-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Cluster Scalability
The ReshardingCollectionCloner uses the collectionHasSimpleCollation function in a couple of places. This function performs a CatalogCache lookup. This can be avoided by storing the defaultCollation of the collection in the ReshardinCollectionCloner on creation. In fact when we create this object we already have all the collection metadata (ChunkManager) available.