Re: Caching by Postgres - Mailing list pgsql-performance

From Thomas Ganss
Subject Re: Caching by Postgres
Date
Msg-id dekdcc$or1$02$1@news.t-online.com
Whole thread Raw
In response to Re: Caching by Postgres  (mark@mark.mielke.cc)
List pgsql-performance
> The first, to always remember - is that the move from 64-bits to
> 32-bits doesn't come for free. In a real 64-bit system with a
> 64-bit operating system, and 64-bit applications, pointers are
> now double their 32-bit size. This means more bytes to copy around
> memory, and in an extreme case, has the potential to approach
> halfing both the memory latency to access many such pointers from
> RAM, and half the effective amount of RAM. In real world cases,
> not everything is a pointer, so this sort of performance degradation
> is doubtful - but it is something to keep in mind.
>
In addition to the above it lessens the effects of the CPU cache, so be
sure to take the larger cached versions if you have structures needing
to fit into the cache...

my 0.02 EUR

thomas

pgsql-performance by date:

Previous
From: Greg Stark
Date:
Subject: Re: Limit + group + join
Next
From: "tobbe"
Date:
Subject: Performance for relative large DB