Jump to content

Bitemporal modeling

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 80.253.212.75 (talk) at 12:27, 3 May 2016. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Bitemporal Modeling is an information modeling technique designed to handle historical data along two different timelines. This makes it possible to rewind the information to "as it actually was" in combination with "as it was recorded" at some point in time. In order to be able to do so, information cannot be discarded even if it is erroneous. Within, for example, financial reporting it is often desirable to be able to recreate an old report both as it actually looked at the time of creation and as it should have looked given corrections made to the data after its creation.

Implementations of Bitemporal Modeling are mostly done using relational databases. As such, Bitemporal Modeling is considered different from Dimensional Modeling and complementary to database normalization. The upcoming SQL standard SQL:2011 will provide language constructs for working with bitemporal data. As no standard is yet in place, current solutions are vendor-specific.

Philosophy

Bitemporal modeling uses bitemporal structures as the basic components. This results in the databases which have a consistent type of temporality for all data.

Benefits of Bitemporal Modeling

By focusing on completeness and accuracy of data Bitemporal Modeling facilitates the creation of complete audit trails of data. Specifically this allows for queries which provide:

  1. The most accurate data possible as we know it now
  2. Data as we knew it at any point in time
  3. When and why the most accurate data we had changed