Re: Scaling further up

Поиск
Список
Период
Сортировка
От Stephen Robert Norris
Тема Re: Scaling further up
Дата
Msg-id 1079390869.1256.1.camel@ws12.commsecure.com.au
обсуждение исходный текст
Ответ на Re: Scaling further up  (Matt Davies <matt@mattdavies.net>)
Список pgsql-performance
On Tue, 2004-03-16 at 07:28, Matt Davies wrote:
> This is the preferred method, but you could create a memory disk if running
> linux. This has several caveats, though.
>
> 1. You may have to recompile the kernel for support.
> 2. You must store the database on a hard drive partition during reboots.
> 3. Because of #2 this option is generally useful if you have static content that
> is loaded to the MD upon startup of the system.

And 4. You use twice as much memory - one lot for the FS, the second for
buffer cache.

It's generally going to be slower than simply doing some typical queries
to preload the data into buffer cache, I think.

    Stephen

Вложения

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

Предыдущее
От: Rod Taylor
Дата:
Сообщение: Re: atrocious update performance
Следующее
От: "Rosser Schwarz"
Дата:
Сообщение: Re: atrocious update performance