Subject | RE: [firebird-support] FB commit/rollback processing |
---|---|
Author | lnd@hnit.is |
Post date | 2004-01-13T16:31:26Z |
> Martijn ToniesActually I am after the following issue: commit/rollback processing
> If you're doing a ROLLBACK while nothing has changed,
> Firebird will actually do a COMMIT instead.
strategy can be optimized for "commit expected" or, alternatively, for
"rollback expected" situations.
For "commit expected" strategy when DML occures all changes are written
directly to the tables and indexes but not marked as commited: then commit
processing has only to flag data as commited which is fast enough. Rollback
is quite slow then but rollback is really quite rear, usually one designs
transactions to commit.. Is this what Firebird does?
Regards, Laimis
[Non-text portions of this message have been removed]