OnlineRack
01-03-2007, 12:34 AM
We are building a Database for a client. this database will grow pretty big so performance needs to be taken into consideration.
My question is this, the client wants to store images (one per each account (4000+)) into the mysql database. another developer thinks it should be stored in a non exposed location and call each image when needed as this would make thing smoother and quicker overall.
the images are around 1MB max.
what are your thoughts as far as performance for the entire site:
A) Storing the images in the Database
b) Storing the images in a secured folder on the server
thanks,
My question is this, the client wants to store images (one per each account (4000+)) into the mysql database. another developer thinks it should be stored in a non exposed location and call each image when needed as this would make thing smoother and quicker overall.
the images are around 1MB max.
what are your thoughts as far as performance for the entire site:
A) Storing the images in the Database
b) Storing the images in a secured folder on the server
thanks,
