colttaylor
Programmer
I just read an article on how to store images from digital cameras and scanners in a field in an sql table. My imagination has run wild with possible uses for this technology. I already offer unlimited text notes on most records (users, items, etc.) but now I can store images to support each note, plus images directly on some of my records for portraits, item images, etc. Very cool stuff that should really impress the users.
My question involves what this cool stuff is going to cost me in terms of performance. Really, I have two issues...
Will the presence of tables containing large numbers of images have any effect on the response times of the tables which do not contain any images?
As the quantity of images in the database grow, will the tables with images slow down?
I plan to keep the images away from my high traffic tables. For example, sales transactions will have no images. Now that I think of it, Items are pretty high traffic so I will put item images in a child table.
Any advice and/or real-life experiences are greatly appreciated.
Thanks,
Colt.
If it's stupid but it works, it isn't stupid
My question involves what this cool stuff is going to cost me in terms of performance. Really, I have two issues...
Will the presence of tables containing large numbers of images have any effect on the response times of the tables which do not contain any images?
As the quantity of images in the database grow, will the tables with images slow down?
I plan to keep the images away from my high traffic tables. For example, sales transactions will have no images. Now that I think of it, Items are pretty high traffic so I will put item images in a child table.
Any advice and/or real-life experiences are greatly appreciated.
Thanks,
Colt.
If it's stupid but it works, it isn't stupid