Currently, collection names are not limited by a constant value, and are implicitly limited by the size of a BSON document (16 MB). This should be changed to limit collection names to a length of 255 bytes.
- is caused by
-
SERVER-41694 Remove the restriction on collection name length
- Closed