| От | Tom Lane |
|---|---|
| Тема | Re: Any way to speed this up? |
| Дата | |
| Msg-id | 3303.1112889874@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | Any way to speed this up? ("Joel Fradkin" <jfradkin@wazagua.com>) |
| Ответы |
Re: Any way to speed this up?
|
| Список | pgsql-performance |
"Joel Fradkin" <jfradkin@wazagua.com> writes:
> Running this explain on windows box, but production on linux both 8.0.1
Are you using any nondefault optimizer settings? The vast bulk of the
time is going into the indexscan on tblassociate (almost 42 out of the
48 seconds), and I'm a bit surprised it didn't choose a seqscan and sort
instead. Or even more likely, forget the merge joins altogether and use
hash joins --- the other tables are plenty small enough to fit in hash
tables.
regards, tom lane
В списке pgsql-performance по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера