Re: cacheable stored functions?

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: cacheable stored functions?
Дата
Msg-id 20040220074336.G82937@megazone.bigpanda.com
обсуждение исходный текст
Ответ на cacheable stored functions?  (Bill Moran <wmoran@potentialtech.com>)
Список pgsql-performance
On Fri, 20 Feb 2004, Bill Moran wrote:

> I'm converting a SQL application to PostgreSQL.  The majority of the logic
> in this application is in the stored functions in the database.
>
> Somewhere, I saw a reference to "WITH (iscachable)" for stored functions,
> looking again, I'm unable to find any reference to this directive.  I have
> a single function that is _obviously_ safe to cache using this, and it
> generates no errors or problems that I can see.

It's been basically superceded by IMMUTABLE, and I believe they're
described in the create function reference page.  Note that it doesn't
involve caching as much as the fact that it can be evaluated once and
treated as a constant.

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

Предыдущее
От: Bill Moran
Дата:
Сообщение: cacheable stored functions?
Следующее
От: Tomasz Myrta
Дата:
Сообщение: Re: cacheable stored functions?