From: | Richard Huxton <dev(at)archonet(dot)com> |
---|---|
To: | "Mark Cubitt" <mark(dot)cubitt(at)applegate(dot)co(dot)uk>, <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: 2 servers with 1 database cluster |
Date: | 2003-06-10 07:28:23 |
Message-ID: | 200306100828.23454.dev@archonet.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Monday 09 Jun 2003 4:49 pm, Mark Cubitt wrote:
> Hi,
>
> we are currently running 2 web/database servers with apache and postgess
> (and php etc), these have differnet sites on them at the moment but we are
> gonna have them load blanced and have both sites on each server.
>
> we will be using storage space with the hosting company to hold the pages
> and the database cluster.
>
> we are planning to have a copy of postgress running on both servers
> accessing the cluster on the storage space at the same time, is this
> possiable and if so is there any possiable problems.
If you mean two postmasters accessing a shared disk - no this is not possible
- your data will be corrupted.
I recall a long discussion on this some months ago, you might like to look at
the archives.
> and how would the database cluster handle 2 accesses to the same record at
> once?
Badly.
You want one of two things:
1. One shared PG installation behind your two webservers
2. Two individual PG installations replicating between each other.
--
Richard Huxton
From | Date | Subject | |
---|---|---|---|
Next Message | Sven Van Acker | 2003-06-10 08:27:43 | viewing the original order of entered records |
Previous Message | Ron Johnson | 2003-06-10 07:08:08 | Re: Feature Suggestion/Index tuning wizard that |