I have database items that have 2 external resources: A.) images and B.) HTML files.
Should these be stored as columns in the DB, or should the DB just hold pointers to the filesystem?
What are the pros and cons of each approach?
HTML files are about 200k per item, and Images are about 200k per item (5 - 10 pics or so max)
Thanks.