BUG #2631: database locking problem

Поиск
Список
Период
Сортировка
От Ross Elliott
Тема BUG #2631: database locking problem
Дата
Msg-id 200609162212.k8GMCOUi031298@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #2631: database locking problem  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      2631
Logged by:          Ross Elliott
Email address:      ross.elliott@infoterra-global.com
PostgreSQL version: 8.1.4
Operating system:   Red Hat  AS 4
Description:        database locking problem
Details:

I have a dataset of aprox 650 million rows that I load into 5 spatial
(PostGIS) tables using 9 client machines (via JDBC). On 8.1.3 this all works
fine but on 8.1.4 it will fail with just three clients loading the data. The
database will lock up, the process list shows the clients  performing an
INSERT, the postgres locks show each client having an exclusive row lock and
these locks seem to move about, that is it would seem to be working, except
that nothing is being inserted, I've left the system in this state for over
a day just to make sure. So, what happened between 8.1.3 and 8.1.4 that may
have affected locking?

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #2629: libpq - Cannot deallocate prepared statement created with PQprepare()
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #2631: database locking problem