Re: Determining Rank

Поиск
Список
Период
Сортировка
От PFC
Тема Re: Determining Rank
Дата
Msg-id opslozmmfwth1vuj@musicbox
обсуждение исходный текст
Ответ на Re: Determining Rank  (Don Drake <dondrake@gmail.com>)
Список pgsql-sql
> Michael,
>
> That's an excellent solution, but on my table, the explain plan sucks
> and the query time is over 3 minutes when implemented.  Is there a
> simple way to get a row_num without using a temporary sequence?
>
> Thanks for your help.
>
> -Don
Make your query a set returning function which iterates over the query  
results and returns a number as well ?


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

Предыдущее
От: Don Drake
Дата:
Сообщение: Re: Determining Rank
Следующее
От: "Joel Fradkin"
Дата:
Сообщение: Assoclist is still slow and I am not seeing it