Re: Pl/Perl function: Speed of the First time executing pl/perl function in connection; - Mailing list pgsql-hackers

From Oleg Serov
Subject Re: Pl/Perl function: Speed of the First time executing pl/perl function in connection;
Date
Msg-id cec7c6df0811161220t479aaf7o3f98fc8925986d43@mail.gmail.com
Whole thread Raw
In response to Re: Pl/Perl function: Speed of the First time executing pl/perl function in connection;  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Pl/Perl function: Speed of the First time executing pl/perl function in connection;  (Hannu Krosing <hannu@krosing.net>)
List pgsql-hackers
Wee need to use shared memory for passing one BIGINT value(is session
throwout triggers), can you advice the method to get/set it with best
performance ?

2008/11/16 Tom Lane <tgl@sss.pgh.pa.us>:
> "Oleg Serov" <serovov@gmail.com> writes:
>> So, how i must optimize it?
>
> The short-term answer seems to be "preload and use plperlu".
>
>                        regards, tom lane
>


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Pl/Perl function: Speed of the First time executing pl/perl function in connection;
Next
From: Tom Lane
Date:
Subject: Custom variables and flags, again