Re: Database Caching
От
J. R. Nield
Тема
Re: Database Caching
Дата
Msg-id
1030325729.2626.176.camel@localhost.localdomain
Ответ на
Re: Database Caching (Bruce Momjian)
Список
Дерево обсуждения
Database Caching "Greg Sabino Mullane" <greg@turnstep.com>
Re: Database Caching Tom Lane <tgl@sss.pgh.pa.us>
Re: Database Caching Jan Wieck <janwieck@yahoo.com>
Re: Database Caching "Marc G. Fournier" <scrappy@hub.org>
Re: Database Caching Stephan Szabo <sszabo@megazone23.bigpanda.com>
Re: Database Caching Jan Wieck <janwieck@yahoo.com>
Re: Database Caching Karel Zak <zakkr@zf.jcu.cz>
Re: Database Caching Bruce Momjian <pgman@candle.pha.pa.us>
Re: Database Caching "J. R. Nield" <jrnield@usol.com>
Re: Database Caching Karel Zak <zakkr@zf.jcu.cz>
Re: Database Caching Curt Sampson <cjs@cynic.net>
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 по дате отправления