Re: problem on table statistics

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: problem on table statistics
Дата
Msg-id 4F0AB7D002000025000445C2@gw.wicourts.gov
обсуждение исходный текст
Ответ на problem on table statistics  (Silvio Brandani <silvio.brandani@tech.sdb.it>)
Список pgsql-admin
Silvio Brandani <silvio.brandani@tech.sdb.it> wrote:

> So there is something wrong with table statistics.

It picks the plan which it calculates to have the lowest cost.  If
the lowest cost doesn't correspond to the fastest plan, the most
common cause is that your costing factors need adjustment.

> How can I reset the pg_statistics for this table???

It can also be that statistics are stale or are not fine-grained
enough.  You can get fresh statistics with the ANALYZE or VACUUM
ANALYZE statements.  You can change the granularity of statistics
globally or for particular columns, but that just changes the
behavior of subsequent ANALYZE runs; it doesn't force an immediate
run.

Your post was a little light on the sort of details which allow
people to be most helpful.  If problems persist, please read this
before posting again:

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

-Kevin

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

Предыдущее
От: Silvio Brandani
Дата:
Сообщение: Re: problem on table statistics
Следующее
От: Eugene Budanov
Дата:
Сообщение: Kerberized login to Postgres database