Any difference in performance/compatibility of different languages in PostgreSQL?
Posted
by
Igor
on Stack Overflow
See other posts from Stack Overflow
or by Igor
Published on 2010-12-25T23:59:21Z
Indexed on
2010/12/26
9:54 UTC
Read the original article
Hit count: 314
In nowadays the PostgreSQL offers plenty of procedural languages: pl/pgsql, pl/perl, etc
Are there any difference in the speed/memory consumption in procedures written in different languages?
Does anybody have done any test?
Is it true that to use the native pl/pgsql is the most correct choice?
How the procedure written in C++ and compiled into loadable module differs in all parameter w.r.t. the user function written with pl/* languages?
© Stack Overflow or respective owner