Re: SELECT Query on DB table preventing inserts - Mailing list pgsql-general

From Dan Scott
Subject Re: SELECT Query on DB table preventing inserts
Date
Msg-id CANQKhhnkcBFx_QJrKaBuuPoLfvQwSVM-VrpU4C2JUWMh-KRvAw@mail.gmail.com
Whole thread Raw
In response to Re: SELECT Query on DB table preventing inserts  ("Daniel Verite" <daniel@manitou-mail.org>)
Responses Re: SELECT Query on DB table preventing inserts  ("Tomas Vondra" <tv@fuzzy.cz>)
List pgsql-general
On Tue, Aug 30, 2011 at 13:52, Daniel Verite <daniel@manitou-mail.org> wrote:
>        Dan Scott wrote:
>
>> the insert process is unable to insert new rows into the database
>
> You should probably provide the error message on insert or otherwise describe
> how it's not working. Normally reading does not unintentionally prevent
> writing in a concurrent session.

I've investigated a little further and it seems that they don't really
'fail'. Just start taking significantly longer to insert, and the
messages start backing up and eventually stop being sent because
they're not being acknowledged. I can see a few "WARNING:  pgstat wait
timeout" messages around the time that this is happening in the
syslog.

Thanks,

Dan

pgsql-general by date:

Previous
From: Thomas Kellerer
Date:
Subject: Re: ERD Tool
Next
From: Dan Scott
Date:
Subject: Re: SELECT Query on DB table preventing inserts