Database
29 views
Document Database
Quick Definition
NoSQL database storing data as flexible JSON-like documents
Full Definition
A NoSQL database storing data as flexible JSON-like documents without fixed schemas.
Examples
MongoDB, CouchDB, Firestore
Related Terms
nosql
json
schemaless
More Database Terms
Indexing
Creating data structures to speed up data retrieval
Partitioning
Dividing tables into smaller pieces for better performance
Denormalization
Intentionally adding redundancy to improve reads
SQL
Standard language for managing and querying databases
Schema Design
Defining database table structure and constraints
B-Tree Index
Self-balancing tree index for efficient sorted data operations