Re: [HACKERS] What can we learn from MySQL?

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: [HACKERS] What can we learn from MySQL?
Дата
Msg-id 6EE64EF3AB31D5448D0007DD34EEB34101ADE4@Herge.rcsinc.local
обсуждение исходный текст
Список pgsql-advocacy
Correction:
> For the record:
> PostgreSQL currently has row level locking: locks are acquired by
writing
> to the data and released by committing/rolling back a transaction.
What
> makes this different from traditional 'library book model' locking
systems
> is that writers do not block writers, only other readers.  Basically,
the

last sentence is backwards: writers block writers, not readers

Merlin

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

Предыдущее
От: "Merlin Moncure"
Дата:
Сообщение: Re: [HACKERS] What can we learn from MySQL?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] What can we learn from MySQL?