RE: Re: AW: Re: MySQL and BerkleyDB (fwd) - Mailing list pgsql-hackers

From Mikheev, Vadim
Subject RE: Re: AW: Re: MySQL and BerkleyDB (fwd)
Date
Msg-id 8F4C99C66D04D4118F580090272A7A234D32B4@sectorbase1.sectorbase.com
Whole thread Raw
In response to AW: Re: MySQL and BerkleyDB (fwd)  (Zeugswetter Andreas SB <ZeugswetterA@wien.spardat.at>)
List pgsql-hackers
> > 1. For 1st phase we'll place into log "prepared-to-commit" record
> >    and this phase will be accomplished after record is 
> >    flushed on disk.
> >    At this point transaction may be committed at any time because of
> >    all its modifications are logged. But it still may be rolled back
> >    if this phase failed on other sites of distributed system.
> 
> 1st phase will also need to do all the delayed constraint checks,
> and all other work a commit currently does, that could possibly lead 
> to a transaction abort. The 2nd phase of 2phase commit is not 

It was assumed.

Vadim


pgsql-hackers by date:

Previous
From: Ned Lilly
Date:
Subject: PHP - Postgres large object functions
Next
From: Bruce Momjian
Date:
Subject: Re: [GENERAL] child table doesn't inherit PRIMARY KEY?