In NoSQL databases, _______ consistency guarantees that if no new updates are made to a given data item, eventually all reads will return the last updated value.

  • Causal
  • Eventual
  • Sequential
  • Strong
In NoSQL databases, eventual consistency ensures that if no new updates are made to a data item, all reads will eventually return the last updated value. This model prioritizes availability and partition tolerance over immediate consistency across all nodes.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *