Please enable JavaScript.
Coggle requires JavaScript to display documents.
Document Stores - Coggle Diagram
Document Stores
-
-
Document Database vs Relation Database
-
-
-
Type of Partions
- Vertical Partitioning
- Horizontal Partitioning or Sharding
- Horizontal Partitioning or Sharding is the process of dividing a database by documents in a document database or by rows in a relational database.
- To implement sharding, database designers have to select a shard key and a partitioning method
Data Modeling and Query Processing
- Denormalization
- Query Processor
Examples of Document Store DBMSs
- mongoDB
- CouchDB
- DynamoDB
- MarkLogic
- OrientDB