Subject | Re: Database Size Limit |
---|---|
Author | Adam |
Post date | 2006-10-02T02:25:38Z |
> I'm using Ms Windows 2000 server and installed firebird 1.53 on it.The 2GB file size limitation is a limit of the Ms FAT32 file system
> I'd like to transfer my 10 Gb ms SQL database to firebird.
> I've read that there's database size limit (or maybe file size
> limitation) on windows 2000 server.
not of Firebird. NTFS has a limitation of 256TB, so providing you are
installing the database on a NTFS volume you will be fine.
>Secondary files are useful only to overcome file system limitations.
> Do I need to create secondary file (or more) to handle this database?
If you exceed a limit of Firebird itself, no amount of additional file
system files will be useful.
IBPhoenix.com has a list of limits that should allow you to judge
whether FB can handle your database.
> Or this secondary will be created automatically by firebird ?Nope, Firebird takes care of jumping onto the second file if that is
what you have defined, but it will never just create a new file on its
own accord.
Adam