Forum OpenACS Q&A: Response to Postgres feature questions

Collapse
Posted by Stephen . on
PL/Sql is fundamentally an interpreted language - the code gets tokenized and the tokens interpreted, so you have that overhead as well.
...but that's all cached, right? And with 9i, you can natively compile PL/SQL too, just flick the switch...