|
|
|
|
|
by sixdimensional
2075 days ago
|
|
This sounds like temporal tables, does it not - except deep inside the storage engine?? The historical copy goes to a separate table, the current row is in the current table. I wonder if there is a logical overlap in the ideas between temporal table handling and this low level storage engine optimization. |
|
Of course, support doesn't require Postgres-style MVCC. Oracle has time travel, which it calls Flashback ("SELECT AS OF"), even though it uses a different type of concurrency control.
[1] https://www.postgresql.org/docs/6.3/c0503.htm