Re: Discarding the resulting rows - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: Discarding the resulting rows
Date
Msg-id 4BD5B0120200002500030E1C@gw.wicourts.gov
Whole thread Raw
In response to Re: Discarding the resulting rows  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
Robert Haas <robertmhaas@gmail.com> wrote:
> On Mon, Apr 26, 2010 at 3:36 PM, Kevin Grittner
> <Kevin.Grittner@wicourts.gov> wrote:
>> "Murali M. Krishna" <murali1729@yahoo.com> wrote:
>>
>>> Basically, I would like to discard the result rows after doing
>>> all the work required to execute the query.
>>
>> I would use EXPLAIN ANALYZE SELECT ...
> 
> There's some overhead to that, of course.
Good point.  At the moment I can't think how to do better, though.
Other suggestions, anyone?
-Kevin


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: global temporary tables
Next
From: Tom Lane
Date:
Subject: Re: Discarding the resulting rows