Re: 2 servers with 1 database cluster
От | Richard Huxton |
---|---|
Тема | Re: 2 servers with 1 database cluster |
Дата | |
Msg-id | 200306100828.23454.dev@archonet.com обсуждение исходный текст |
Ответ на | 2 servers with 1 database cluster ("Mark Cubitt" <mark.cubitt@applegate.co.uk>) |
Список | 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
В списке pgsql-general по дате отправления: