Fast Table Replication / Mirroring

From: Alex <alex(at)meerkatsoft(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Fast Table Replication / Mirroring
Date: 2003-08-29 03:49:21
Message-ID: 3F4ECD41.9020605@meerkatsoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,
I saw some replication projects but think this might be an overkill for
my intentions.

I have two databases, Primary / Secondary where the Secondary is
readyonly for
users. I need to mirror tables when changes occur on that table. That
may happen a few times a day.
Tables are in the area of few 100k records.

A) Is there an easy way to copy the data from Primary to Secondary
Can this be triggered by updates on the primary table ?

B) Is there a fast way to check if table A on Primary and Secondary
server are in Sync?
Not number of records but contents.

Any advise would be appreciated.

Alex

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Matthew T. O'Connor 2003-08-29 03:58:46 Re: Vacuuming and already vacuumed table?
Previous Message Joe Conway 2003-08-29 03:40:43 Re: Arrays and Indices / Foreign Keys