# Overview
Sloppy quorum is... #flashcard
A consensus approach that allows other nodes not part of the decision-making group. In other words, if there are 5 nodes that house the data being written, and 2 are down, then other nodes in the system can accept the write on their behalf.
<!--ID: 1751507776937-->
# Key Considerations
The data from the nodes outside the decision-making group is eventually written to the correct nodes using [[Hinted Handoffs]].
# Pros
- Increases [[Availability]] within the system
# Cons
# Use Cases
# Related Topics