Quick question - Mailing list pgsql-performance

From Josh Berkus
Subject Quick question
Date
Msg-id 200309082002.18830.josh@agliodbs.com
Whole thread Raw
Responses Re: Quick question
List pgsql-performance
Tom,

Back in the 7.0 days,

WHERE EXISTS (SELECT * FROM a WHERE condition)

was significantly slower on broad tables than

WHERE EXISTS (SELECT small_col FROM a WHERE condition)

Is this still true, or something that's been fixed in the last 3 versions?
Joe Celko is making fun of me because Oracle doesn't have this performance
issue.

--
Josh Berkus
Aglio Database Solutions
San Francisco

pgsql-performance by date:

Previous
From: Tom Lane
Date:
Subject: Re: slow plan for min/max
Next
From: Tom Lane
Date:
Subject: Re: Quick question