Re: automatic table locking on too many locked records?

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: automatic table locking on too many locked records?
Дата
Msg-id 41EFE3CC.8040303@archonet.com
обсуждение исходный текст
Ответ на automatic table locking on too many locked records?  (KÖPFERL Robert <robert.koepferl@sonorys.at>)
Список pgsql-sql
KÖPFERL Robert wrote:
> Hi all and Michael.
> 
> An MS-SQL experienced developer warned me that on MS-SQLsvr a whole table
> gets locked if a certain percentage or amount of records are locked due to
> an update. And then shortly nothing goes.
> Does there exist a similar behaviour on pgSQL? Get tables locked if too many
> records are beein updated? Or something elses?

PostgreSQL's MVCC system means updates generally don't lock at all. For 
more info, Google for MVCC and check the manual for Transaction 
Isolation Levels.

--   Richard Huxton  Archonet Ltd


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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: OFFSET impact on Performance???
Следующее
От: "Joel Fradkin"
Дата:
Сообщение: Re: ERROR: row is too big: size 9856, maximum size 8136