Re: Calculation of unused columns

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: Calculation of unused columns
Дата
Msg-id 1255973775.492.10.camel@ebony
обсуждение исходный текст
Ответ на Re: Calculation of unused columns  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Calculation of unused columns
Re: Calculation of unused columns
Список pgsql-performance
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).

That would allow us to optimize such calls away, if appropriate.

--
 Simon Riggs           www.2ndQuadrant.com


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

Предыдущее
От: Grzegorz Jaśkiewicz
Дата:
Сообщение: Re: Partitioned Tables and ORDER BY
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Calculation of unused columns