Re: Caching by Postgres

Поиск
Список
Период
Сортировка
От Thomas Ganss
Тема Re: Caching by Postgres
Дата
Msg-id dekdcc$or1$02$1@news.t-online.com
обсуждение исходный текст
Ответ на Re: Caching by Postgres  (mark@mark.mielke.cc)
Список 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 по дате отправления:

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: Limit + group + join
Следующее
От: "tobbe"
Дата:
Сообщение: Performance for relative large DB