File System Vs DBMS
File System Vs DBMS
system
Traditional File system processing vs DBMS
Basic Definitions
• Data Redundancy
• Data inconsistency
• Program data insulation
• Atomicity problem
• Sharing of data
• Data integrity
Data Redundancy
• Each data may have more than a single copy. The file system cannot
control redundancy of data as each user defines and maintains the needed
files for a specific application to run. There may be a possibility that two
users are maintaining same files data for different applications.
while redundancy not possible in case of DBMS.
Data inconsistency
• File system does not allow sharing of data or sharing is too complex.
Whereas in DBMS, data can be shared easily due to centralized system.
Data integrity