Re: [HACKERS] Hints proposal - Mailing list pgsql-performance

From Gregory Stark
Subject Re: [HACKERS] Hints proposal
Date
Msg-id 87odsg17uy.fsf@enterprisedb.com
Whole thread Raw
In response to Re: [HACKERS] Hints proposal  (Josh Berkus <josh@agliodbs.com>)
List pgsql-performance
Josh Berkus <josh@agliodbs.com> writes:

>> > I actually think the way to attack this issue is to discuss the kinds
>> > of errors the planner makes, and what tweaks we could do to correct
>> > them. Here's the ones I'm aware of:
>> >
>> > -- Incorrect selectivity of WHERE clause
>> > -- Incorrect selectivity of JOIN
>> > -- Wrong estimate of rows returned from SRF
>> > -- Incorrect cost estimate for index use
>> >
>> > Can you think of any others?

 -- Incorrect estimate for result of DISTINCT or GROUP BY.

--
  Gregory Stark
  EnterpriseDB          http://www.enterprisedb.com

pgsql-performance by date:

Previous
From: "Zeugswetter Andreas ADI SD"
Date:
Subject: Re: [HACKERS] Hints proposal
Next
From: "Mischa Sandberg"
Date:
Subject: Re: [HACKERS] Hints proposal