Re: FW: Advice: Where could I be of help? - Mailing list pgsql-hackers

From Jeff Davis
Subject Re: FW: Advice: Where could I be of help?
Date
Msg-id 200210022024.13067.list-pgsql-hackers@empires.org
Whole thread Raw
In response to FW: Advice: Where could I be of help?  ("Curtis Faith" <curtis@galtair.com>)
List pgsql-hackers
> Based on past experience, from a bang-for-buck perspective, I'd probably do
> this in the numerical order. What do you think? I know what I like and can
> do but I don't really know enough about PostgreSQL's performance weaknesses
> yet.
>
> What are we getting killed on?
>

I'm not a developer, but one thing I see come up occasionally around here are 
planner issues. Sometimes people get really hammered by the planner choices, 
and aren't provided a very good way to tune it. If you were able to eliminate 
some worst-case-scenario type situations, that would make the few people who 
are having problems very happy (I remember one thread in particular seemed 
nasty). If I remember correctly, some developers don't much like the idea of 
query hints, and I don't blame them, so you might want to run your ideas by 
them first.

Also, this kind of modification might require significant additions to the 
statistics system. The planner might be smart, but if it doesn't have any 
more information you might not be able to get any more out of it. Autovacuum 
might help with that as well (i.e. the info will be more up to date).

Regards,Jeff Davis








pgsql-hackers by date:

Previous
From: "Curtis Faith"
Date:
Subject: FW: Advice: Where could I be of help?
Next
From: Tom Lane
Date:
Subject: Re: v7.2.3 - tag'd, packaged ... need it checked ...