Re: plpgsql functions organisation - Mailing list pgsql-general

From Yves Dorfsman
Subject Re: plpgsql functions organisation
Date
Msg-id 5547D74E.5090405@zioup.com
Whole thread Raw
In response to Re: plpgsql functions organisation  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Responses Re: plpgsql functions organisation  (Jan de Visser <jan@de-visser.net>)
List pgsql-general
>
> As for performance concerns, in 99% of cases code maintainability is going to
> be way more important than performance microoptimization. If you're *that*
> concerned about performance than plpgsql probably isn't the right answer anyway.

Isn't one of the advantage of running on the server to avoid data round trip?

What would you recommend for better performance?

--
http://yves.zioup.com
gpg: 4096R/32B0F416



pgsql-general by date:

Previous
From: Jim Nasby
Date:
Subject: Re: plpgsql functions organisation
Next
From: Nanker Phelge
Date:
Subject: Re: Errors using JDBC batchUpdate with plpgsql function