Re: Postgres 8.3, four times slower queries?

Поиск
Список
Период
Сортировка
От Aaron Guyon
Тема Re: Postgres 8.3, four times slower queries?
Дата
Msg-id f0afbb9b0903051158s3e0a9f69re04077f8f43b5ec3@mail.gmail.com
обсуждение исходный текст
Ответ на Postgres 8.3, four times slower queries?  (Aaron Guyon <battlemage@gmail.com>)
Список pgsql-performance
On Thu, Mar 5, 2009 at 12:58 PM, Joshua D. Drake <jd@commandprompt.com> wrote:
What happens if you do this:

SET cpu_tuple_cost TO '0.5';
SET cpu_index_tuple_cost TO '0.5';
EXPLAIN ANALYZE 8.3 query....

Right now, I'm getting very good results with the above.  I'm still running additional tests but I'll keep you guys updated. I've attached the new explain analyze.
Вложения

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Postgres 8.3, four times slower queries?
Следующее
От: Jonathan Hseu
Дата:
Сообщение: Re: Index scan plan estimates way off.