Re: [HACKERS] Query Progress Estimator

2005-10-24 Thread Simon Riggs
On Sun, 2005-10-23 at 02:04 +0530, Anuj Tripathi wrote: > Hi > I am trying to implement Query Progress estimator in postgres for > queries with long run time.I am looking for info regarding the number of > tuples already processsed by a running query . > I would be very thankful if someone can su

Re: [HACKERS] Query Progress Estimator

2005-10-22 Thread Martijn van Oosterhout
On Sun, Oct 23, 2005 at 02:04:02AM +0530, Anuj Tripathi wrote: > Hi > I am trying to implement Query Progress estimator in postgres for > queries with long run time.I am looking for info regarding the number of > tuples already processsed by a running query . > I would be very thankful if someone

[HACKERS] Query Progress Estimator

2005-10-22 Thread Anuj Tripathi
Hi I am trying to implement Query Progress estimator in postgres for queries with long run time.I am looking for info regarding the number of tuples already processsed by a running query . I would be very thankful if someone can suggest where can i find it or the data structure that holds the v

[HACKERS] Query Progress Estimator

2005-10-22 Thread Anuj Tripathi
Hi I am trying to implement Query Progress estimator in postgres for queries with long run time.I am looking for info regarding the number of tuples already processsed by a running query . I would be very thankful if someone can suggest where can i find it or the data structure that holds the v