Re: Deadlocks in 7.4.x ...

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: Deadlocks in 7.4.x ...
Дата
Msg-id 42928923.8090802@familyhealth.com.au
обсуждение исходный текст
Ответ на Deadlocks in 7.4.x ...  ("Marc G. Fournier" <scrappy@postgresql.org>)
Список pgsql-hackers
> I haven't had much experience (okay, I've yet to use it) with tsearch2, 
> but according to 
> http://www.postgresql.org/docs/8.0/interactive/limitations.html, GiST 
> does have concurrency issues "The current implementation of GiST within 
> PostgreSQL has some major limitations: GiST access is not concurrent"
> 
> Could this be what we are experiencing?

All GiST indexes allow only 1 writer at a time.  Dunno if that's causing 
your headaches.  The other thing that causes deadlocks is using foreign 
keys...

Chris


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

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Speeding up the Postgres lexer
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Speeding up the Postgres lexer