Subject | Re: [Firebird-Architect] Feature request... |
---|---|
Author | Ivan Prenosil |
Post date | 2004-05-28T16:48:53Z |
> - Sub-transactions would have the same isolation properties relative to each other and their parent... which would brake the basic behaviour of snapshot transactions.
> transaction as concurrent transactions have to each other and the state of the database (outside of
> any transaction) ... yes, sub-transactions could deadlock.
>
> I would expect sub-transactions to see everything their parent transaction(s) did up until the
> spawning point, and I would expect parent transactions to see everything their sub-transactions
> have done once they've committed (rejoining the parent, thus acting as if the parent has performed
> those actions directly)
The same row read twice could return different values if the sub-transaction
updated that row and committed in between.
Ivan