Re: Fun little performance IMPROVEMENT...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Fun little performance IMPROVEMENT...
Дата
Msg-id 17636.1295639447@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Fun little performance IMPROVEMENT...  (grant@amadensor.com)
Ответы Re: Fun little performance IMPROVEMENT...  (grant@amadensor.com)
Список pgsql-performance
grant@amadensor.com writes:
> Here is the fun part.   When running 8 threads spinning calculating square
> roots (using the stress package), the full scan returned consistently 60%
> faster than the machine with no load.

Possibly the synchronized-seqscans logic kicking in, resulting in this
guy not having to do all his own I/Os.  It would be difficult to make
any trustworthy conclusions about performance in such cases from a view
of only one process's results --- you'd need to look at the aggregate
behavior to understand what's happening.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: "NOT IN" substantially slower in 9.0.2 than 8.3.13 - NOT EXISTS runs fast in both 8.3.13 and 9.0.2
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: "NOT IN" substantially slower in 9.0.2 than 8.3.13 - NOT EXISTS runs fast in both 8.3.13 and 9.0.2