Re: caching table/query

Поиск
Список
Период
Сортировка
От Chris Travers
Тема Re: caching table/query
Дата
Msg-id 42DDEC2C.9050009@metatrontech.com
обсуждение исходный текст
Ответ на Re: caching table/query  (Tsirkin Evgeny <tsurkin@mail.jct.ac.il>)
Ответы Re: caching table/query
Список pgsql-admin
Tsirkin Evgeny wrote:

>
> Well i guess that there are cases where that is not so.However i
> understand that postgres does not have any way accept
> the automatic.

Largely true.  There may be ways of forcing a from-memory query once the
system is in place, but I am not sure that this is always what you want,
it would not be pretty, and might have some real performance issues.  My
suggestion is that you wait until your system is in operation and then
look first for general tuning help before you even consider trying to
impliment a memory-cached table in your application.

Just for the record, I can think of at least one way of hacking this on,
but it seems like it should be an absolutely last resort rather than a
first impulse.

PostgreSQL can do this, but you probably don't want it to.

Best Wishes,
Chris Travers

Вложения

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

Предыдущее
От: Mark P Anderson
Дата:
Сообщение:
Следующее
От: Ezequiel Tolnay
Дата:
Сообщение: Re: functions vs stored procedures