Please enable JavaScript.
Coggle requires JavaScript to display documents.
NoSQL - Coggle Diagram
NoSQL
-
-
-
-
-
CAP Theorem
(Consistency, Availability,
Partition Tolerance)
-
CP
-
Read and write to one,
then replicate
AP
-
Write to one,
read from others
Types
Aggregate-Oriented
Document
Types
-
MongoDB
-
-
BSON
-
has optional non-JSON-native data types,
like dates and binary data
-
-
-
Column-Oriented
Use cases
-
-
focus on queries,
not on data
-
-
-
-