Subject RE: [firebird-support] Questions about FB file size limits
Author Leyne, Sean
Guto,

> If I have a database with 4k page size... independent of OS, How much
> my database (.FDB file) can grow until I must create a adicional
> files?

The file size limit is ALWAYS dependent on OS and file system.

Assuming a 64 bit file system, then a database file can be up to 2^32 *
(page size). For a 4KB page size, that works out to 16 TeraBytes!

{There is **no limit** to the number of *physical* database files which
can be linked together to make up a database (*logical*)}


Sean