| От | Richard Huxton |
|---|---|
| Тема | Re: where clause + function, execution order |
| Дата | |
| Msg-id | 4EBD4675.2060604@archonet.com обсуждение исходный текст |
| Ответ на | Re: where clause + function, execution order (Julius Tuskenis <julius@nsoft.lt>) |
| Ответы |
Re: where clause + function, execution order
|
| Список | pgsql-performance |
On 11/11/11 15:54, Julius Tuskenis wrote: > On 2011.11.11 17:38, Sorin Dudui wrote: >> I have the following function: >> >> CREATE OR REPLACE FUNCTION xxx(text) [snip] >> LANGUAGE sql STABLE > Function execute plan is prepared when creating it, so the "where" > clause should check the function result not altering its execution.. Not true for SQL functions. They can be inlined, but I'm not sure if this one will be. What does EXPLAIN ANALYSE show for this query? -- Richard Huxton Archonet Ltd
В списке pgsql-performance по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера