BASE
Alternative to ACID for distributed systems.
Table of Contents
- Basic Availability: System guarantees availability (maybe partial).
- Soft state: State may change over time, even without input.
- Eventual consistency: System will become consistent over time if input stops.