Re: Any Good Way To Do Sync DB's?

From: Gordan Bobic <gordan(at)bobich(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Any Good Way To Do Sync DB's?
Date: 2001-10-13 16:04:08
Message-ID: 200110131604.f9DG49T31777@sentinel.bobich.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Saturday 13 Oct 2001 15:54, you wrote:
> Gordan Bobic <gordan(at)bobich(dot)net> writes:
> > I'm going to have to rant now. The "dump" and "restore" which use the
> > COPY method are actually totally useless for large databases. The reason
> > for this is simple. Copying a 4 GB table with 40M rows requires over 40GB
> > of temporary scratch space to copy, due to the WAL temp files. That
> > sounds totally silly. Why doesn't pg_dump insert commits every 1000 rows
> > or so???
>
> Yup, "rant" is the correct term. The WAL file growth problem has been
> fixed as of 7.1.3, so your premise is false.

D'oh! OK, I'm off to upgrade... I'll just shut up, shall I... ;-)

Thanks for the tip. :-)

Regards.

Gordan

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Allan Engelhardt 2001-10-13 16:27:51 Re: [Off-topic, Meta-question] Problems with psql-general list
Previous Message Svenne Krap 2001-10-13 15:51:56 PGSQL & java applets