[PHP] Re: blob versus file

2002-07-01 Thread Richard Lynch
I do save images with 1 K and 4 KB to blob fields while I used to save them to file. It seams to me that this is much slower accessing the files. The images take a bit (really short but absolutly noticable) to show up on the site. Is there a way to improve the performance, and why is this

[PHP] Re: blob versus file

2002-07-01 Thread Andy
that sound verry logical. It seams that most of you are absolutly sure that saving images to the OS FS is way faster than to blob in mysql. The main reason why I am trying to do so is because I would like to seperate my application from the content. Whenever I make an update of the application I