Tutorials
Courses
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
Misc
8.8K+ articles
Databases
2.2K+ articles
DBMS
1.6K+ articles
SQL
1.5K+ articles
GATE CS
1.4K+ articles
Computer Subject
1.1K+ articles
GATE
190+ articles
dbms
46+ articles
DBMS Basics
17+ articles
DBMS-Transactions and Concurrency Control
28 posts
Recent Articles
Popular Articles
Cascadeless in DBMS
Last Updated: 21 January 2025
In a Database Management System (DBMS), maintaining data consistency and avoiding unnecessary complications during transaction execution are critical. A cascadeless schedu...
read more
DBMS
GATE CS
DBMS-Transactions and Concurrency Control
Concurrency problems in DBMS Transactions
Last Updated: 28 December 2024
Concurrency control is an essential aspect of database management systems (DBMS) that ensures transactions can execute concurrently without interfering with each other. Ho...
read more
DBMS
GATE CS
DBMS-Transactions and Concurrency Control
Concurrency Control Techniques
Last Updated: 28 December 2024
Concurrency control is provided in a database to:(i) enforce isolation among transactions.(ii) preserve database consistency through consistency preserving execution of tr...
read more
DBMS
GATE CS
DBMS-Transactions and Concurrency Control
Algorithm for Recovery and Isolation Exploiting Semantics (ARIES)
Last Updated: 27 August 2019
Algorithm for Recovery and Isolation Exploiting Semantics (ARIES) is based on the Write Ahead Log (WAL) protocol. Every update operation writes a log record which is one o...
read more
DBMS
DBMS-Transactions and Concurrency Control
Main difference between Timestamp protocol and Thomas write rule in DBMS
Last Updated: 08 October 2024
In database systems, the issue of maintaining consistency while executing transactional processes concurrently is very important. Two concurrency control methods that can ...
read more
DBMS
Difference Between
GATE CS
DBMS-Transactions and Concurrency Control
Transaction States in DBMS
Last Updated: 16 June 2025
A transaction in DBMS is a sequence of operations performed as a single logical unit of work (e.g., transferring money between accounts). All operations in a transaction a...
read more
DBMS
GATE CS
DBMS-Transactions and Concurrency Control
Introduction of Shadow Paging
Last Updated: 24 January 2025
Shadow paging is a fundamental recovery technique used in database management systems (DBMS) to ensure the reliability and consistency of data. It plays a crucial role in ...
read more
DBMS
DBMS-Transactions and Concurrency Control
Recovery With Concurrent Transactions
Last Updated: 25 August 2020
Concurrency control means that multiple transactions can be executed at the same time and then the interleaved logs occur. But there may be changes in transaction results ...
read more
Computer Subject
DBMS
DBMS-Transactions and Concurrency Control
Equivalent Serial Schedule of Conflict Serializable Schedule in DBMS
Last Updated: 25 April 2023
Prerequisite: Conflict Serializability, Precedence GraphConflict Serializable Schedule: A schedule is called conflict serializable if it can be transformed into a serial s...
read more
Graph
DBMS
DSA
Topological Sorting
DBMS-Transactions and Concurrency Control
Types of Locks in Concurrency Control
Last Updated: 11 January 2022
Commercial demands for ensuring smooth functionality and highly efficient run-time servers, make it highly prime for Database Designers to work out systems and code which ...
read more
DBMS
SQL
DBMS-Transactions and Concurrency Control
What is Snapshot Isolation?
Last Updated: 10 February 2022
The isolation levels in DBMS are used to maintain concurrent execution of transactions without facing interruption through problems like dirty read, phantom read, and non-...
read more
Computer Subject
DBMS
Picked
DBMS-Transactions and Concurrency Control
Elite-Batch-2022
Multiversion Timestamp Ordering
Last Updated: 19 March 2022
In the Multiversion timestamp ordering technique, for each transaction in the system, a unique timestamp is assigned before the start of the execution of the transaction. ...
read more
DBMS
Picked
Geeks Premier League
Geeks-Premier-League-2022
DBMS-Transactions and Concurrency Control
Central Authentication Service
Last Updated: 30 March 2022
Central Authentication Service is a single sign-on protocol that is developed to permit a user to have access to multiple applications using the same underlying authentica...
read more
DBMS
Picked
DBMS-Transactions and Concurrency Control
Transaction Control in DBMS
Last Updated: 02 June 2023
The transaction is a single logical unit that accesses and modifies the contents of the database. Transactions access data using read and write operations. Transaction is ...
read more
DBMS
GATE CS
Picked
DBMS-Transactions and Concurrency Control
dbms
Serializability in DBMS
Last Updated: 06 October 2023
In this article, we are going to explain the serializability concept and how this concept affects the DBMS deeply, we also understand the concept of serializability with s...
read more
DBMS
Picked
DBMS-Transactions and Concurrency Control
1
2
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !