Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: What DB do you use at your end?
by
CIYAM
on 21/11/2016, 19:53:12 UTC
⭐ Merited by ETFbitcoin (1)
How should a rollback happen in your view?

A real "rollback" would require that the transaction log would have kept the full details of any deleted record (no major DB in the world does that AFAIA).

So if you want to "reverse history" it would be easy enough to recover "deleted records" using the transaction log.

Hope that makes sense.