I would use filesystem if I need performance and if I don't worry about
management.
I would use database if I need to manage lots of them and if images have
attributes.

Some older databases have really poor performance when LOB is used. If it is the
case, you might want to use combination of these. (i.e. Use database for
management and use filesystem to store files)

--
Yasuo Ohgaki


""toto"" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> what's the difference between them, i mean for effectiveness and performance
> ?
>
>
> -toto-
> Imagination is more important than knowledge.
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to