How to test the performance of a database during crash?

43 Views Asked by At

I am trying to test my database against crash, i.e. to see how does the DB behave during crash.

I realise that it is not an easy task, because it is not easy to crash the database at a right point of time. For instance, I want to crash my program when the writing the database reaches to 70%.

"Crash" migh be different things: for instance, power off, or hard drive is removed, or network cable is removed, etc.

I am working on rocksdb.

Could you give me some hints?

Thank you very much,

0

There are 0 best solutions below