View Single Post

   
  #3 (permalink)  
Old 02-27-2008, 09:33 PM
DreamWerx
 
Posts: n/a
Default Re: storing images in the database

I've stored millions of images/files in mysql with minimal performance
hit, performance loss is mostly based on your storage implementation.

Checkout this article:
http://www.dreamwerx.net/phpforum/?id=1

On 10/11/06, Greg Donald <gdonald@gmail.com> wrote:
> On 10/10/06, Rodney Courtis <rcourtis@ihug.co.nz> wrote:
> > I want to store jpeg images in a mysql database from php in the form of 'blob' types.
> > Is this possible and can you detail for me the steps to achieve this?

>
> For a nice size performance hit, yup:
>
> http://www.zend.com/zend/trick/trick...1&anc=0&view=1
>
>
> --
> Greg Donald
> http://destiney.com/
>
> --
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe: http://lists.mysql.com/mysql?unsub=dreamwerx@gmail.com
>
>

Reply With Quote