Re: Moving a large DB (> 500GB) to another DB with different locale

From: Jim Nasby <Jim(dot)Nasby(at)BlueTreble(dot)com>
To: Andreas Joseph Krogh <andreas(at)visena(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Moving a large DB (> 500GB) to another DB with different locale
Date: 2016-01-13 18:18:20
Message-ID: 569694EC.3070406@BlueTreble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 1/13/16 2:03 AM, Andreas Joseph Krogh wrote:
> Seems like pglogical migth be better?
> http://2ndquadrant.com/en/resources/pglogical/
> It's available for 9.4 also.

It would certainly be faster. It's also less tested than Slony is
though, as it's fairly new. If it was me, I'd use pg_logical.
--
Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX
Experts in Analytics, Data Architecture and PostgreSQL
Data in Trouble? Get it in Treble! http://BlueTreble.com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jim Nasby 2016-01-13 18:25:20 Re: Changing varchar length by manipulating pg_attribute
Previous Message Adrian Klaver 2016-01-13 18:04:37 Re: Call postgres PL/Python stored function from another PL/Python block.