Re: Calculation of unused columns

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: Calculation of unused columns
Дата
Msg-id 1255974538.492.21.camel@ebony
обсуждение исходный текст
Ответ на Re: Calculation of unused columns  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Calculation of unused columns  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-performance
On Mon, 2009-10-19 at 13:43 -0400, Tom Lane wrote:
> Simon Riggs <simon@2ndQuadrant.com> writes:
> > On Sat, 2009-10-17 at 21:41 -0400, Tom Lane wrote:
> >> one thing we'd have to consider
> >> is whether it is okay to suppress calculation of columns containing
> >> volatile functions.
>
> > I think we should have a 4th class of functions,
> > volatile-without-side-effects (better name needed, obviously).
>
> What for?  There wouldn't be that many, I think.  random() and
> clock_timestamp(), yeah, but most volatile user-defined functions
> are either volatile-with-side-effects or misdeclared.

Read only vs. read write?

--
 Simon Riggs           www.2ndQuadrant.com


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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Calculation of unused columns
Следующее
От: Gerhard Wiesinger
Дата:
Сообщение: Re: Calculation of unused columns