Daily Term: Document Database
Document Database
A Document Database is a type of NoSQL database that stores data as JSON, BSON, or XML documents, where each document can have a flexible schema. For example, MongoDB might store a user profile with nested fields like name, address, and preferences. Document databases are great for semi-structured data and hierarchical structures, offering scalability and flexibility, but they can be less efficient for complex joins compared to relational databases.
Date: 2025-06-25