What are the drawbacks of using serializability as the isolation level in database transactions?
- Enhanced data integrity
- Improved scalability
- Increased data consistency
- Reduced concurrency and performance
Serializability as the isolation level in database transactions comes with drawbacks, including reduced concurrency and performance. While it ensures strong data consistency, it may lead to contention for resources and slower processing times.
Loading...
Related Quiz
- Which attribute is used to provide an alternative text for an image in HTML?
- What is encapsulation in OOP?
- _______ involves making changes or enhancements to existing software to meet evolving user needs or address issues.
- What does CSS stand for?
- Which database indexing technique helps in optimizing query performance by storing data in a sorted order?