Re: [GENERAL] PostgreSQL vs. MySQL - Mailing list pgsql-hackers

From Chris Bitmead
Subject Re: [GENERAL] PostgreSQL vs. MySQL
Date
Msg-id 39691894.1A37592D@nimrod.itg.telecom.com.au
Whole thread Raw
Responses Re: Re: [GENERAL] PostgreSQL vs. MySQL
Re: Re: [GENERAL] PostgreSQL vs. MySQL
List pgsql-hackers
Louis Bertrand wrote:
> 
> There's a benchmark/review comparing PostgreSQL and MySQL on PHP Builder:
>  http://www.phpbuilder.com/columns/tim20000705.php3

I'm wondering about the comments that postgres is slower in connection
time, could this be related to that libpq always uses asynchronous
sockets to connect? It always turns off blocking and then goes through a
state machine to go through the various stages of connect, instead of
just calling connect() and waiting for the kernel to do its thing. Of
course asynchronous connecting is a benefit when you want it. Or is the
overhead elsewhere, and I'm just being paranoid?


pgsql-hackers by date:

Previous
From: Chris Bitmead
Date:
Subject: Re: libpq / SQL3
Next
From: Philip Warner
Date:
Subject: Re: Bug list?