Re: [WIP] Caching constant stable expressions per execution

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: [WIP] Caching constant stable expressions per execution
Дата
Msg-id 4E6C08B1.1080804@agliodbs.com
обсуждение исходный текст
Ответ на Re: [WIP] Caching constant stable expressions per execution  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [WIP] Caching constant stable expressions per execution
Список pgsql-hackers
> The patch as given has a bunch of implementation issues, but I think
> it's close enough for crude performance testing, and your numbers do
> show a potential performance benefit.  The question that I think is
> unresolved is whether the set of cases covered is wide enough to be
> useful in practice.  I have no data on that ...

Well, I think its use for timestamp/interval/casting functions alone
covers a pretty substantial set of common user actions.  Frankly, the
case of not re-evaluating now() alone would be a significant real-life
improvement.

If I understand the limitations correctly, though, what this would do is
cause functions to perform substantially differently if called with
expressions as arguments instead of text constants, no?  Seems like that
would lead to some user confusion.  Although, with stuff like now(), we
already have that.

-- 
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com


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

Предыдущее
От: Thom Brown
Дата:
Сообщение: Re: patch: Allow \dd to show constraint comments
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: new createuser option for replication role