Single Instance of Backend - Mailing list pgsql-general

From Dennis Gearon
Subject Single Instance of Backend
Date
Msg-id 3EF0C475.8080101@cvc.net
Whole thread Raw
Responses Re: Single Instance of Backend
Re: Single Instance of Backend
List pgsql-general
I have heard several mentions of the requirements for single postmaster. Is a postmaster 'the backend'? Maybe I could
definewhat I think is the current situation first: 


client1    client2     client3    ....
  |           |           |         |
  +-----------+-----------+---------+
  |
  V
Postmaster
  |
  V
OperSys
  |
  V
Disks

Is this correct? Is this because of MVCC? How many other DB's are using MVCC?

To make clustering work, and be as redundant as possible, how do the clustering solutions work for:

Postgres?

Oracle?

DB2?

Other Real DB's?


pgsql-general by date:

Previous
From: Diogo de Oliveira Biazus
Date:
Subject: [CYGWIN] Problems compiling PostgreSQL 7.3.3-1 under Win98
Next
From: Paul Thomas
Date:
Subject: Re: Allowing user to connect to a database?