Subject | Re: generator ids in uncommitted transactions |
---|---|
Author | Adam |
Post date | 2005-11-03T03:42:23Z |
--- In firebird-support@yahoogroups.com, "kapsee" <kapil.surlaker@g...>
wrote:
Generator calls are transaction independent. Even if the uncommitted
transactions are rolled back, it does not hurt anything.
Generators are bigints (64 bit integers). That is huge. You will not
run out of them any time soon.
Adam
wrote:
>Why?
> Is there any way to find out if there are any uncommitted transactions
> that have called gen_id on a generator ?
> Or if I get an id using the gen_id call, can I somehow wait till allYou don't need to.
> current transactions either commit or abort ?
Generator calls are transaction independent. Even if the uncommitted
transactions are rolled back, it does not hurt anything.
Generators are bigints (64 bit integers). That is huge. You will not
run out of them any time soon.
Adam