top | item 39316518

(no title)

fakwandi_priv | 2 years ago

https://www.postgresql.org/docs/current/plpgsql-implementati...

Seems like these will get cached at some point.

discuss

order

SigmundA|2 years ago

Only within a session unless something has changed there, that means no sharing between clients or even from one connection to the next form the same client.

MSSQL caches plans globally and can be used across sessions and connections if the statement text is the same.