Re: Languages and Functions

Поиск
Список
Период
Сортировка
От PFC
Тема Re: Languages and Functions
Дата
Msg-id op.ts3jfoe5cigqcu@apollo13
обсуждение исходный текст
Ответ на Re: Languages and Functions  (Richard Huxton <dev@archonet.com>)
Список 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 по дате отправления:

Предыдущее
От: Joshua
Дата:
Сообщение: problems with SELECT query results
Следующее
От: "Greg Sabino Mullane"
Дата:
Сообщение: Re: Postgres / Jaro Winkler fuzzy string matching