Re: BDR workers exiting?

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: BDR workers exiting?
Дата
Msg-id CAMsr+YHM6QYReR=eCwpztn7=jrkPa_Ch7Zt6C580645=nM7Ngw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: BDR workers exiting?  (Steve Pribyl <Steve.Pribyl@akunacapital.com>)
Список 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 по дате отправления:

Предыдущее
От: Victor Blomqvist
Дата:
Сообщение: Re: Drop or alter column under load give ERROR #42804 structure of query does not match function result type:
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: BDR: no free replication state could be found