Re: Big 7.4 items - Mailing list pgsql-hackers

From Justin Clift
Subject Re: Big 7.4 items
Date
Msg-id 3DFAD5C9.5070109@postgresql.org
Whole thread Raw
In response to Re: Big 7.4 items  (<darren@up.hrcoxmail.com>)
List pgsql-hackers
darren@up.hrcoxmail.com wrote:
>>It is asynchronous without the need of 2 phase commit. It is group
>>communication based and requires the group communication system to
>>guarantee total order. The tricky part is, that the local transaction
>>must be on hold until the own commit message comes back without a prior
> 
> 
> No, It holds until it's own Writeset comes back.  Commits 
> and then send a commit message on the simple channel, so
> commits don't wait for ordered writesets.  
> 
> Remember total order guarantees if no changes in front of 
> the local changes conflict, the local changes can commit.

Do people have to be careful about how they use sequences, as they don't normally roll back?

Regards and best wishes,

Justin Clift

<snip>
> Darren

-- 
"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
- Indira Gandhi



pgsql-hackers by date:

Previous
From: Shridhar Daithankar
Date:
Subject: Re: Big 7.4 items
Next
From: Justin Clift
Date:
Subject: Re: Big 7.4 items