In multi-version concurrency control (MVCC), each transaction sees a _______ snapshot of the database.
- Consistent
- Current
- Historical
- Isolated
In multi-version concurrency control (MVCC), each transaction sees a historical snapshot of the database. This means that each transaction sees a version of the database as it existed at the start of the transaction, ensuring consistency and isolation.
Loading...
Related Quiz
- Which of the following is NOT a common level of severity used in logging systems?
- The HTTP _______ method is used for updating an existing resource in a RESTful API.
- The _______ command is used to view the commit history in Git.
- How does Git mark merge conflicts in the affected files?
- Which of the following is a server-side language commonly used for web development?