Re: Query performance over a large proportion of data
В списке pgsql-performance по дате отправления:
| От | Steve McLellan |
|---|---|
| Тема | Re: Query performance over a large proportion of data |
| Дата | |
| Msg-id | cfca83d70903102030h3fdff9f6n6e55b4161a216a56@mail.gmail.com обсуждение исходный текст |
| Ответ на | Query performance over a large proportion of data ("Steve McLellan" <smclellan@mintel.com>) |
| Список | pgsql-performance |
"Kevin Grittner" <Kevin.Grittner@wicourts.gov>
03/10/2009 05:06 PM EST
> enable_seqscan = off
Not a good idea; some queries will optimize better with seqscans.
You can probably get the behavior you want using other adjustments.
You probably need to reduce random_page_cost. If your caching is
complete enough, you might want to set it equal to seq_page_cost
(never set it lower that seq_page_cost!) and possibly reduce both of
these to 0.1.
В списке pgsql-performance по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера