Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How would an image filed effect performace

Status
Not open for further replies.

AppDev76

Programmer
Jun 8, 2004
65
US
Hi,
if designing a web application, would it make a differnce if an image field is in a table or the image field is saved in another table with a one-to-one relation.
The assumption is that we won't be doing a "SELECT *"

Thanks
 
I've read many similar posts regarding image field, and it seems that the majority don't reccomend storing the image, but storing a link to the image, as the image will affect performance, increase size dramtically, keep record locks longer, etc. Do a keyword search on 'image' in either this forum, or the SQL programming forum, for all related posts.

Be quiet Brain, or I'll stab you with a Q-tip! (Homer Simpson)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top