[GENERAL] BDR and TX obeyance

2016-01-04 Thread Riley Berton
I have been experimenting with BDR and have a question about how BDR interacts with transactions. bdrdemo=# create table thingy (id INT, value TEXT, PRIMARY KEY(id)); CREATE TABLE bdrdemo=# create table tx_log(id INT, msg TEXT, PRIMARY KEY(id)); CREATE TABLE bdrdemo=# insert into thingy (id, value

Re: [GENERAL] BDR and TX obeyance

2016-01-05 Thread Riley Berton
intained. riley > > Regards, > > Edson > > Atenciosamente, > > Edson Carlos Ericksson Richter > > Em 04/01/2016 18:09, Riley Berton escreveu: >> I have been experimenting with BDR and have a question about how BDR >> interacts with transactions. >>

Re: [GENERAL] BDR and TX obeyance

2016-01-08 Thread Riley Berton
Craig Ringer writes: > On 5 January 2016 at 04:09, Riley Berton wrote: > >> >> The conflict on the "thingy" table has resulted in node2 winning based >> on last_update wins default resolution. However, both inserts have >> applied. My expectation i