Re: A couple of p.tches for PostgreSQL 64bit support

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: A couple of p.tches for PostgreSQL 64bit support
Дата
Msg-id 20050707171120.GB10035@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: A couple of patches for PostgreSQL 64bit support  (Hans-Jürgen Schönig <postgres@cybertec.at>)
Список pgsql-patches
On Thu, Jul 07, 2005 at 06:23:40PM +0200, Hans-Jürgen Schönig wrote:
> Tom Lane wrote:
> >Koichi Suzuki <koichi@intellilink.co.jp> writes:
> >
> >>Here're a couple of patches for PostgreSQL 64bit support.  There're just
> >>two extension to 64bit, size of shared memory and transaction ID.
> >
> >
> >I asked originally for some experimental evidence showing any value
> >in having more than 2Gb of shared buffers.  In the absence of any
> >convincing demonstration, I'm not very inclined to worry about whether
> >we can handle wider-than-int shared memory size.
>
> There is some practical evidence. Recently the number of large boxes in
> the field is almost growing exponentially. Today I have heard somebody
> say "this box has 'just 4 gig of ram' ".

Yes, but the point is if it's a good idea to have that many shared
buffers.  Is there a measurable difference between that, and leaving the
extra memory for the kernel to manage cache?  Remember that there have
been measurements that showed, for previous releases, that having shared
buffers set too high was detrimental to performance.  So the first thing
to do is present results showing that this is no longer true.

This could very well be the case, because of the rewriting of the buffer
manager.

--
Alvaro Herrera (<alvherre[a]alvh.no-ip.org>)
"El destino baraja y nosotros jugamos" (A. Schopenhauer)

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

Предыдущее
От: Hans-Jürgen Schönig
Дата:
Сообщение: Re: A couple of patches for PostgreSQL 64bit support
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Dependencies on shared objects