Posted by ZeldorBlat on 10/14/05 05:35
It really depends on the images and what you plan to do with them. If
they're small and don't change very often, the database seems like a
good idea.
Having the images in your database gives you more information about
them and how to use them, since they can then be linked to other
tables.
On the other hand, if the images are huge and frequently change, your
database server might get bogged down by the transfer overhead.
If you're not sure, you can always try both and see which one works
better.
[Back to original message]
|