Re: postgres wish list

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: postgres wish list
Дата
Msg-id gnjbdc$u32$1@ger.gmane.org
обсуждение исходный текст
Ответ на postgres wish list  ("Sameer Mahajan" <Sameer_Mahajan@symantec.com>)
Ответы Re: postgres wish list  (Chander Ganesan <chander@otg-nc.com>)
Список 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 по дате отправления:

Предыдущее
От: Mike Christensen
Дата:
Сообщение: Re: When adding millions of rows at once, getting out of disk space errors
Следующее
От: Igor Katson
Дата:
Сообщение: Accessing array elements in a FOR PL/pgsql loop