Subject | Re: [firebird-support] Firebird 2 multiple DB files? |
---|---|
Author | Anderson Farias |
Post date | 2008-03-15T13:04:47Z |
Hi,
'automatically'. You can do that on create or alter database or during
restore.
Old IB6 had this max file limitation of 4GB on windows (and 2Gb on linux),
but this limit has gone since firebird v1. So now, you'll probably only need
to have multifiles when your DB is bigger than your HDD.
When DB gets bigger than 4GB (with IB6 on Windows) you'll get a db
corruption. AFAIK, you'll also have a db corruption in FB if your db has no
HDD space to grow;
HTH,
Regards,
Anderson Farias
> I remember reading somewhere that IB6 allowed only one single databaseFalse.
> file.
> Now am I mistaken or were having the option to have multiple DB filesNo. multiple db were supported by IB6 (and *probably* older versions)
> introduced only in Firebird?
> Are multiple files created automatically or do I have to set some switchYou'll have to configure de multiple files yourself, it's not done
> for it? I remember reading somewhere that the max file size on XP is 4GB.
> What happens when the DB becomes bigger than this size?
'automatically'. You can do that on create or alter database or during
restore.
Old IB6 had this max file limitation of 4GB on windows (and 2Gb on linux),
but this limit has gone since firebird v1. So now, you'll probably only need
to have multifiles when your DB is bigger than your HDD.
When DB gets bigger than 4GB (with IB6 on Windows) you'll get a db
corruption. AFAIK, you'll also have a db corruption in FB if your db has no
HDD space to grow;
HTH,
Regards,
Anderson Farias