Re: Performance and Clustering

From: Greg Smith <greg(at)2ndquadrant(dot)com>
To: Ozz Nixon <ozznixon(at)gmail(dot)com>
Cc: Andy Colson <andy(at)squeakycode(dot)net>, PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: Performance and Clustering
Date: 2010-04-29 19:21:20
Message-ID: 4BD9DC30.8000306@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

This whole sockets conversation has wandered way off topic. PostgreSQL
runs into high-connection scaling issues due to memory limitations (on
Windows in particular, as noted in the FAQ entry I suggested), shared
resource contention, and general per-connection overhead long before
socket issues matter.

--
Greg Smith 2ndQuadrant US Baltimore, MD
PostgreSQL Training, Services and Support
greg(at)2ndQuadrant(dot)com www.2ndQuadrant.us

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Justin Graf 2010-04-29 19:33:46 Re: Storing many big files in database- should I do it?
Previous Message Tom Lane 2010-04-29 19:18:11 Re: Storing many big files in database- should I do it?