Subject | Re: [Firebird-Architect] "Write Committed" transaction mode |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2010-11-29T21:08:06Z |
29.11.2010 21:12, Ann W. Harrison wrote:
cases also restart the statement after that. IMHO, it is quite unpleasant process,
overcomplicated and AFAIK, Oracle has some bugs in this place.
--
SY, SD.
> Postgres, InnoDB (the MySQL transactional engine), and OracleCan't say about PG and MySQL, but Oracle doesn't just wait till commit, but in most
> implement another isolation mode between "Snapshot" and
> "Read Committed." Normal Select statement works just as
> they do in Firebird's Snapshot mode. Update, delete,
> and select for update wait if there's a newer version of
> the record than the transaction can see, then succeed when
> the transaction that created the newer version commits.
cases also restart the statement after that. IMHO, it is quite unpleasant process,
overcomplicated and AFAIK, Oracle has some bugs in this place.
--
SY, SD.