[please honor my mail-followup-to header]

At a certain time, now past, Dana Diederich spake thusly:
> Out of curiosity, why would you recommend not putting images into a DB?
> I've had a lot of success doing that sort of thing.
> 
> Cheers.
> -Dana

I never said it wouldn't work, but you need to consider the pros and cons of
such a design.  If you've got to run a query for an image, then that query
is ran for *every* page load [i.e. no caching in the browser].  Increase
this by several images on a page and you'll start to get an idea.  If your
images are very small, it's probably not a big deal...but for larger images,
the filesystem may prove faster.

       ~elh
-- 
Eric L. Howard           e l h @ o u t r e a c h n e t w o r k s . c o m
------------------------------------------------------------------------
www.OutreachNetworks.com                                    313.297.9900
------------------------------------------------------------------------
                    Advocate of the Theocratic Rule

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to