Re: PostgreSQL HardWare

Поиск
Список
Период
Сортировка
От Jeffrey W. Baker
Тема Re: PostgreSQL HardWare
Дата
Msg-id Pine.LNX.4.33.0201051546520.5371-100000@windmill.gghcwest.com
обсуждение исходный текст
Ответ на Re: PostgreSQL HardWare  (Uros Gruber <uros@sir-mag.com>)
Список pgsql-general

On Sun, 6 Jan 2002, Uros Gruber wrote:

> Hi!
>
> I'm new in postgres so I have one question here. Many of you say that
> you can put database in RAM.
>
> What should i do to tell Postgre to use for example 512MB of RAM an
> put everything in it. What i have to put in config.

This isn't really necessary.  On any reasonable operating system, the
kernel will keep disk contents in RAM for fast access.  You needn't worry
about it.

If you REALLY insist on doing this, you need to make a filesystem in RAM
and put your databases there.  In Linux use the ramdisk driver.

-jwb


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

Предыдущее
От: Uros Gruber
Дата:
Сообщение: Re: PostgreSQL HardWare
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Turning off transactions completely.