Re: Occasional timeouts on TRUNCATE and simple INSERTs

Поиск
Список
Период
Сортировка
От Osborn, Jeff
Тема Re: Occasional timeouts on TRUNCATE and simple INSERTs
Дата
Msg-id 4FDD5EF4-9693-443B-A721-624B0291BB20@akamai.com
обсуждение исходный текст
Ответ на Re: Occasional timeouts on TRUNCATE and simple INSERTs  ("Osborn, Jeff" <jeosborn@akamai.com>)
Список 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
>


Вложения

В списке pgsql-performance по дате отправления:

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Slow queries after vacuum analyze
Следующее
От: AI Rumman
Дата:
Сообщение: Why does the number of rows are different in actual and estimated.