Re: function based index problem

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: function based index problem
Дата
Msg-id 4E5E672002000025000409E7@gw.wicourts.gov
обсуждение исходный текст
Ответ на function based index problem  (Viktor Bojović <viktor.bojovic@gmail.com>)
Ответы Re: function based index problem
Список pgsql-admin
Viktor Bojovi*<viktor.bojovic@gmail.com> wrote:

> i don't know why it doesn't use index scan.

Because it thinks your query will return 81226 rows.  We need more
information to make many suggestions beyond "make sure the table has
been analyzed".

http://wiki.postgresql.org/wiki/SlowQueryQuestions

Also, it's not considered good form to post an issue to more than
one PostgreSQL list.  This is probably most appropriate on the
pgsql-performance list, so if you want to follow up with more detail
to get more detailed suggestions, it would be best to abandon this
thread and start a new one on that list.

-Kevin

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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Segmentation fault
Следующее
От: "David Johnston"
Дата:
Сообщение: Re: [SQL] function based index problem