View Single Post

   
  #3 (permalink)  
Old 04-24-2008, 06:16 PM
Jeffrey Baker
 
Posts: n/a
Default Re: SELECT 'DBD::Pg ping test'

On Wed, Apr 23, 2008 at 12:19 AM, sathiya psql <sathiya.psql@gmail.com> wrote:
> Hi All,
>
> This query is being executed nearly a million times....
> SELECT 'DBD::Pg ping test'


Something in your Perl application is use $dbh->ping(). See perldoc
DBI. It's possible that this is happening under the hood, because
your application is using connect_cached() instead of connect().

-jwb

--
Sent via pgsql-performance mailing list (pgsql-performance@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-performance

Reply With Quote