Re: MySQL+InnoDB vs. PostgreSQL test?

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: MySQL+InnoDB vs. PostgreSQL test?
Дата
Msg-id 401F3729.9010202@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: MySQL+InnoDB vs. PostgreSQL test?  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-advocacy
>>Um, wrong.   We don't lock rows for SELECT.
>
> Unless you meant something else?   Am I not following you?

I mean row level shared read lock.  eg. a lock that says, you can read
but you cannot delete.

It's what postgres needs to alleviate its foreign key trigger deadlock
problems.

Chris


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

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