Re: In memory Database for postgres

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: In memory Database for postgres
Дата
Msg-id dcc563d10811171505h24b94f18o1303f7e7535f00b1@mail.gmail.com
обсуждение исходный текст
Ответ на Re: In memory Database for postgres  (Blazej <bl.oleszkiewicz@gmail.com>)
Ответы Re: In memory Database for postgres
Re: In memory Database for postgres
Список pgsql-general
On Mon, Nov 17, 2008 at 3:02 PM, Blazej <bl.oleszkiewicz@gmail.com> wrote:
> In my opinion very nice solution is building part of PostgreSQL
> database in memory - below it is instruction how to build PostgreSQL
> schema in memory in Linux. I tested this with my ROLAP solution for
> recalculation MOLAP cubes in memory and then join with master cube
> (this speeds up proces about 10 times!!! - but in other solution may
> be different).

Just wondering if you compared it to how fast it runs if you've got
lots of shared_buffers and everything fits into memory.  That would be
an interesting comparison.

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

Предыдущее
От: Blazej
Дата:
Сообщение: Re: In memory Database for postgres
Следующее
От: Greg Smith
Дата:
Сообщение: Re: In memory Database for postgres