Q9Big Data Analytics
Question
2 marks
What is a Document Store database?
Answer
A Document Store is a type of NoSQL database that stores data in JSON, BSON, or XML documents.
Each document contains key-value pairs, but unlike a simple key-value store, the database understands the internal structure of the document, allowing for complex queries and indexing on nested attributes. MongoDB is a prime example.