Subject Re: [firebird-support] Re: Corruption of firebird db
Author The Wogster
jstahl80 wrote:
>> With databases, doesn't really matter which
>> database software your using, if you run out of disk space, then all
>> bets are off.
>>
>
> Of course, a full hdd is bad, but should that blow up the database?
> The Server should shutdown the database and return some eror messages
> to the clients, but not corrupt the DB file! Why are there
> transactions etc.? Not to throw away what failed and restart at the
> last good point?
>

Most databases (not just Firebird), simply are not designed, to deal
with the full hdd situation, because the DBA, should be watching the
disk space, and make sure that it doesn't happen. Essentially you need
to check for a full disk error, every time you create a new page, if
your adding a lot of pages, that could mean executing a lot of logic for
a situation, that might occur once in a very long time.

W