Re: Patch to show individual statement latencies in pgbench output - Mailing list pgsql-hackers

From Greg Smith
Subject Re: Patch to show individual statement latencies in pgbench output
Date
Msg-id 4C64903A.4000405@2ndquadrant.com
Whole thread Raw
In response to Re: Patch to show individual statement latencies in pgbench output  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:
> It could be fixed with enough effort, by having the child threads pass
> back their numbers through the child-to-parent pipes.  I'm not
> interested in doing that myself though.
>   

That does seem an improvement with a very limited user base it's 
applicable to.  Probably the next useful improvement to this feature is 
to get per-statement data into the latency log files if requested.  If 
this issue gets in the way there somehow, maybe it's worth squashing 
then.  I don't think it will though.

-- 
Greg Smith  2ndQuadrant US  Baltimore, MD
PostgreSQL Training, Services and Support
greg@2ndQuadrant.com   www.2ndQuadrant.us



pgsql-hackers by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: including backend ID in relpath of temp rels -updated patch
Next
From: Robert Haas
Date:
Subject: Re: RecordTransactionCommit() and SharedInvalidationMessages