Re: plpgsql functions organisation

Поиск
Список
Период
Сортировка
От Yves Dorfsman
Тема Re: plpgsql functions organisation
Дата
Msg-id 5547D74E.5090405@zioup.com
обсуждение исходный текст
Ответ на Re: plpgsql functions organisation  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Ответы Re: plpgsql functions organisation
Список 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 по дате отправления:

Предыдущее
От: Jim Nasby
Дата:
Сообщение: Re: plpgsql functions organisation
Следующее
От: Nanker Phelge
Дата:
Сообщение: Re: Errors using JDBC batchUpdate with plpgsql function