I want to test disaster recovery of RDBMs after power loss under high load.
My idea is to mount data directory under new mountpoint and then execute umount -f
during the load and investigate outcome / state of files.
My expectation is that with non-durable configuration the data should be inconsistent and consistent otherwise.
Does anybody think it is good idea and maybe other related hints (e.g. which filesystem better to use or my expectation is irrelevant, then why)?