Today a customer with corrupted data files showed up. When we
enquired a bit more he told us that he had a broken I/O
controller. This is one of the worst things which can happen to
you!
The reason is the following: When a I/O controller starts to die
it often does not happen immediately. The controller dies slowly
producing more and more corrupt data. When you just write data
without checking or reading them it can take days or even weeks
until you discover the problem.
But the nasty thing is, that even your backup is infected with
the corrupted data. In worst case corruption started long before
your oldest still existing backup was made.
Fortunately DBMS are a bit sensitive related to data corruptions
and start to complain pretty early. So please consider warning or
error messages about data corruption as serious and try to find
the problem immediately and solve it!
What can we do against spreading data …
[Read more]