Re: FW: query optimization question

Поиск
Список
Период
Сортировка
Искать
От
Richard Huxton
Тема
Re: FW: query optimization question
Дата
Msg-id
200211061511.22676.dev@archonet.com
Ответ на
Список
Дерево обсуждения
FW: query optimization question <terry@ashtonwoodshomes.com>
Re: FW: query optimization question Stephan Szabo <sszabo@megazone23.bigpanda.com>
Re: FW: query optimization question <terry@ashtonwoodshomes.com>
Re: FW: query optimization question Stephan Szabo <sszabo@megazone23.bigpanda.com>
Re: FW: query optimization question Richard Huxton <dev@archonet.com>
Re: query optimization question Masaru Sugawara <rk73@sea.plala.or.jp>
Re: query optimization question <terry@ashtonwoodshomes.com>
Re: query optimization question Masaru Sugawara <rk73@sea.plala.or.jp>
On Wednesday 06 Nov 2002 2:01 pm, terry@ashtonwoodshomes.com wrote:

> However, for the total deficiencies I am then splitting up the total into
> aging groups, eg <30, 30-60, 60-90, and >90 days old.  The query for that
> looks like the below.  But before I paste it in, I would like to optimize
> it, if I could do so with a group by clause I most certainly would, but I
> don't see how I can BECAUSE OF THE AGING BREAKDOWN:

[one sub-query per age-range]
> 				AND dt.days_old_start_date < {d '2002-10-07'}

> 			) AS def_count_less_30,

> 					AND dt.days_old_start_date >= {d '2002-10-07'}
> 					AND dt.days_old_start_date < {d '2002-09-07'}

> 				) AS def_count_30_60,

Could you not define a function age_range(date) to return the relevant range 
text, then group on that text? I've used that before.

--  Richard Huxton

В списке pgsql-sql по дате отправления
От: Achilleus Mantzios
Дата:
От: Christoph Haller
Дата:
FAQ