Re: BDR workers exiting? - Mailing list pgsql-general

From Craig Ringer
Subject Re: BDR workers exiting?
Date
Msg-id CAMsr+YHM6QYReR=eCwpztn7=jrkPa_Ch7Zt6C580645=nM7Ngw@mail.gmail.com
Whole thread Raw
In response to Re: BDR workers exiting?  (Steve Pribyl <Steve.Pribyl@akunacapital.com>)
List pgsql-general
BDR is currently memory-limited for extremely large transactions. At a
guess, I'd say one of your big tables is large enough that the logical
decoding facility BDR uses can't keep track of the transaction
properly.

There's no hard limit, it depends on details of the transaction and a
number of other variables, but "many tens or hundreds of GB" is
generally too much.

If I was to load such a big DB, I'd probably do it with ETL tools that
could split up the load and do it progressively.


pgsql-general by date:

Previous
From: Victor Blomqvist
Date:
Subject: Re: Drop or alter column under load give ERROR #42804 structure of query does not match function result type:
Next
From: Craig Ringer
Date:
Subject: Re: BDR: no free replication state could be found