Discuss how time is represented in temporal databases and compare the different time dimensions.

Temporal data stored in a temporal database is different from the data stored in the non-temporal database in that a time period attached to the data expresses when it was valid or stored in the database. As mentioned above, conventional databases consider the data stored in them to be valid at a time instant now, they do not keep track of past or future database states. By attaching a time period to the data, it becomes possible to store different database states. In the temporal base, database time is represented as an ordered sequence of points in granularity. It is determined by the application and for particular applications, temporal database researchers used the term ‘chronon’ in state of point to describe the minimal granularity.



Comments

Popular posts from this blog

Discuss classification or taxonomy of virtualization at different levels.

Suppose that a data warehouse consists of the three dimensions time, doctor, and patient, and the two measures count and charge, where a charge is the fee that a doctor charges a patient for a visit. a) Draw a schema diagram for the above data warehouse using one of the schemas. [star, snowflake, fact constellation] b) Starting with the base cuboid [day, doctor, patient], what specific OLAP operations should be performed in order to list the total fee collected by each doctor in 2004? c) To obtain the same list, write an SQL query assuming the data are stored in a relational database with the schema fee (day, month, year, doctor, hospital, patient, count, charge)

What is RMI? Discuss stub and skeleton. Explain its role in creating distributed applications.