Re: File To Blob Corruption

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Nov 16, 2009 at 8:05 AM, tedd <tedd.sperling@xxxxxxxxx> wrote:
> At 10:17 AM +0000 11/15/09, Ashley Sheridan wrote:
>>
>> Like someone mentioned on the link you posted; storing the images in the
>> database does offer a layer of security, as database access is far
>> easier to control than file access.
>>
>> Thanks,
>> Ash
>> http://www.ashleysheridan.co.uk
>
> It also offers ease of moving, You don't have to move both database and file
> system to a different server, just the database. Additionally, the file
> paths are always correct -- just reference the database. So, there are
> upsides to storing images in a database.
>
> I haven't read a single MySQL/PHP book (dozens) that claims storing images
> in a database is a bad idea.
>
> Cheers,
>
> tedd
> --
> -------
> http://sperling.com  http://ancientstones.com  http://earthstones.com
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

Well, I can tell you that mysql really starts to have issues when the
image table gets up to around 12Gb in size. And if you look at larger
DBs like oracle the like, internally they store a pointer in the table
and the image elsewhere.

-- 

Bastien

Cat, the other other white meat

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



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux