Re: planner/optimizer question

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: planner/optimizer question
Дата
Msg-id 17898.1083280669@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: planner/optimizer question  (Josh Berkus <josh@agliodbs.com>)
Ответы Re: planner/optimizer question  ("Gary Doades" <gpd@gpdnet.co.uk>)
Список pgsql-performance
Josh Berkus <josh@agliodbs.com> writes:
> Certainly the fact that MSSQL is essentially a single-user database makes
> things easier for them.

Our recent testing (cf the "Xeon" thread) says that the interlocking we
do to make the world safe for multiple backends has a fairly high cost
(at least on some hardware) compared to the rest of the work in
scenarios where you are doing zero-I/O scans of data already in memory.
Especially so for index scans.  I'm not sure this completely explains
the differential that Gary is complaining about, but it could be part of
it.  Is it really true that MSSQL doesn't support concurrent operations?

            regards, tom lane

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

Предыдущее
От: Joseph Shraibman
Дата:
Сообщение: Insert only tables and vacuum performance
Следующее
От: Joseph Shraibman
Дата:
Сообщение: Re: Insert only tables and vacuum performance