Re: [PERFORM] MySQL+InnoDB vs. PostgreSQL test?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [PERFORM] MySQL+InnoDB vs. PostgreSQL test?
Дата
Msg-id 11250.1075781322@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: MySQL+InnoDB vs. PostgreSQL test?  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-advocacy
Josh Berkus <josh@agliodbs.com> writes:
>> Hey at least I noticed that InnoDB has one essential feature we don't:
>> SELECT ... IN SHARE MODE;
>>
>> Which does a shared lock on a row as opposed to a write lock, hence
>> avoiding nasty foreign key deadlocks...

> Um, wrong.   We don't lock rows for SELECT.

No, but Chris is correct that we could do with having some kind of
shared lock facility at the row level.

            regards, tom lane

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

Предыдущее
От: Adam Ruth
Дата:
Сообщение: Re: MySQL+InnoDB vs. PostgreSQL test?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [PERFORM] MySQL+InnoDB vs. PostgreSQL test?