Speed of different procedural language - Mailing list pgsql-performance

From Ben Trewern
Subject Speed of different procedural language
Date
Msg-id do2cr4$sc5$1@news.hub.org
Whole thread Raw
Responses Re: Speed of different procedural language  ("Steinar H. Gunderson" <sgunderson@bigfoot.com>)
List pgsql-performance
I have a few small functions which I need to write.  They will be hopefully
quick running but will happen on almost every delete, insert and update on
my database (for audit purposes).

I know I should be writing these in C but that's a bit beyond me.  I was
going to try PL/Python or PL/Perl or even PL/Ruby.  Has anyone any idea
which language is fastest, or is the data access going to swamp the overhead
of small functions?

Thanks,

Ben



pgsql-performance by date:

Previous
From: johannesbuehler@oderbruecke.de
Date:
Subject: effizient query with jdbc
Next
From: "Mark Cave-Ayland"
Date:
Subject: Re: [postgis-users] Is my query planner failing me,or vice versa?