Answer Posted / Ashish Dixit
MongoDB is a NoSQL database that uses JSON-like documents with optional schemas. It stores data in flexible, JSON-like documents called BSON (Binary JSON). MongoDB supports various features such as indexing, sharding for horizontal scaling, replication for redundancy and high availability, and GridFS for handling large files.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers