Junior — Middle
What type of database is MongoDB?
sobes.tech AI
Answer from AI
MongoDB is a document-oriented NoSQL database. It stores data in BSON format (extended JSON), which allows flexible handling of unstructured and semi-structured data.
Main features of MongoDB:
- Schema-less
- High scalability and performance
- Support for complex queries and indexes
Thus, MongoDB is not a relational database but belongs to the class of NoSQL databases focused on documents.