Re: Languages and Functions
От
PFC
Тема
Re: Languages and Functions
Дата
Msg-id
op.ts3jfoe5cigqcu@apollo13
Ответ на
Re: Languages and Functions (Richard Huxton)
Список
Дерево обсуждения
Languages and Functions "Robert James" <srobertjames@gmail.com>
Re: Languages and Functions Richard Huxton <dev@archonet.com>
Re: Languages and Functions PFC <lists@peufeu.com>
Re: Languages and Functions Michael Glaesemann <grzm@seespotcode.net>
Re: Languages and Functions Michael Glaesemann <grzm@seespotcode.net>
>> 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 по дате отправления