Re: WIP: explain analyze with 'rows' but not timing - Mailing list pgsql-hackers

From Tomas Vondra
Subject Re: WIP: explain analyze with 'rows' but not timing
Date
Msg-id 4EF51402.7050803@fuzzy.cz
Whole thread Raw
In response to Re: WIP: explain analyze with 'rows' but not timing  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-hackers
Dne 23.12.2011 22:37, Pavel Stehule napsal(a):
> 2011/12/23 Tom Lane<tgl@sss.pgh.pa.us>:
>> Tomas Vondra<tv@fuzzy.cz>  writes:
>>> The motivation for this patch was that collection timing data often
>>> causes performance issues and in some cases it's not needed. But is this
>>> true for row counts?
>>
>> Perhaps more to the point, is there a use case for collecting timing
>> data without row counts?  I find it hard to visualize a valid reason.
>
> yes - a searching of bad prediction

But that's the purpose of collecting row counts without timing data.

TL is asking about the opposite case - collecting timing data without 
row counts. I can't imagine such use case ...

Tomas


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: WIP: explain analyze with 'rows' but not timing
Next
From: Tom Lane
Date:
Subject: Representation of index clause lists