Re: Failover (was Re: PostgreSQL over NFS?)

From: Shaw Terwilliger <sterwill(at)sourcegear(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Failover (was Re: PostgreSQL over NFS?)
Date: 2001-02-10 00:30:51
Message-ID: 20010209183051.D11583@lister.sourcegear.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Shaw Terwilliger wrote:
> Besides dumping and COPY'ing the data into the second server, is there
> another form of easy one-way replication available? My schema has just
> a few simple tables (six tables, a few rows each). But these tables
> may hold a few million records each. I've estimated the total data size
> to be somewhere around 10 GB (with WAGs for index sizes) for 5 million
> users. I guess COPY would work.

Oops... up there, I meant to say my tables had a few columns each, not
rows. A few tables may hold a few million records. One big users table
holds an int id and a few TEXT fields, the other tables use keys into
the users table's id field and may store some strings.

--
Shaw Terwilliger <sterwill(at)sourcegear(dot)com>
SourceGear Corporation
217.356.0105 x 641

In response to

Browse pgsql-general by date

  From Date Subject
Next Message adb 2001-02-10 00:32:35 Re: Re: PostgreSQL over NFS?
Previous Message Alfonso Peniche 2001-02-10 00:23:59 bug with distinct?