replication - Mailing list pgsql-admin

From Peter T. Brown
Subject replication
Date
Msg-id 001101c19a25$f08ceec0$7d00000a@PETER
Whole thread Raw
In response to Re: Grant all to Public & adding users  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: replication  (David Stanaway <david@netventures.com.au>)
List pgsql-admin
Hello

I want to add replication capabilities to my postgresql installation. Can
anyone recommend a good way (open source or otherwise) to do so?

Basically, I have a web tracking application that must quickly and reliably
store massive amounts of tracking data. Later, I run complex queries to
analyze this tracking data. These complex queries tend to be very resource
intensive, so I'd like to have them run on a separate machine altogether. I
need a simple and reliable method to 'copy' any data added to the tracking
database to the analysis database. Preferably, I'd be able to configure this
copy process to defer to high priority queries or to be considerate of the
time of day.

Thanks,

Peter T. Brown


pgsql-admin by date:

Previous
From: Peter Wood
Date:
Subject: Installing Postgres v7.1.3 with support for Greek Characters
Next
From: "Arguile"
Date:
Subject: Re: replication