Subject | Re: [firebird-support] Primary Keys - [was] Database File Size |
---|---|
Author | Ann W. Harrison |
Post date | 2004-05-22T19:59:23Z |
At 06:37 PM 5/21/2004, Alan McDonald wrote:
is 4,294,967,295 rows. Record identifiers aren't completely dense, so you
won't get quite that many. They are reused, so you're not penalized for deleted
records.
That restriction will probably be lifted in V2.
Regards,
Ann
> > Don't forget the other two limits that might come into play withInternally the engine uses a four byte record identifier, so yes, the limit
> > a very large database:
> >
> > maximum of 4 billion rows per table
>
>This is very interesting for all those wanting to use Int64 as their primary
>keys.
>This must be the absolute range of Int32. Surely with FB1.5, the maximum
>rows per table is equivalent to the absolute range of Int64??? Anyone know?
is 4,294,967,295 rows. Record identifiers aren't completely dense, so you
won't get quite that many. They are reused, so you're not penalized for deleted
records.
That restriction will probably be lifted in V2.
Regards,
Ann