Re: hexadecimal to decimal - Mailing list pgsql-general

From Tom Lane
Subject Re: hexadecimal to decimal
Date
Msg-id 27597.1059624799@sss.pgh.pa.us
Whole thread Raw
In response to Re: hexadecimal to decimal  (Joe Conway <mail@joeconway.com>)
Responses Re: hexadecimal to decimal  (Joe Conway <mail@joeconway.com>)
List pgsql-general
Joe Conway <mail@joeconway.com> writes:
> Tom Lane wrote:
>> It might help if libperl were to be preloaded into the postmaster in the
>> way you created ...

> I tried that after I posted, but only saw roughly 30% improvement (which
> is consistent with my earlier tests IIRC). Not bad, but this still left
> plperl initial call at ~40 msec versus plpgsql at ~4 msec.

Hm.  And the first call to a plpgsql function does require opening a
shared library.  Curious that libperl seems so much more heavyweight
than plpgsql.

            regards, tom lane

pgsql-general by date:

Previous
From: Joe Conway
Date:
Subject: Re: hexadecimal to decimal
Next
From: Bruce Momjian
Date:
Subject: Re: psql -e