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 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 show up on the
> site. Is there a way to improve the performance, and why is this happening?
> I thought the performance might even boost after storing them to blobs.

> Thank you for any comments on that,

> Andy

> PS: I was planing to store all the other images (20 - 50 KB) to blobs as
> well (thousands) but after this first experiance I am a bit confused if the
> performance would even more suffer. Would you guys recommend this?



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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 might even boost after storing them to blobs.
 

This message is intended for the sole use of the individual and entity to
whom it is addressed, and may contain information that is privileged,
confidential and exempt from disclosure under applicable law.  If you are
not the intended addressee, nor authorized to receive for the intended
addressee, you are hereby notified that you may not use, copy, disclose or
distribute to anyone the message or any information contained in the
message.  If you have received this message in error, please immediately
advise the sender by reply email and delete the message.  Thank you very
much.   

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php