When not to use a Database Management System
A database is a collection of data. DBMS is a collection of programs that enables users to create and maintain a database. There are some situations where DBMS may involve unnecessary overhead costs that would not involved in traditional file processing. the overhead costs of using a DBMS are due to following:
- High initial investment in Hardware and Software.
- Overhead for providing security, recovery and concurrency control.
There are some additional problems that may arise if the database designers and DBA donot properly design the database. It may be more desirable to use regular files under the following circumstances:
- Simple, well-defined database applications that are not expected to change.
- No multiple user access to data.
No comments:
Post a Comment