Anonymous Asked in Cars &Transportation · 2 weeks ago

Which database is best for storing files?

There are basically two types SQL and NoSQL. I would suggest go for NoSQL for storing large data of videos and images. Encrypt these data and save in database and since NoSQL is much faster than SQL, so data is fetched very fast. So mongodb is best according to me. 30 окт. 2015 г.


Which database is good for storing files?

Notice that these days most DB (and RDBMS such as PostGreSQL or MySQL and non-SQL DBMS such as MongoDB) are storing their data in files (that is, using raw disk partitions for the storage of DB has become out of fashion).

Which database is best for data?

Highly ACID Compliant: PostgreSQL consistently ranks as the most ACID-compliant DBMS. If data integrity is your top priority, PostgreSQL could be an ideal choice. Massive Scalability: PostgreSQL can work with massive database tables.

Should I use DB to store file?

Performance can be better than doing it in db. To justify this, If you store large files in db then it may slow down the performance because a simple query to retrieve the list of files or filename will also load the file data if you used Select * in your query.

Is it better to store files in database or filesystem?

Advantage of the File System over Data base Management System is: When handling small data sets with arbitrary, probably unrelated data, file is more efficient than database. For simple operations, read, write, file operations are faster and simple.

Related Questions

Relevance
Write us your question, the answer will be received in 24 hours