Re: Occasional timeouts on TRUNCATE and simple INSERTs - Mailing list pgsql-performance

From Osborn, Jeff
Subject Re: Occasional timeouts on TRUNCATE and simple INSERTs
Date
Msg-id 4FDD5EF4-9693-443B-A721-624B0291BB20@akamai.com
Whole thread Raw
In response to Re: Occasional timeouts on TRUNCATE and simple INSERTs  ("Osborn, Jeff" <jeosborn@akamai.com>)
List pgsql-performance
You all were right.  The time-outs for TRUNCATE were due to a rogue pg_dump.  And the issue with the inserts was due to
anunrelated code change.   

Thanks for your help!

--Jeff O

On Dec 11, 2012, at 5:34 PM, Osborn, Jeff wrote:

> Yeah I've been running a cron pulling relevant info from pg_stat_activity.  Haven't seen anything yet.  Currently
lookinginto the pg_dump situation. 
>
> --Jeff O
>
> On Dec 11, 2012, at 5:16 PM, Merlin Moncure wrote:
>
>> On Tue, Dec 11, 2012 at 3:38 PM, Sergey Konoplev <gray.ru@gmail.com> wrote:
>>
>> Yeah: absolute first thing to check is if your statements are being
>> blocked -- you can get that via pg_stat_activity from another session.
>> It's a completely different beast if that's the case.
>>
>> merlin
>


Attachment

pgsql-performance by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: Slow queries after vacuum analyze
Next
From: AI Rumman
Date:
Subject: Why does the number of rows are different in actual and estimated.