MongoDB is een cross-platform, document-oriented database. Het is een zogenaamde nosql-database, wat inhoudt dat het geen tabellen in een relationele database gebruikt, maar json-achtige documenten met dynamische schema's, iets wat MongoDB 'bson' noemt. De naam MongoDB is een afgeleide van het Engelse woord humongous. De database leent zich dan ook prima voor grote omgevingen en kent gebruikers als eBay, SourceForge en Coinbase. Het ontwikkelteam heeft versie 4.0.4 uitgebracht met de volgende aanpassingen:
Version 4.0.4 - Issues fixed:
- SERVER-26854: LockStats for sub-operations should not include time for previous sub ops
- SERVER-35323: sessionId matching ignores userId part of the lsid
- SERVER-37058: Update with numeric field names inside an array can cause validation to fail
- SERVER-37132: Negation of $in with regex can incorrectly plan from the cache, leading to missing query results
- TOOLS-2069: mongoreplay does not support SCRAM-SHA-256
- TOOLS-2131: mongorestore hang in replaying oplog with –archive and –oplogReplay option