Document in MongoDB
Oct 22, 2025 · 1 min read · Document starts and ends with ‘{‘ , ’}’ curly braces. Data types: Boolean, Null, String, Number, Object, Array, Dates, ObjectId. MongoDB uses BSON to store the documents. Limits 16 MB maximum size of each document. Fields must be unique. 100 le...
Join discussion