Re: Need feedback on possible new feature

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Martijn van Oosterhout <kleptog(at)svana(dot)org>
Cc: Postgresql General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Need feedback on possible new feature
Date: 2001-07-14 16:00:29
Message-ID: 22213.995126429@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Martijn van Oosterhout <kleptog(at)svana(dot)org> writes:
> Whether it's useful for anyone else is a question, but anyway, it makes an
> explain type output like:

So the assumption is that you'd actually *do* the query, then report
back the plan tree plus measured statistics? Interesting thought.
But how will you separate time for parent and child plan nodes?
AFAICS, every plan node will show essentially the same elapsed time
from start to finish, if you are going to just record wall-clock time
at node startup and shutdown.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message tom 2001-07-14 16:10:38 RE: Nusphere/MySQL-AB arguing
Previous Message Thomas Lockhart 2001-07-14 15:16:42 Re: Nusphere/MySQL-AB arguing