Re: 7.0.3(nofsync) vs 7.1

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 7.0.3(nofsync) vs 7.1
Дата
Msg-id 9343.976320878@sss.pgh.pa.us
обсуждение исходный текст
Ответ на 7.0.3(nofsync) vs 7.1  ("Mikheev, Vadim" <vmikheev@SECTORBASE.COM>)
Список pgsql-hackers
"Mikheev, Vadim" <vmikheev@SECTORBASE.COM> writes:
> So, I've run simple test (below) to check this. Seems that 7.1
> is faster than 7.0.3 (nofsync), and that SELECT FOR UPDATE in RI
> triggers is quite bad for performance.
> Also, we should add new TODO item: implement dirty reads
> and use them in RI triggers.

That would fix RI triggers, I guess, but what about plain SELECT FOR
UPDATE being used by applications?

Why exactly is SELECT FOR UPDATE such a performance problem for 7.1,
anyway?  I wouldn't have thought it'd be a big deal...
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Hash index on macaddr -> crash
Следующее
От: Barry Lind
Дата:
Сообщение: Bug in index scans with Locale support enabled