Re: Migrate postgres to newer hardware - Mailing list pgsql-admin

From Scott Marlowe
Subject Re: Migrate postgres to newer hardware
Date
Msg-id r2kdcc563d11003310111h7a0b742av18ff953d33d2d6ea@mail.gmail.com
Whole thread Raw
In response to Re: Migrate postgres to newer hardware  (Renato Oliveira <renato.oliveira@grant.co.uk>)
Responses Re: Migrate postgres to newer hardware  (Renato Oliveira <renato.oliveira@grant.co.uk>)
List pgsql-admin
On Wed, Mar 31, 2010 at 1:43 AM, Renato Oliveira
<renato.oliveira@grant.co.uk> wrote:
> Greg,
>
> Thank you very much for your input.
> I agree with you and I do understand where you are coming from.
>
> I do agree that in order to transition without a noticeable downtime the application would need to be built for that.
>
> Which one works best: bucardo, slony or Londiste?
>
> I have researched Slony and Bucardo but have not heard of  Londiste before.
>
> How many people are using all three of them and their review  have you heard anything about that?

I run slony.  On our regular db there are about 2000 relations, about
1200 of those are indexes, so slony has to worry about 800 or so
relations.  It has no problem with that.  On another machine that has
some 45k relations in addition to the 2000 base relations.  That slony
instance takes 3.5 hours to run the same create set that takes 2
minutes on the machine with just 2000 relations.

Slony should be able to work for you.  See if you can schedule it so
you start your subscription right when you're entering your lowest
throughput window.  Your real bottleneck here is that source database
with a single hard drive.  That's going to limit your speed of
subscription by quite a bit.

pgsql-admin by date:

Previous
From: Renato Oliveira
Date:
Subject: Re: Migrate postgres to newer hardware
Next
From: Renato Oliveira
Date:
Subject: Re: Migrate postgres to newer hardware