Clients are technically our pgbouncer which is on the same machine. The explain analyze was local through psql direct to postgresql.
On Wednesday, February 6, 2013 at 11:22 AM, Kevin Grittner wrote:
Will Platnick <wplatnick@xxxxxxxxx> wrote:Will Platnick <wplatnick@xxxxxxxxx> wrote:The only thing that stands out is: on your production server I see"Total runtime: 7.515 ms", but the top node in EXPLAIN ANAYZE showsactual time as 0.179 ms. Not sure where that additional time is beingspent though. It could be ExecutorStart/End, but have no idea why theyshould take so long.Any ideas on how to troubleshoot this delay?Is the client which is running the query on the same machine as theserver? If not, what's the ping time between them?-Kevin