## Notes Describes NoSQL databases and how they prioritize availability at the cost of immediate consistency. - **B**asically **A**vailable: Even if parts of the system goes down, all data can still be accessed at the cost of time - **S**oft-state: Database cannot enforce data integrity. The client must manage that. - **E**ventually consistent: No guarantee that reads will return the same data.