I am making a database application. I need to store thousands (3000-5000) images. Will it be better to store the images in the database or should i store only the path of the images?
Printable View
I am making a database application. I need to store thousands (3000-5000) images. Will it be better to store the images in the database or should i store only the path of the images?
I vote for the second choice
Me three.
Vote 4 With Qualifications.
"IF" all of you users have access to the path of the images then by all means store the path. If you have remote users or not all of you users have access, then use the database.