Re: Mapping a database completly into Memory

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Mapping a database completly into Memory
Дата
Msg-id 9002.1059322732@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Mapping a database completly into Memory  (Daniel Migowski <postgresql@Mig-O.de>)
Ответы Re: Mapping a database completly into Memory  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-performance
Daniel Migowski <postgresql@Mig-O.de> writes:
> I just wondered if there is a possibility to map my database running
> on a linux system completly into memory and to only use disk
> accesses for writes.

That happens for free, if you have enough RAM.  The kernel will use
spare RAM to hold copies of every disk block it's ever read.

            regards, tom lane

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

Предыдущее
От: Rod Taylor
Дата:
Сообщение: Re: Query problem
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Mapping a database completly into Memory