dbmirror

From: "Fred Fung" <fred(dot)fung(at)versaterm(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: dbmirror
Date: 2004-05-12 15:27:19
Message-ID: 002e01c43835$9d824940$e6d849c6@fung
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

Does anybody know if the slave database(s) in the dbmirror replication model can be queried (via SQL SELECT statement) by a client program as if it is quering the master database (I understand that the slave database may not be a 100% mirror of the master at any given moment but that is good enough) ? We are exploring the possibility of a multi-server architecture where the master postgres database would handle all the data update maintenance workload whereas the slave(s) would handle all the query workload.

Any suggestions would be much appreciated.

TIA.

Fred

Browse pgsql-general by date

  From Date Subject
Next Message David Garamond 2004-05-12 15:28:03 Re: bytea
Previous Message Glenn Sullivan 2004-05-12 15:10:52 Re: LISTEN/NOTIFY with JDBC