Details
-
Task
-
Resolution: Done
-
Major - P3
-
None
Description
Our documentation for the config.chunks collection (https://www.mongodb.com/docs/v6.0/reference/config-database/#mongodb-data-config.chunks) is incorrect. The _id field no longer contains the database namespace.
Finding all chunks in a collection requires first finding the collection UUID in the config.collections collection, then using this to query on the uuid field in the config.chunks collection.
The documentation should be updated to reflect the current collection document format.