Re: remove BufferBlockPointers for speed and space

Поиск
Список
Период
Сортировка
От Gavin Sherry
Тема Re: remove BufferBlockPointers for speed and space
Дата
Msg-id Pine.LNX.4.58.0508112239500.2131@linuxworld.com.au
обсуждение исходный текст
Ответ на Re: remove BufferBlockPointers for speed and space  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: remove BufferBlockPointers for speed and space  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-patches
On Thu, 11 Aug 2005, Andrew Dunstan wrote:

>
>
> Gavin Sherry wrote:
>
> >>Or more than one hardware architecture (which you didn't even say what
> >>you tested...)
> >>
> >>
> >
> >Well, he tested on SunOS (!) and Linux -- I presume that's two
> >architectures.
> >
> >
>
> Sun still calls Solaris SunOs - try doing uname -s on a Solaris box (or
> look at a buildfarm solaris build info)

True. But my previous experience in university environments is that SunOS
usually refers to SunOS 2.6 -- and the performance indicates old hardware.

The thing is, compilser optimised versions of the test reveal very little
difference in performance. This may be because the compiler is very good
at optimising sequential annd predictable access to the array. Instead, we
should mimic what we see in the real world: random access.

Gavin

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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: remove BufferBlockPointers for speed and space
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: remove BufferBlockPointers for speed and space