|
|||||||||||
|
[NOVICE] Compiling Functions in Postgresql
From: Jasbinder Singh Bali <jsbali(at)gmail.com>
Date: Tue Oct 16 2007 - 02:17:59 EDT
I know that in Sql Server, Stored Procedures are compiled only once and then
the same execution plan is utilized. This definitely gives a tremendous
performance boost
Now, in Postgresql, how are the User Defined Functions compiled. Is it just once or every single time a function is called. I used Function instead of Stored Procedure while talking about Postgresql because Stored Procedures in Postgresql are Wrapped around in a User Defined Function. Please let me know.
Thanks,
This archive was generated by hypermail 2.1.8 : Thu Jun 19 2008 - 00:03:14 EDT |
||||||||||
|
|||||||||||