Re: Perl/DBI vs Native - Mailing list pgsql-performance

From Valentin Bogdanov
Subject Re: Perl/DBI vs Native
Date
Msg-id 698916.49812.qm@web25803.mail.ukl.yahoo.com
Whole thread Raw
In response to Re: Perl/DBI vs Native  ("Greg Sabino Mullane" <greg@turnstep.com>)
Responses Re: Perl/DBI vs Native  ("Greg Sabino Mullane" <greg@turnstep.com>)
List pgsql-performance
Thanks to everyone who replied. There were some really good points.

However, I found what is causing the difference. The perl program was connecting to the database via a TCP socket while
theC version was using Unix socket. I changed the connect in my perl script, so that it now uses Unix sockets as well.
Runthe tests again and got identical results for both programs. 

In case someone is wondering, the way to force DBI to use unix sockets is by not specifying a host and port in the
connectcall. 


Cheers,

Val


      __________________________________________________________
Not happy with your email address?.
Get the one you really want - millions of new email addresses available now at Yahoo!
http://uk.docs.yahoo.com/ymail/new.html

pgsql-performance by date:

Previous
From: Łukasz Filut
Date:
Subject: Re: Less rows -> better performance?
Next
From: "samantha mahindrakar"
Date:
Subject: Performance of jobs