Re: Query using SeqScan instead of IndexScan

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Query using SeqScan instead of IndexScan
Дата
Msg-id 200603292118.50033.josh@agliodbs.com
обсуждение исходный текст
Ответ на Query using SeqScan instead of IndexScan  (Brendan Duddridge <brendan@clickspace.com>)
Список pgsql-performance
Brenden,

> Any ideas what I can do to improve this without turning sequential  
> scanning off?

Hmmm, looks like your row estimates are good.  Which means it's probably your
postgresql.conf parameters which are off.  Try the following, in the order
below:

1) Raise effective_cache_size to 2/3 of your RAM (remember that ecs is in 8k
pages).  Test again.

2) Multiply all of the cpu_* costs by 0.3.  Test again.

3) Lower random_page_cost by steps to 3.5, then 3.0, then 2.5, then 2.0,
testing each time.

These are all runtime-settable parameters, so you can test them in one query
window, then set them in the main postgresql.conf if they work.

--
Josh Berkus
Sun Microsystems
San Francisco

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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: Database possible corruption , unsolvable mystery
Следующее
От: "Greg Quinn"
Дата:
Сообщение: [Solved] Slow performance on Windows .NET and OleDb