Re: Perceived weaknesses of postgres

Поиск
Список
Период
Сортировка
От Csaba Nagy
Тема Re: Perceived weaknesses of postgres
Дата
Msg-id 1202906892.5555.28.camel@PCD12478
обсуждение исходный текст
Ответ на Re: Perceived weaknesses of postgres  (Csaba Nagy <nagy@ecircle-ag.com>)
Список pgsql-general
On Wed, 2008-02-13 at 13:39 +0100, Csaba Nagy wrote:
> On Wed, 2008-02-13 at 13:29 +0100, Dawid Kuroczko wrote:
> > > * no direct table cache control;
> >
> > Could you elaborate more on this one?
>

OK, re-reading what I just wrote makes me think it was not clear enough:
I think they mean you can _reserve_ some cache memory directly to
specific tables/table groups so that reserved cache is only used by
those tables, and thus will not be sensitive to other activities than
the access to those tables. Particularly a sequential scan on another,
big, table will not touch that reserved cache, or any other big sweep of
data access on other tables.

Not sure this time I got it actually clearer though :-)

Cheers,
Csaba.



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

Предыдущее
От: Csaba Nagy
Дата:
Сообщение: Re: Perceived weaknesses of postgres
Следующее
От: Tino Wildenhain
Дата:
Сообщение: Re: Perceived weaknesses of postgres