Advantages of DBMS Over File System
Advantages of DBMS Over File System
Advantages of DBMS Over File System
In this guide, we will discuss what is a file processing system and how Database
management systems are better than file processing systems.
For example: Lets say Steve transfers 100$ to Negan’s account. This transaction
consists multiple operations such as debit 100$ from Steve’s account, credit
100$ to Negan’s account. Like any other device, a computer system can fail lets
say it fails after first operation then in that case Steve’s account would have been
debited by 100$ but the amount was not credited to Negan’s account, in such
case the rollback of operation should occur to maintain the atomicity of
transaction. It is difficult to achieve atomicity in file processing systems.
Disadvantages of DBMS: