Re: Linux Distribution Preferences? - Mailing list pgsql-general

From Daniel Verite
Subject Re: Linux Distribution Preferences?
Date
Msg-id 33ed2bca-a42d-46b1-97d5-65bc8ef63bc4@mm
Whole thread Raw
In response to Re: Linux Distribution Preferences?  (Edson Richter <edsonrichter@hotmail.com>)
Responses Re: Linux Distribution Preferences?  (Vincent Veyron <vv.lists@wanadoo.fr>)
List pgsql-general
    Edson Richter wrote:

> Do you have any fact that support RHEL being slower than others?
> I would like to improve our servers if we can get some ideas - so far,
> we have tried Ubuntu LTS servers, and seems just as fast as RHEL for
> PostgreSQL (tests made by issuing heavy queries).

On Debian/Ubuntu, the default behavior is to have SSL enabled out
of the box, including for TCP connections to localhost.
That may be a good idea for remote access, but for local/LAN connections,
it can slow things down quite significantly . The problem is that people end
up using SSL without needing or knowing it.

Of course it can be turned off by using hostnossl for specific hosts in
pg_hba.conf, or globally with SSL=off in postgresql.conf, or using Unix
domain sockets for local connections, but people not well-versed in PG are
often not aware of this.

Other than that, the rest of the packaging is awesome, especially the layer
that make it possible to manage several simultaneous PG instances.

Best regards,
--
Daniel
PostgreSQL-powered mail user agent and storage: http://www.manitou-mail.org


pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: plpython intermittent ImportErrors
Next
From: "Sahagian, David"
Date:
Subject: lock and socket file