Re: Are unreferenced TOASTed values retrieved? - Mailing list pgsql-performance

From Tom Lane
Subject Re: Are unreferenced TOASTed values retrieved?
Date
Msg-id 2495.1256152355@sss.pgh.pa.us
Whole thread Raw
In response to Are unreferenced TOASTed values retrieved?  (William Blunn <bill+postgresql@blunn.org>)
List pgsql-performance
William Blunn <bill+postgresql@blunn.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

pgsql-performance by date:

Previous
From: Tom Lane
Date:
Subject: Re: Random penalties on GIN index updates?
Next
From: Scott Marlowe
Date:
Subject: Re: There is a statistic table?