Home | Previous Page | Next Page   Logging and Log Administration > Checkpoints and Fast Recovery >

Time Stamps

The database server uses a time stamp to identify a time when an event occurred relative to other events of the same kind. The time stamp is not a literal time that refers to a specific hour, minute, or second. It is a 4-byte integer that the database server assigns sequentially. When the database server compares two time stamps, its algorithm accounts for the possibility that wraparound has occurred.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]