Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

As someone who has never had to perform this kind of recovery: why is it so hard?


Because it is very difficult to maintain relational integrity during a restore like that.


Gotcha. I guess you could be heavy-handed and disable foreign key checks, but who knows what other bugs that would bring into the mix.


The other difficulty is if you don't restore the entire state in a single transaction. Imagine you have partial data restored in Table A but haven't updated Table B correspondingly. Now some other program that consumes Table A and Table B and doesn't have error handling will crash (or worse, mutate state in other weird ways).


That is relational integrity.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: