Subject Re: [firebird-support] Perfomance on using generator
Author Helen Borrie
At 07:23 AM 29/07/2006, you wrote:
>Hi All,
>
>Is there some performance pennalties on using "only one" generator
>to create primary indexes in all tables ?

No. A generator spins out the next number in the sequence and
updates the last generated value, regardless of where it is at in its
[long] life.

./heLen