Re: Languages and Functions - Mailing list pgsql-general

From PFC
Subject Re: Languages and Functions
Date
Msg-id op.ts3jfoe5cigqcu@apollo13
Whole thread Raw
In response to Re: Languages and Functions  (Richard Huxton <dev@archonet.com>)
List pgsql-general
>> 2. Is there any performance or other advantage to using PL/pgsql over
>> Pl/Perl or Python?

    Yes, if you want to loop over large amounts of data (FOR row IN SELECT)
plpgsql will be faster since it does not have to convert the data from
postgres to python/perl format.

pgsql-general by date:

Previous
From: Joshua
Date:
Subject: problems with SELECT query results
Next
From: "Greg Sabino Mullane"
Date:
Subject: Re: Postgres / Jaro Winkler fuzzy string matching