| От | 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 по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера