Re: PostgreSQL, clusters and load-balance - Mailing list pgsql-general

From Thomas Kellerer
Subject Re: PostgreSQL, clusters and load-balance
Date
Msg-id fsbg0r$79h$1@ger.gmane.org
Whole thread Raw
In response to PostgreSQL, clusters and load-balance  ("Bill Wordsworth" <bill.wordsworth@gmail.com>)
Responses Re: PostgreSQL, clusters and load-balance  ("Bill Wordsworth" <bill.wordsworth@gmail.com>)
List pgsql-general
Bill Wordsworth wrote on 25.03.2008 19:16:
> When traffic goes up, my webserver creates multiple instances of
> postgresql.exe. At some basic level, aren't they similar to Oracle's RAC
> "clusters", except that they are not aware of each other?

No, absolutely not. Each client request is handled by a single postgres process
which is spawned by the postmaster upon connection.

It has nothing to do with "instances" or high-availibility

Thomas

pgsql-general by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: PostgreSQL, clusters and load-balance
Next
From: "Roberts, Jon"
Date:
Subject: Re: select any table