avoid select expens_expr(col) like unneccessary calculations

Поиск
Список
Период
Сортировка
От Markus Bertheau
Тема avoid select expens_expr(col) like unneccessary calculations
Дата
Msg-id 1057617306.2617.6.camel@saphir
обсуждение исходный текст
Ответы Re: avoid select expens_expr(col) like unneccessary calculations  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Re: avoid select expens_expr(col) like unneccessary calculations  ("scott.marlowe" <scott.marlowe@ihs.com>)
Список pgsql-sql
Hi,

when you have
select expensive_expression(column), * from table offset 20 limit 40

can you somehow save the cost for the first 20 calculations of
expensive_expression?

-- 
Markus Bertheau.
Berlin, Berlin.
Germany.


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

Предыдущее
От: "scott.marlowe"
Дата:
Сообщение: Re: sort for ranking
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: avoid select expens_expr(col) like unneccessary calculations