Re: Highly Efficient Custom Sorting

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: Highly Efficient Custom Sorting
Дата
Msg-id 4C2E9606.8050903@postnewspapers.com.au
обсуждение исходный текст
Ответ на Re: Highly Efficient Custom Sorting  (Craig James <craig_james@emolecules.com>)
Ответы Re: Highly Efficient Custom Sorting
Список pgsql-performance
On 03/07/10 00:36, Craig James wrote:

> Perl itself is written in C, and some of it's operations are extremely
> fast.

The same is true of PL/PgSQL, though ;-)

The main advantage of PL/Perl is that it doesn't rely on the SPI to do
everything. It's interpreted not compiled, but it has a much faster
approach to interpretation than PL/PgSQL.

Really, the right choice depends on exactly what the OP is doing and
how, which they're not saying.

Where's the code?

--
Craig Ringer

В списке pgsql-performance по дате отправления:

Предыдущее
От: Mark Wong
Дата:
Сообщение: Re: using dbt2 postgresql 8.4 - rampup time issue
Следующее
От: Eliot Gable
Дата:
Сообщение: Re: Highly Efficient Custom Sorting