From: | Jeff Davis <list-pgsql-hackers(at)empires(dot)org> |
---|---|
To: | <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: FW: Advice: Where could I be of help? |
Date: | 2002-10-03 03:24:13 |
Message-ID: | 200210022024.13067.list-pgsql-hackers@empires.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-10-03 03:32:40 | Re: [HACKERS] Anyone want to assist with the translation of the |
Previous Message | Curtis Faith | 2002-10-03 03:02:05 | FW: Advice: Where could I be of help? |