Re: Physical sites handling large data

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Physical sites handling large data
Дата
Msg-id 28735.1032102076@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Physical sites handling large data  ("Shridhar Daithankar" <shridhar_daithankar@persistent.co.in>)
Ответы Re: Physical sites handling large data  (Ericson Smith <eric@did-it.com>)
Список pgsql-general
"Shridhar Daithankar" <shridhar_daithankar@persistent.co.in> writes:
> On this topic, say I decide to devote 8GB to postgres that means 1048576
> buffers for 8K page size. Need I push available number of shared memory
> segments beyond this value? Can I tweak size of page? If I can would it help
> for such an installation?

I do not believe you can push the shared memory size past 2GB, or about
250K buffers, because the size calculations for it are done in "int"
arithmetic.  Of course, this could be fixed if anyone cared to do the
legwork.  I doubt there's much point in worrying about it though.
A larger memory is still usable, it's just that the rest of it will be
used in the form of kernel-level disk cache not Postgres buffers.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: bigint datatype accepting floating numbers
Следующее
От: Shridhar Daithankar
Дата:
Сообщение: Re: user defined data types - help