MySQL Forums
Forum List  »  Newbie

Best way to store images
Posted by: Daniel Hickman
Date: July 28, 2009 02:53AM

Hi

I'm setting up a MySQL database with a MSAccss/VB front end.

The database needs to be able to store 100s of megabytes (if not gigabytes) of JPG images.

My question is, is it a good idea to store these in the data tables as a BLOB type? Can having a very large MySQL database cause problems?

The other option is to keep all the images in a folder structure on the network and store just a reference in the MySQL database. Would this be safer?

Thanks in advance

Dan

Options: ReplyQuote


Subject
Written By
Posted
Best way to store images
July 28, 2009 02:53AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.