Search Postgresql Archives

Re: Storing many big files in database- should I do it?

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

 



Le 29/04/2010 18:45, Justin Graf a écrit :
> On 4/29/2010 12:07 PM, David Wall wrote:
>>
>>
>> Big downside for the DB is that all large objects appear to be stored 
>> together in pg_catalog.pg_largeobject, which seems axiomatically 
>> troubling that you know you have lots of big data, so you then store 
>> them together, and then worry about running out of 'loids'.
> Huh ???  isn't that point of using bytea or text datatypes.
> 
> I could have sworn bytea does not use large object interface it uses 
> TOAST or have i gone insane
> 

You're not insane :)

Put it another way: bytea values are not stored in the pg_largeobject
catalog.


-- 
Guillaume.
 http://www.postgresqlfr.org
 http://dalibo.com

-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux