Re: Linux Distribution Preferences?

From: "Daniel Verite" <daniel(at)manitou-mail(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Linux Distribution Preferences?
Date: 2013-01-14 17:03:08
Message-ID: 33ed2bca-a42d-46b1-97d5-65bc8ef63bc4@mm
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2013-01-14 17:05:09 Re: plpython intermittent ImportErrors
Previous Message Gavin Flower 2013-01-14 16:34:20 Re: Linux Distribution Preferences?