Re: seg fault crashed the postmaster

Поиск
Список
Период
Сортировка
От Gordon Shannon
Тема Re: seg fault crashed the postmaster
Дата
Msg-id AANLkTimV17a4C_SUuFABErBGPihgUBUScd1uRO=UZfSj@mail.gmail.com
обсуждение исходный текст
Ответ на Re: seg fault crashed the postmaster  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: seg fault crashed the postmaster  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Yes that query does take 30 or 90 secs.  I'm pretty sure it was blocking on its twin update running concurrently. However I'm not really sure how to identify what "transaction 1283585646" was.

Enclosed is the query plan -- 21000 lines

-gordon

I tried to replicate the problem here without success, which suggests to
me that maybe it's plan-dependent.  Can you show what EXPLAIN gives you
for the troublesome query?

Another point here is that your logs suggest that the query blocked
behind the previous updater of the row for a very long time --- 90 sec
in one case, 30 sec in another.  Is that the typical runtime for one of
these updates?  If not, can you identify what the blocking query was?
If it's something different from another instance of the identical
update, it'd be useful to know what.



plan.txt (2M) Download Attachment


View this message in context: Re: seg fault crashed the postmaster
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: seg fault crashed the postmaster
Следующее
От: Tom Lane
Дата:
Сообщение: Re: seg fault crashed the postmaster