When would it make sense not to use a database system?
Answers
Answer:
if all the advantages of the database i.e "3d multiple security integrity no"
this problems are their in file system
data redundancy and inconsistency
data isolation
difficulty in accessing data
multiple user
security problems
integrity problem
no data independancy
if not needed for the user as it can cast a huge amount and overheads of purchasing the database and maintaining it.
then it make a sense not to use database system.
Answer:
When the data is sensitive and requires strong security measures.
Explanation:
From the above question,
They have given :
It would make sense not to use a database system if the data is small and simple enough that it can be stored in a plain text file or spreadsheet, or if the data does not need to be searchable, sorted, or manipulated.
It would not make sense to use a database system when the data is small and simple, or when data needs to be stored in a file format that a database system cannot work with. Additionally, if the data is not structured and/or is dynamic, it might not make sense to use a database system.
1. When the data size is extremely small.
2. When the data is static, meaning it doesn't change often.
3. When the data is unstructured and can't be organized in a relational format.
4. When the data needs to be stored and accessed quickly, such as real-time applications.
5. When the data needs to be accessed by multiple users simultaneously.
6. When the data is sensitive and requires strong security measures.
For more such related questions : https://brainly.in/question/10958909
#SPJ3