This repository was archived by the owner on Feb 24, 2024. It is now read-only.
This repository was archived by the owner on Feb 24, 2024. It is now read-only.
Recommend to always label the functions with the strictest volatility #255
Open
Description
Having VOLATILE functions can have performance impacts. See PostgREST/postgrest#1378 (comment).
Not sure for now where would this go, perhaps a best practices explanation.
(Recommend to use STABLE/IMMUTABLE where possible)