Re: Efficient intense image resizing
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: Efficient intense image resizing

From: Tim Van Wassenhove <timvw@users.sourceforge.net>
Date: Sat Jul 30 2005 - 18:21:19 CEST

On 2005-07-30, Jim <jimyt@yahoo.com> wrote:
> Finally, has anyone had any experience storing images in a MySQL DB
> against storing in the standard file system? Much difference in
> performance?

Well, a filesystem is specialized database for storing files.
Most people choose for an in-between solution:

- Store the files in the filesystem.
- Store the paths in the database (fe: mapping virtual and real fs)

-- 
Met vriendelijke groeten,
Tim Van Wassenhove <http://timvw.madoka.be>
Received on Tue Oct 18 02:06:25 2005