Re: how to optimize postgres 8.1

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: how to optimize postgres 8.1
Дата
Msg-id 18273.1159553252@sss.pgh.pa.us
обсуждение исходный текст
Ответ на how to optimize postgres 8.1  (gurkan@resolution.com)
Список pgsql-performance
gurkan@resolution.com writes:
> I need to increase performance on postgres,

Well, for starters, have you ANALYZEd your tables?  That EXPLAIN output
looks suspiciously like default estimates.  Then post EXPLAIN ANALYZE
(not just EXPLAIN) results for your problem query.

> If I run the query below with informix, it gives cost=107.
> with postgres with additional indexes it gives cost=407,

That comparison is meaningless --- I know of no reason to think that
informix measures cost estimates on the same scale we do.  It'd be
interesting to see what query plan they use, though.

            regards, tom lane

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

Предыдущее
От: gurkan@resolution.com
Дата:
Сообщение: how to optimize postgres 8.1
Следующее
От: Brian Hurt
Дата:
Сообщение: Postgres locking up?