Re: hundreds of schema vs hundreds of databases

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: hundreds of schema vs hundreds of databases
Дата
Msg-id AFCCBB403D7E7A4581E48F20AF3E5DB2031291E1@EXADV1.host.magwien.gv.at
обсуждение исходный текст
Ответ на hundreds of schema vs hundreds of databases  (olivier <om@oliviermigeon.com>)
Ответы Re: hundreds of schema vs hundreds of databases  (Ron Johnson <ron.l.johnson@cox.net>)
Список pgsql-general
Ron Johnson wrote:
> Does PG set up buffers at the postmaster level or the database level?
>
> If at the database level, then you'll be allocating memory to
> databases that might not be in use at any one time, thus wasting it.
>   One database buffer pool would make more efficient use of RAM.

Shared memory is allocated at the cluster level.
See
http://www.postgresql.org/docs/current/static/runtime-config-resource.ht
ml#RUNTIME-CONFIG-RESOURCE-MEMORY

Yours,
Laurenz Albe

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

Предыдущее
От: PFC
Дата:
Сообщение: Re: SELECT from mytbl;
Следующее
От: Ron Johnson
Дата:
Сообщение: Re: hundreds of schema vs hundreds of databases