Re: seq scan woes

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: seq scan woes
Дата
Msg-id 1086638426.86807.40.camel@jester
обсуждение исходный текст
Ответ на seq scan woes  ("Dan Langille" <dan@langille.org>)
Список pgsql-performance
On Mon, 2004-06-07 at 15:45, Dan Langille wrote:
> A production system has had a query recently degrade in performance.
> What once took < 1s now takes over 1s.  I have tracked down the
> problem to a working example.

What changes have you made to postgresql.conf?

Could you send explain analyse again with SEQ_SCAN enabled but with
nested loops disabled?

Off the cuff? I might hazard a guess that effective_cache is too low or
random_page_cost is a touch too high. Probably the former.
--
Rod Taylor <rbt [at] rbt [dot] ca>

Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL
PGP Key: http://www.rbt.ca/signature.asc


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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: Use of Functional Indexs and Planner estimates
Следующее
От: Rod Taylor
Дата:
Сообщение: Re: seq scan woes