_______ is a mechanism used in NoSQL databases to detect and resolve conflicts in data versions.

  • Conflict Resolution
  • Snapshot Isolation
  • Time Travel
  • Versioning
In NoSQL databases, Versioning is a mechanism used to detect and resolve conflicts in data versions. Each update is associated with a version, and conflicts can be identified and resolved based on these versions, ensuring data integrity in distributed systems.
Add your answer
Loading...

Leave a comment

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