In NoSQL databases, _______ consistency model ensures that all updates are immediately visible to all clients.

  • Causal
  • Consistent
  • Eventual
  • Strong
In NoSQL databases, the Strong consistency model ensures that all updates are immediately visible to all clients. This means that once a write is acknowledged, all subsequent reads will reflect that update, providing a high level of consistency in the data.
Add your answer
Loading...

Leave a comment

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