Re: pl/pgsql function result cache

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: pl/pgsql function result cache
Дата
Msg-id 46DEC86D.1080003@archonet.com
обсуждение исходный текст
Ответ на pl/pgsql function result cache  (Peter Manchev <pmanchev@hotmail.com>)
Ответы Re: pl/pgsql function result cache
Список pgsql-hackers
Peter Manchev wrote:
> I was thinking about pl/pgsql and comparing it with pl/sql function 
> result cache, featured in Oracle 11g - see 
> http://www.oracle.com/technology/oramag/oracle/07-sep/o57plsql.html
> 
> Is it possible to get pl/pgsql function result cache functionality
> into PostgreSQL real soon?

Well it's unlikely to be "real soon" since 8.3 is currently approaching 
beta-test.

Surely memcached+pgmemcache does basically this anyway, except:
- it's not restricted to function outputs
- you can cache application objects
- you can spread your cache across multiple machines

--   Richard Huxton  Archonet Ltd


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

Предыдущее
От: Peter Manchev
Дата:
Сообщение: pl/pgsql function result cache
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: pl/pgsql function result cache