Re: Cmpact commits and changeset extraction

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Cmpact commits and changeset extraction
Дата
Msg-id CA+TgmoabZVhFWZDk7w1sinLKu8YvrwJpcY=nid2ZkygC2mPhoQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Cmpact commits and changeset extraction  (Andres Freund <andres@2ndquadrant.com>)
Ответы Re: Cmpact commits and changeset extraction  (Andres Freund <andres@2ndquadrant.com>)
Список pgsql-hackers
On Mon, Sep 30, 2013 at 5:34 PM, Andres Freund <andres@2ndquadrant.com> wrote:
>> What's wrong with #1?
>
> It seems confusing that a changeset stream in database #1 will contain
> commits (without corresponding changes) from database #2. Seems like aaa
> pola violation to me.

I don't really see the problem.  A transaction could be empty for lots
of reasons; it may have obtained an XID without writing any data, or
whatever it's changed may be outside the bounds of logical rep.  Maybe
you should just skip replay of transactions with no useful content.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Minmax indexes
Следующее
От: Andres Freund
Дата:
Сообщение: Re: [PERFORM] Cpu usage 100% on slave. s_lock problem.