(Master of Information Science) Lecture on NoSQL Database
- CAP Properties
- C: Consistency
- A: Availability
- P: Partition Tolerance
- CAP Theorem: “A system can only guarantee two out of the three CAP properties.”
- Examples
- Relational Database
- Guarantees C and A
- NoSQL: Depends on the case
- Guarantees A and P
- —> Has BASE Characteristics
- Guarantees A and P
- Relational Database