STRICT SQL functions never inline

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема STRICT SQL functions never inline
Дата
Msg-id 4EB9BB3F.6090504@agliodbs.com
обсуждение исходный текст
Ответы Re: STRICT SQL functions never inline
Re: STRICT SQL functions never inline
Список pgsql-performance
Folks,

After having some production issues, I did some testing and it seems
that any SQL function declared STRICT will never inline.  As a result,
it won't work with either indexes (on the underlying predicate) or
partitioning.

This seems like a horrible gotcha for our users.  At the very least I'd
like to document it (in CREATE FUNCTION, presumably), but it would be
better to fix it.  Thoughts?

--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com

В списке pgsql-performance по дате отправления:

Предыдущее
От: "Albe Laurenz"
Дата:
Сообщение: Re: SSL encryption makes bytea transfer slow
Следующее
От: Andres Freund
Дата:
Сообщение: Re: STRICT SQL functions never inline