Skip to main content

One doc tagged with "transaction"

View all tags

Database Transactional System (DTS)

A Database Transactional System (DTS) is a system designed to ensure data integrity and reliability by managing concurrent access and modifications to a database through transactions. A transaction is a logical unit of work that must be either fully completed or completely rolled back, leaving the database in a consistent state. DTS adhere to the ACID properties: Atomicity, Consistency, Isolation, and Durability.