planner document?

Started by laserover 17 years ago2 messages
#1laser
laserlist@pgsqldb.com

Hi,

we recently try to build a costumer index type around 8.3, for now
want to teach
planner to pick up specific index for our query, so we'd like to use
some document
about how a query tree trun into different query plan and how to
decide which one
to use. Is there any document about that? Any hints will be great
appreciated!

thanks and best regards

-laser

#2Jeff Davis
pgsql@j-davis.com
In reply to: laser (#1)
Re: planner document?

On Mon, 2008-06-16 at 08:59 +0800, laser wrote:

Hi,

we recently try to build a costumer index type around 8.3, for now
want to teach
planner to pick up specific index for our query, so we'd like to use
some document
about how a query tree trun into different query plan and how to
decide which one
to use. Is there any document about that? Any hints will be great
appreciated!

In the PostgreSQL source:

src/backend/optimizer/README

Regards,
Jeff Davis