Where are all the native revisioned databases?

后端 未结 4 1563
自闭症患者
自闭症患者 2021-02-13 23:02

I\'ve read all the SO questions, the Coding Horror articles, and Googled my brains off searching for the best ways to revision control data. They all work and they all have thei

4条回答
  •  温柔的废话
    2021-02-14 00:06

    You could read about temporal databases.

    In "Temporal Data & the Relational Model" by Date, Darwen, and Lorentzos, the authors introduce a sixth normal form to account for issues in tracking temporal data.

    Richard Snodgrass proposed TSQL2 as an extension to SQL to handle temporal data.

    Implementations include:

    • Oracle Workspace Manager
    • TimeDB

提交回复
热议问题