using the filesystem to store the file.. *UNLESS* you are processing
the image via php for security...  the webserver can deliver an image
from the filesystem, especially with caching faster than via the db.
also, with less memory overhead.

Luis Ferro wrote:
>  From a performance wise point of view... what is preferable:
> 
> a) placing pictures in blob/text fields in binary...
> b) placing the picture name/directory in a varchar field and the picture 
> as a file in the refered directory...
> 
> What would you choose and why?

-- 
-----------------------------------------------------------------------
  Michael J. Ryan                          |      ICQ: 4935386
      tracker1(at)theroughnecks(dot)net    |  AIM/AOL: azTracker1
  Roughneck BBS:                           |    Yahoo: azTracker1
      http://www.theroughnecks.net         |      MSN: (email address)
      telnet://theroughnecks.net           | Trillian: www.trillian.cc
--- Synchronet 3.10j-Win32 NewsLink 1.30
 *  Roughneck BBS - www.theroughnecks.net - telnet://theroughnecks.net

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to