Re: pl/pgsql and transaction locks

Поиск
Список
Период
Сортировка
От Marcus Whitney
Тема Re: pl/pgsql and transaction locks
Дата
Msg-id 200406071324.53601.marcus@coldfeetcreative.com
обсуждение исходный текст
Список pgsql-sql
Hello,

  I have an instance where I have a series of pl/pgsql calls, that report stat
results to a common table.  When other queries try to hit the stat table
(with DML commands; SELECT, INSERT, UPDATE, DELETE etc.) they are forced to
wait in a queue until the pl/pgsql has finished executing.  

will:

 SET TRANSACTION ISOLATION LEVEL SERIALIZABLE;

before these DML queries eliminate the locking?

--
marcus whitney

chief architect : cold feet creative

www.coldfeetcreative.com

800.595.4401
 


cold feet presents emma

email marketing for discriminating

organizations everywhere

visit www.myemma.com


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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: empty string casting to typed value
Следующее
От: Kyle
Дата:
Сообщение: Getting FK relationships from information_schema