Plan structure

From: Anuj Tripathi <anujt(at)it(dot)iitb(dot)ac(dot)in>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Plan structure
Date: 2005-10-15 16:49:44
Message-ID: 43513328.9080403@it.iitb.ac.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi
I am trying to add a query progress indicator in postgres.Being a
novice to the code I need help on few topics.
1.Where can we keep such a progress indicator code ?
2.What is the exact structure of plan returned by the planner ?
3.Does the planner return the estimates calculated while deciding the
plan ?
4.If not , then from where can we obtain those estimates ( estimates
taken to decide the best plan ) ?
I will be very thankful if someone can throw light in these
issues and provide some related guidance

regards
Anuj

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Martijn van Oosterhout 2005-10-15 18:09:20 Re: Plan structure
Previous Message Bernd Helmle 2005-10-15 16:30:21 Re: drop if exists