Table Column Retrieval - Mailing list pgsql-general

From dmp
Subject Table Column Retrieval
Date
Msg-id op.u8j58vcc31pqp0@bindy.dandymade.net
Whole thread Raw
Responses Re: Table Column Retrieval  (Joshua Tolley <eggyknap@gmail.com>)
List pgsql-general
Recently I read that one of the distinctions between a standard database
and
a columnar one, which led to an increase in its efficiency, was and I
quote:

"Only relevant columns are retrieved (A row-wise database would pull
all columns and typically discard 80-95% of them)"

Is this true of PostgreSQL? That eventhough my query does not call for a
column it is still pulled from the table row(s). I know that my client via
the JDBC does not contain the data in the ResultSet for the column, because
of the packet monitoring I have done on queries.

danap

pgsql-general by date:

Previous
From: Joe Conway
Date:
Subject: Anyone interested in a San Diego Postgres Users Group (SD-PUG)?
Next
From: Joshua Tolley
Date:
Subject: Re: Table Column Retrieval