- Key-value based systems
- Data model used is
(key, value):
- Index on the
key field for
fast access
- The user can store
any data in the
value part
|
- Document based systems
- Text documents in
semi-structured format
(e.g., JSON)
- User can
specify an
index on
a certain type of
field in the
document\
- Fast access (search)
to documents
uses the available indexes
|
|
- Column based systems
- Graph database
systems
- Data is represented as
graphs
- Related nodes can be
found by
traversing the
graph
|
|