Re: BUG #1797: Problem using Limit in a function, seqscan

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: BUG #1797: Problem using Limit in a function, seqscan
Дата
Msg-id 20050729140642.GA23650@wolff.to
обсуждение исходный текст
Ответ на BUG #1797: Problem using Limit in a function, seqscan  ("Magno Leite" <magnomilk@yahoo.com.br>)
Список pgsql-bugs
On Fri, Jul 29, 2005 at 13:52:45 +0100,
  Magno Leite <magnomilk@yahoo.com.br> wrote:
>
> Description:        Problem using Limit in a function, seqscan
>
> I looked for about this problem in BUG REPORT but I can't find. This is my
> problem, when I try to use limit in a function, the Postgre doesn't use my
> index, then it use sequencial scan. What is the problem ?

You haven't described the problem well enough to allow us to help you and
you posted it to the wrong list. This should be discussed on the performance
list, not the bug list.

It would help if you showed us the query you are running and run it outside
of the function with EXPLAIN ANALYSE and show us that output. Depending
on what that output shows, we may ask you other questions.

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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: BUG #1797: Problem using Limit in a function, seqscan
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: BUG #1751: pg_restore bug