Anonymous Asked in Cars &Transportation · 2 weeks ago

Which database is best for storing images?

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 .Are there some databases designed for storing images? - QuoraHow are images stored in a database? - QuoraWhat is the best way(s) to store image in a nosql database? - QuoraWhich NoSQL databases are good candidates for storing the largest .Другие результаты с сайта www.quora.com


What database is best for storing images?

The large images should be stored in something like AWS S3, HDFS, a Content Delivery Network (CDN), a web server, file server or whatever else would be great a serving up large static objects, in accordance with your use case and budget.

Is it good to store images in database?

Storing images in a database table is not recommended. There are too many disadvantages to this approach. Storing the image data in the table requires the database server to process and traffic huge amounts of data that could be better spent on processing it is best suited to.

Is relational database good for storing images?

A relational database table can be used as a cloud object store. Customers who choose this option typically do so to capture images via the app and keep them along with the data in the same repository (convenient for backup and data management).

Which database is best 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).

Related Questions

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