Re: Effect of large text field data on queries - Mailing list pgsql-general

From Tom Lane
Subject Re: Effect of large text field data on queries
Date
Msg-id 25122.1161895290@sss.pgh.pa.us
Whole thread Raw
In response to Re: Effect of large text field data on queries  (Glen Parker <glenebob@nwlink.com>)
Responses Re: Effect of large text field data on queries  (Glen Parker <glenebob@nwlink.com>)
List pgsql-general
Glen Parker <glenebob@nwlink.com> writes:
> How much of a TOAST'd field is actually stored in the main heap table?
> Is there a way to configure that amount?

A pushed-out-of-line value is replaced by a 20-byte pointer structure.
There's no such thing as partially out-of-line.  See
http://www.postgresql.org/docs/8.1/static/storage-toast.html

            regards, tom lane

pgsql-general by date:

Previous
From: Alan Hodgson
Date:
Subject: Re: Effect of large text field data on queries
Next
From: km
Date:
Subject: schema 8.1.5