Re: Postgres not using indexes

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Postgres not using indexes
Дата
Msg-id 4D9342E3020000250003BFAF@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: Postgres not using indexes  (Harry Rossignol <harrywr2@comcast.net>)
Список pgsql-bugs
Harry Rossignol <harrywr2@comcast.net> wrote:

> I'm just a lowly end user. Bumping the default statistics target
> or using ALTER TABLE SET STATISTICS has made large differences in
> query performance on large tables.

The default has been bumped up in later versions, so that shouldn't
be as big a problem as it once was.  In this particular case the
EXPLAIN ANALYZE showed the estimated row counts were quite accurate
compared to the actual, so this definitely wasn't the problem this
time.

-Kevin

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

Предыдущее
От: Harry Rossignol
Дата:
Сообщение: Re: Postgres not using indexes
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Postgres not using indexes