Re: Corrupt indexes on slave when using pg_bulkload on master

From: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
To: James Cowell <jcowell(at)btinternet(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Corrupt indexes on slave when using pg_bulkload on master
Date: 2012-12-05 18:01:31
Message-ID: CAMkU=1yS+v_PJbSKY6oHhg+QxYPTp7am1Y2aEoZnBOS5jtz8gw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Dec 5, 2012 at 5:17 AM, James Cowell <jcowell(at)btinternet(dot)com> wrote:
> I'm using pg_bulkload to load large amounts of CSV data into a postgres
> database hourly.
>
> This database is replicated to a second node.

pg_bulkload is fundamentally incompatible with PITR, streaming, and
forms of replication that depend on those things.

Cheers,

Jeff

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message icholy 2012-12-05 18:05:24 libpq - prevent automatic reconnect
Previous Message Tom Lane 2012-12-05 16:24:49 Re: Extending the KD Tree index in Postgresql 9.2.1