From: "sabrina lal" <sabrina_lal2300(at)hotmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject:
Date: 2003-10-13 01:40:28
Message-ID: Law10-F30LpgTFur2iz00001c51@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello

I am new to development on postgreSQL. I and my collegues are working on
mechanisms for query rewriting, containment and view set selections and we
have chosen postgreSQL to work with.

I found out that the debug levels and EXPLAIN command lets you know the
selection made at each step of the query execution. I wanted to know if
there was or there can be a way to find out what query paths are considered
while forming the query execution plan.

PostgreSQL documentation mentions that dynamic programming is used to
evaluate different plans and reloptinfo stores details on each
basic/intermediate relation. So does that mean that each cell of the dp
matrix corresponds to one reloptinfo structure.

Do give your input on these issues.

thanks

sabrina

_________________________________________________________________
Get MSN 8 Dial-up Internet Service FREE for one month. Limited time offer--
sign up now! http://join.msn.com/?page=dept/dialup

Responses

  • Re: at 2003-10-13 04:48:18 from Tom Lane

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2003-10-13 01:54:49 Re: Heading to final release
Previous Message Andrew Dunstan 2003-10-13 00:39:27 Re: fix for strict-alias warnings