Why do we need temporal database? Explain different time dimensions in this database.

We need a temporal database because of the following reasons:-

(i) A temporal database efficiently stores a time series of data, typically by having some fixed timescale and then storing only changes in the measured data.

(ii) It prevents fragmentation of an object description.

(iii) It provides query algebra to deal with temporal data.

(iv) It is Compatible with the old databases without temporal data.

(v) It maintains the past or historical values and the time at which data was updated. 

The different time dimensions in this database that occur on the temporal database are: Valid time, Transaction time, bitemporal data

Valid time

Valid time is a time period during which a fact is true in the real world. Given a particular event or fact that is associated with a particular time point or time period in the database, the association may be interpreted to mean different things. The most natural interpretation is that the associated time is the time that the event occurred or the period during which the fact was considered to be true in the real world. If this interpretation is used, the associated time is often referred to as the valid time. A temporal database using this interpretation is called a valid time database.
For example, in a company, the Salary of the employees has a valid time and end time

Transaction time

Transaction time is the time period during which a fact stored in the database was known.
However, a different interpretation can be used, where the associated time refers to the time when the information was actually stored in the database; that is, it is the value of the system time clock when the information is valid in the system. In this case, the associated time is called the transaction time. A temporal database using this interpretation is called a transaction time database. Unlike valid time here we can roll back the database. For example, in a company, the Salary of the employees has a valid time and end time. 


Bitemporal data

It combines both valid ad transaction times. It stores data with respect to both valid time and transaction time. In some applications, only one of the dimensions is needed and in other cases, both time dimensions are required, in which case the temporal database is called a bitemporal database.

Comments

Popular posts from this blog

Suppose that a data warehouse for Big-University consists of the following four dimensions: student, course, semester, and instructor, and two measures count and avg_grade. When at the lowest conceptual level (e.g., for a given student, course, semester, and instructor combination), the avg_grade measure stores the actual course grade of the student. At higher conceptual levels, avg_grade stores the average grade for the given combination. a) Draw a snowflake schema diagram for the data warehouse. b) Starting with the base cuboid [student, course, semester, instructor], what specific OLAP operations (e.g., roll-up from semester to year) should one perform in order to list the average grade of CS courses for each BigUniversity student. c) If each dimension has five levels (including all), such as “student < major < status < university < all”, how many cuboids will this cube contain (including the base and apex cuboids)?

Suppose that a data warehouse consists of the four dimensions; date, spectator, location, and game, and the two measures, count and charge, where charge is the fee that a spectator pays when watching a game on a given date. Spectators may be students, adults, or seniors, with each category having its own charge rate. a) Draw a star schema diagram for the data b) Starting with the base cuboid [date; spectator; location; game], what specific OLAP operations should perform in order to list the total charge paid by student spectators at GM Place in 2004?

What is national data warehouse? What is census data?