development team is developing a special purpose application for some organization. The data is very large but relatively static. Data loss is an acceptable risk. Multiple users are accessing the application at the same time. File system and database system are two approaches which can be used to store data. Being a database expert, you are approached by the Team manager to help them in deciding which of the above mentioned data storage system will be more suitable for current scenario.
Suggest the storage system considering the above mentioned scenario with solid reasoning.
If multiple user accessing the database then the suitable database server is SQL server, Oracle and MySQL are designed to deal with multiple concurrent users, while access the file, it is always single-user.
Database servers we use as per the requirement of the database storage.
Comments
Leave a comment