Junior — Middle
What format is used for storing data in the MongoDB database?
sobes.tech AI
Answer from AI
MongoDB uses the BSON (Binary JSON) format for data storage. BSON is a binary representation of JSON-like documents that supports additional data types such as dates and binary data, and is optimized for fast parsing and storage.