| От | Craig Ringer |
|---|---|
| Тема | Re: How to change query planner configuration paramerters |
| Дата | |
| Msg-id | 4E75CB6D.9000302@ringerc.id.au обсуждение исходный текст |
| Ответ на | Re: How to change query planner configuration paramerters (Melaka Gunasekara <donmelaka@gmail.com>) |
| Ответы |
Re: How to change query planner configuration paramerters
|
| Список | pgsql-admin |
On 18/09/2011 5:51 PM, Melaka Gunasekara wrote: > Merge Full Join (cost=10000000074.40..10000000093.69 rows=1159 width=286) > Can you suggest why the merge join is being suggested when I have > turned it off ? > AFAIK SETting a join type to "off" really just increases the cost estimate so high that the planner will avoid using it where it has any alternative. In this case, it doesn't seem to think it has any other way to execute the query, or it thinks that any other way will be so incredibly, insanely slow that the merge join is still better. -- Craig Ringer
В списке pgsql-admin по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера