Re: Slow query postgres 8.3

Поиск
Список
Период
Сортировка
От tv@fuzzy.cz
Тема Re: Slow query postgres 8.3
Дата
Msg-id 50d8f2eb94b393c11221c9d5232d7326.squirrel@sq.gransy.com
обсуждение исходный текст
Ответ на Slow query postgres 8.3  ("Anne Rosset" <arosset@collab.net>)
Ответы Re: Slow query postgres 8.3
Список pgsql-performance
> Hi,
>
> I am trying to tune a query that is taking too much time on a large
> dataset (postgres 8.3).
>

Hi, run ANALYZE on the tables used in the query - the stats are very off,
so the db chooses a really bad execution plan.

Tomas


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

Предыдущее
От: "Anne Rosset"
Дата:
Сообщение: Slow query postgres 8.3
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: Why it is using/not using index scan?