Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

plpgsql functions vs. embedded queries



Are funtions in plpgsql always slower than embedding sql queries in
string form in code like PHP?

I ran several tests and they seemed to always perform that way. I would
have thought the pre-planning would have made them faster.

Would re-writing the functions C make them faster than the embedded
queries?



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group