Re: Large objects system - Mailing list pgsql-general

From Albe Laurenz
Subject Re: Large objects system
Date
Msg-id A737B7A37273E048B164557ADEF4A58B17C27712@ntex2010a.host.magwien.gv.at
Whole thread Raw
In response to Large objects system  ("Rafael B.C." <bcrafa@gmail.com>)
List pgsql-general
Rafael B.C. wrote:
> I am dealing with the old decision about hiw to store data objects and trying to understand deep the
> postgre system including toast, pg-largedataobject table and so on.
> 
> My real doubt right now is why bytea does not gets processed by toast system even when is grow enough.
> Since ive read that tuples are not allowed to expand over several dtabase pages.
> 
> Maybe someone has the explanaition for this behavior?

What makes you think that bytea won't get TOASTed?
It sure should.

Yours,
Laurenz Albe

pgsql-general by date:

Previous
From: Alban Hertroys
Date:
Subject: Re: pg_xlog size growing untill it fills the partition
Next
From: John R Pierce
Date:
Subject: Re: Large objects system