Re: [HACKERS] MVCC works in serialized mode! - Mailing list pgsql-hackers

From Vadim Mikheev
Subject Re: [HACKERS] MVCC works in serialized mode!
Date
Msg-id 368369CC.9B76D53A@krs.ru
Whole thread Raw
In response to MVCC works in serialized mode!  (Vadim Mikheev <vadim@krs.ru>)
Responses Re: [HACKERS] MVCC works in serialized mode!  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
> 
> 2. LOCK TABLE modes are not yet implemented...

Implemented, as well as SET TRANSACTION ISOLATION LEVEL...

> 
> 3. As well as SELECT ... FOR UPDATE: I need in advice here!
> 
>    Do Oracle, Informix etc support SELECT FOR UPDATE if
>    there are aggregates, group by, distinct in SELECT ???

As I see in Oracle documentation FOR UPDATE is disallowed
in these cases... No objections ?

>    Is SELECT FOR UPDATE allowed in subqueries ???

Could someone test this?

> 
> 7. As I read in Sybase documentation the default
>    standard transaction mode is _chained_ - all
>    queries before explicit COMMIT/ABORT are run in _single
>    transaction_... But we have to use BEGIN/END to get it!
>    This was not so bad for system with relation level locks,
>    but now only the same row writes block one other and so
>    chained mode seems more appropriate...
> 
>    Shouldn't we change default transaction mode now?
>    And use option/SET TRANSACTION MODE to switch to
>    un-chained mode if one like it?

No comments on this?
I would like to make BEGIN implicit...
Objections?

Vadim


pgsql-hackers by date:

Previous
From: Edmund Mergl
Date:
Subject: postgresql-6.4.1.tar.gz
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] postgresql-6.4.1.tar.gz