-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Sharding
-
None
-
Catalog and Routing
-
v8.0
-
CAR Team 2024-10-14, CAR Team 2024-10-28, CAR Team 2024-11-11, CAR Team 2024-11-25
SERVER-62906 added a limitation to the number of characters in collection names for sharded collections. This seems to be an arbitrary limit, a long time ago, collection names were limited to 120 characters due to MMAPv1 in Windows, but this was removed by SERVER-41694, and it does not seems to be necessary anymore. Additionally, now that we'll be tracking unsharded collections, we should not have this limit. There are a couple of places where there is this restriction:
- In the coordinator, it is checked in two separate situations here and here
- In the sharding catalog manager
The purpose of this ticket is to first investigate the impact of removing this limit, and then removing it, achieving untracked collection parity in collection name limit.
- is related to
-
SERVER-89172 Remove collection name limit of 235 for sharded collections
- Backlog