Re: Pl/Perl function: Speed of the First time executing pl/perl function in connection;

From: "Oleg Serov" <serovov(at)gmail(dot)com>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Andrew Dunstan" <andrew(at)dunslane(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Pl/Perl function: Speed of the First time executing pl/perl function in connection;
Date: 2008-11-16 20:20:30
Message-ID: cec7c6df0811161220t479aaf7o3f98fc8925986d43@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)sss(dot)pgh(dot)pa(dot)us>:
> "Oleg Serov" <serovov(at)gmail(dot)com> writes:
>> So, how i must optimize it?
>
> The short-term answer seems to be "preload and use plperlu".
>
> regards, tom lane
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2008-11-16 21:15:06 Custom variables and flags, again
Previous Message Tom Lane 2008-11-16 19:47:50 Re: Pl/Perl function: Speed of the First time executing pl/perl function in connection;