Subject | Re: [firebird-support] Re: Corruption of firebird db |
---|---|
Author | The Wogster |
Post date | 2006-03-29T00:31:56Z |
jstahl80 wrote:
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
>> With databases, doesn't really matter whichMost databases (not just Firebird), simply are not designed, to deal
>> 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?
>
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