Subject | Re: [Firebird-Architect] Re: the insert into t select * from t infinite loop |
---|---|
Author | Alexander Klenin |
Post date | 2005-07-06T02:44:24Z |
On 7/6/05, Ann W. Harrison <aharrison@...> wrote:
numbers per transaction?
Numbers are cheap, just increase the counter by 2 instead of 1.
Then you can sub-allocate these numbers to different statement "stages".
--
Alexander S. Klenin
Insight Experts Ltd.
> A transaction can see its own resultsPerhaps there is some merit to the idea of using several transaction
> because they carry it's transaction number. There's a transaction
> number on each record, but no statement number. Adding a statement
> number to records is possible, I guess, but I'm not at all sure that its
> easier or better than checking for the existence of a record on a
> statement undo list.
numbers per transaction?
Numbers are cheap, just increase the counter by 2 instead of 1.
Then you can sub-allocate these numbers to different statement "stages".
--
Alexander S. Klenin
Insight Experts Ltd.