Subject Re: [firebird-support] Technical info
Author Ivan Prenosil
> >Any idea where I can find actual numbers, especially max number of
records
> >per table?
>
> Same as InterBase - 2^32. After that, think about archiving. :-))

In fact the number is less than 2^32. Each row has its rdb$db_key key
(which is 32 bit), but db_keys are also "consumed" by blobs,
and some possible db_key values will always remain unused
(thanks to sub-optimal algorithm for their assigning).

Ivan