Locking: PostgreSQL Vs. Oracle

Поиск
Список
Период
Сортировка
От HEMPLEMAN Matthew
Тема Locking: PostgreSQL Vs. Oracle
Дата
Msg-id 8538b4e2251545379a2e081f68f2b53d@DB4PR48MB0124.041d.mgd.msft.net
обсуждение исходный текст
Ответы Re: Locking: PostgreSQL Vs. Oracle
Re: Locking: PostgreSQL Vs. Oracle
Список pgsql-admin

Hi all,

 

I’m in the process of migrating a web application from Oracle to PostgreSQL and, after quite a few headaches, it’s almost there.  The last step (I hope) is getting to the bottom of an intermittent locking issue I see when I run integration tests.  Most of the time, all tests are passing, but occasionally a test will fail with a stale state exception.  Another developer ran a few IT tests and said one run stalled and never finished.  Based on a cursory look at the internal PG tables, he said it looked like too many tables were locked due locks propagating out via foreign keys.  I’m not sure how this could be possible.

 

I’ve been looking into the differences between PostgreSQL and Oracle locking behavior, but nothing has jumped out at me so far.  I’m not a dba so hopefully I’m missing something obvious.  Any advice would be greatly appreciated!  Thanks.

 

 

Additional information;

 

Isolation Level:  read committed for both dbs

JBoss 6.1 eap

PostgreSQL 9.4

Hibernate 3.64



CONFIDENTIALITY : This e-mail and any attachments are confidential and may be privileged. If you are not a named recipient, please notify the sender immediately and do not disclose the contents to another person, use it for any purpose or store or copy the information in any medium.

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

Предыдущее
От: Scott Mead
Дата:
Сообщение: Re: method of encrypting backups
Следующее
От: Scott Mead
Дата:
Сообщение: Re: Locking: PostgreSQL Vs. Oracle