Re: remove BufferBlockPointers for speed and space - Mailing list pgsql-patches

From Gavin Sherry
Subject Re: remove BufferBlockPointers for speed and space
Date
Msg-id Pine.LNX.4.58.0508112239500.2131@linuxworld.com.au
Whole thread Raw
In response to Re: remove BufferBlockPointers for speed and space  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: remove BufferBlockPointers for speed and space
List 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 by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: remove BufferBlockPointers for speed and space
Next
From: Andrew Dunstan
Date:
Subject: Re: remove BufferBlockPointers for speed and space