Re: postgres wish list - Mailing list pgsql-general

From Thomas Kellerer
Subject Re: postgres wish list
Date
Msg-id gnjbdc$u32$1@ger.gmane.org
Whole thread Raw
In response to postgres wish list  ("Sameer Mahajan" <Sameer_Mahajan@symantec.com>)
Responses Re: postgres wish list
List pgsql-general
Sameer Mahajan, 19.02.2009 07:38:
> *         Shared memory based connectivity: As such postgres has client
> - server model. The TCP-IP nature of its connectivity further adds to
> the latency of this communication. It will be nice to have a shared
> memory based connectivity between libpq front end and the back end.

I have never worked with an application that ran on the same server as the database.

Application server (e.g. for webapps) and database server are almost always on different machines (even more so for
client/serverapplications).  

So an application in production system doesn't really benefit from this. It will always have to go through tcp.

Or am I missing something?

Thomas

pgsql-general by date:

Previous
From: Mike Christensen
Date:
Subject: Re: When adding millions of rows at once, getting out of disk space errors
Next
From: Igor Katson
Date:
Subject: Accessing array elements in a FOR PL/pgsql loop