Re: Large objects system

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Large objects system
Date: 2013-10-04 08:02:43
Message-ID: 524E7623.9010205@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 10/3/2013 2:22 AM, Rafael B.C. wrote:
> 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.

a tuple can't expand over ONE database page, and generally it prefers
packing several to many tuples per page.

any bytea field over a few bytes should be getting toasted.

--
john r pierce 37N 122W
somewhere on the middle of the left coast

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Simeó Reig 2013-10-04 08:16:00 Re: pgbench
Previous Message Albe Laurenz 2013-10-04 07:52:30 Re: Large objects system