Re: Are unreferenced TOASTed values retrieved?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: William Blunn <bill+postgresql(at)blunn(dot)org>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Are unreferenced TOASTed values retrieved?
Date: 2009-10-21 19:12:35
Message-ID: 2495.1256152355@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

William Blunn <bill+postgresql(at)blunn(dot)org> writes:
> Will the query engine retrieve the entire row (including 10 megabytes of
> out-of-line TOASTed data) for every row, and then pick out column
> "name", and take an age to do so,

No. That's pretty much the whole point of the TOAST mechanism;
out-of-line values are not fetched unless actually needed. See
http://developer.postgresql.org/pgdocs/postgres/storage-toast.html

regards, tom lane

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Scott Marlowe 2009-10-21 22:06:10 Re: There is a statistic table?
Previous Message Tom Lane 2009-10-21 18:35:15 Re: Random penalties on GIN index updates?