Re: Different runtime on the same query

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Different runtime on the same query
Дата
Msg-id 5307.1087239519@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Different runtime on the same query  (NMB Webmaster <webmaster@nmb.it>)
Список pgsql-general
NMB Webmaster <webmaster@nmb.it> writes:
> I have two database quite similar, one has more tables than the other.

Are both of them vacuumed/analyzed recently?  The slow plan seems to be
estimating many more rows out of the e/m join than the other one.

> My Postgres version is 7.2.3. Please help me , it is very important to
> me to tune this query.

I'd recommend an update, myself.  7.2.3 is old...

            regards, tom lane

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

Предыдущее
От: Duane Lee - EGOVX
Дата:
Сообщение: Re: Keep history of modifications
Следующее
От: "Dann Corbit"
Дата:
Сообщение: Re: Opteron scaling with PostgreSQL