Re: [PHP] blob versus file

2002-07-01 Thread Mirza Muharemagic
Hi andy, i tested it a few times, and there is actually no difference. why make it complicated, when it can be simple. my opinion is there is no difference. Mirza [EMAIL PROTECTED] 01.07.2002 14:17 Hi there, I am wondering if anybody has experiance in saving images to

[PHP] blob versus file

2002-07-01 Thread andy
Hi there, I am wondering if anybody has experiance in saving images to blob in mysql. 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

RE: [PHP] blob versus file

2002-07-01 Thread Lazor, Ed
What are the specs on your system? I'm wondering how much over-all system performance is effecting your results. For example, if you have limited amounts of ram, storing blobs in a database may end up being slower than the local file system. -Original Message- I thought the performance