Anonymous
Asked in
Cars &Transportation
·
2 weeks ago
Can you save files in a database?
Contents
- Is it possible to store files in database?
- Should I store files in a database?
- Should you store files in a database or file system?
Is it possible to store files in database?
Reasons in favor of storing files in the database: Having the files and database in sync and able to participate in transactions can be very useful. Files go with the database and cannot be orphaned from it. Backups automatically include the file binaries.
Should I store files in a database?
Then why store files in DB ? DB provides ACID compliance(Atomicity, Consistency, Isolation, Durability) for each row. DB provides data integrity between the file and its metadata. Database Security is available by default.
Should you store files in a database or file system?
Database provides a proper data recovery process while file system did not. In terms of security the database is more secure then the file system (usually).
Related Questions
Relevance
-
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago
Write us your question, the answer will be received in 24 hours