Re: the jokes for pg concurrency write performance

Поиск
Список
Период
Сортировка
От J Sisson
Тема Re: the jokes for pg concurrency write performance
Дата
Msg-id 4297a9021002030031k773f25eu8b41c189fac488ec@mail.gmail.com
обсуждение исходный текст
Ответ на the jokes for pg concurrency write performance  (wyx6fox@sina.com)
Список pgsql-performance
2010/2/1  <wyx6fox@sina.com>:
> * joke 1: insert operation would use a excluse lock on reference row by the
> foreign key . a big big big performance killer , i think this is a stupid
> design .
>
> * joke 2: concurrency update on same row would lead to that other
> transaction must wait the earlier transaction complete , this would kill the
> concurrency performance in some long time transaction situation . a stupid
> design to ,

I hear that MySQL can work wonders in performance by bypassing the
checks you're concerned about...don't count on the data being
consistent, but by golly it'll get to the client FAAAAAAAST...

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

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: System overload / context switching / oom, 8.3
Следующее
От: Dimitri Fontaine
Дата:
Сообщение: Re: queries with subquery constraints on partitioned tables not optimized?