one column from huge view - Mailing list pgsql-performance

From Marcin Stępnicki
Subject one column from huge view
Date
Msg-id f74p19$1gb$1@sea.gmane.org
Whole thread Raw
Responses Re: one column from huge view
List pgsql-performance
Hello.

I've googled a bit but I think I can't match the keywords, so I thought
I'll ask here:

Let's say I've got a view with 100 columns and 1mln rows; some of them are
calculated "on the fly". For some reason I want only one column from
this view:

select col1 from huge_view;

Now, does PostgreSQL skip all the calculations from other columns and
executes this query faster then select * from huge_view?

--
| And Do What You Will be the challenge | http://apcoln.linuxpl.org
|    So be it in love that harms none   | http://biznes.linux.pl
|   For this is the only commandment.   | http://www.juanperon.info
`---*  JID: Aragorn_Vime@jabber.org *---' http://www.naszedzieci.org

pgsql-performance by date:

Previous
From: Adriaan van Os
Date:
Subject: Re: TRUNCATE TABLE
Next
From: Heikki Linnakangas
Date:
Subject: Re: one column from huge view