Postgres Hanging on Inserts

Поиск
Список
Период
Сортировка
От Adam Kavan
Тема Postgres Hanging on Inserts
Дата
Msg-id 20030729235004.UVEQ7142.lakemtao01.cox.net@smtp.east.cox.net
обсуждение исходный текст
Ответы Re: Postgres Hanging on Inserts  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
My application involves inserting new records into a table and altering a record in another table in a postgres
databaseversion 7.3.3 several times a second .  Each instance of my application inserts into the same table and changes
adifferent row of the updating table. 

My problem is that on occasion (from several minuets to several hours) all of my inserts will stop and will ps -ef
tellsme that they are waiting for something.  I have waited several hours and they have never stopped waiting. 

I looked into pg_locks and they are all waiting to get an exclusive lock on the same relation.  Is there anyway for me
totell what this relation is?  Does anyone know what it could be and how I can fix this problem? 

--- Adam Kavan
--- American Amuesments
--- akavan@cox.net
--- 402-499-5145


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

Предыдущее
От: Gogulus
Дата:
Сообщение: Re: Basic questions before start
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Using YY-MM-DD date input