Re: what does pg_activity mean when the database is stuck?

Поиск
Список
Период
Сортировка
От Jeff Janes
Тема Re: what does pg_activity mean when the database is stuck?
Дата
Msg-id CAMkU=1xysMXbikapfSprH_m=RFKp+sRcYwAeA9s2D5kZm7C86w@mail.gmail.com
обсуждение исходный текст
Ответ на what does pg_activity mean when the database is stuck?  (Si Chen <sichen@opensourcestrategies.com>)
Ответы Re: what does pg_activity mean when the database is stuck?
Список pgsql-general
On Wed, Jun 11, 2014 at 8:59 AM, Si Chen <sichen@opensourcestrategies.com> wrote:
I have a problem where postgresql 9.3 got stuck, and the number of postgresql processes increased from about 15 to 225 in 10 minutes.

I ran the query:
select pid, query_start, waiting, state, query from pg_stat_activity order by query_start;

But it showed mostly select statements -- all of them the same one, with a couple of joins.  They are not in a waiting state but have been running for over 2 hours.  

I also checked for locks with the query on

But it returned no locked tables.

So what does this mean?  Is the select query getting stuck?  

Do you have a huge chunk of newly insert, not yet committed, rows?  This sounds like the issue where all of the processes fight with each other over the right to check uncommitted rows in order to verify that they are actually uncommitted.

Cheers,

Jeff

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

Предыдущее
От: boca2608
Дата:
Сообщение: Cannot start Postgresql 9.3 as a service in Windows 2012 Server with a domain account
Следующее
От: Raymond O'Donnell
Дата:
Сообщение: Re: Cannot start Postgresql 9.3 as a service in Windows 2012 Server with a domain account