Re: Database Caching

Поиск
Список
Период
Сортировка
От J. R. Nield
Тема Re: Database Caching
Дата
Msg-id 1030325729.2626.176.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Re: Database Caching  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Database Caching
Список pgsql-hackers
I'm not sure about query result caching or 'relation caching', since the
first would seem to run into problems with concurrent updates, and the
second is sort-of what the buffer cache does.

Query plan caching sounds like a really good idea though. Neil Conway's
PREPARE patch already does this for an individual backend. Do you think
it would be hard to make it use shared memory, and check if a query has
already been prepared by another backend? Maybe it could use something
like a whitespace insensitive checksum for a shared hash key.

Regards,
John Nield

On Sun, 2002-08-25 at 20:15, Bruce Momjian wrote:
> 
> Do we want to add "query caching" to the TODO list, perhaps with a
> question mark?
> 
> ---------------------------------------------------------------------------
> 
> Greg Sabino Mullane wrote:
[snip]
> 
-- 
J. R. Nield
jrnield@usol.com





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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Database Caching
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: PostgreSQL 7.2.2 and docs