Documentation Request Summary:
No documentation summary in engineering ticket
Scope of changes:
- listCollections cmd
- db.getCollectionInfos()
- db.getCollectionNames() – just blurb that no locks
- check /reference/program/mongoreplay example that includes listcollection
- relnotes
Impact to other docs outside of this product:
None
MVP:
Resources:
Engineering Ticket Description:
Currently the listCollections command needs to lock all collections to return their information. However, often only names are necessary. So, improve the listCollections command to support a nameOnly option like listDatabases and only require a MODE_IS lock on the database for that command.
|