|
|
|
|
|
by jimbokun
4645 days ago
|
|
Given the underlying architecture of most relational databases, is it realistically possible to do "point in time queries", without requiring playing back the entire log history into a clean database up to the point in time you want? That's not going to be very efficient. I've only seen SQL logs presented as solutions to replication and disaster recovery, not point in time functionality. What I'm getting at, is it even possible in principle to expose part of the inner workings of some relational database systems to get this kind of capability? |
|
Edit: Seems like at least Oracle is already doing this: http://en.wikipedia.org/wiki/Redo_log