| От | Esha Palta |
|---|---|
| Тема | execution of nested loop joins |
| Дата | |
| Msg-id | 43454642.5070901@it.iitb.ac.in обсуждение |
| Ответы |
Re: execution of nested loop joins
|
| Список | pgsql-hackers |
Hi all, nodeNestloop.c executes nested loop joins. After getting a pair of inner and outer it test the inner and outer tuples to see if they satisfy the node's qualification using function ExecQual(joinqual, econtext, false). ExecQual evaluates join conditions one at a time.It captures one condition and passes it to function ExecEvalExpr which is actually a macro that invokes another function evalfunc(a method of ExprState structure). I am not getting implementation and use of this evalfunc function. Is this function used to evaluate the join condition or not. If yes, then how it does this. thanx esha
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера