You get a bonus - 1 coin for daily activity. Now you have 1 coin

9.3. Journal information

Lecture



The journal structure is usually a private matter of a specific implementation. We mark only the most common properties.

A log is usually a purely sequential file with variable size records that can be viewed in direct or reverse order. Exchanges are performed in standard chunks (pages) using the memory buffer. In well-organized systems, the structure (and even more so, the meaning) of journal entries is known only to the components of the DBMS responsible for logging and recovery. Since the contents of the log are critical when restoring a database after failures, there are special requirements for maintaining a log file for reliability. In particular, they usually strive to maintain two identical copies of the journal on different external memory devices.

created: 2014-09-27
updated: 2026-03-09
391



Was this answer useful?
Choose a quick rating so we can improve the next answer for you.
How satisfied are you?


Comments

To leave a comment

If you have any suggestion, idea, thanks or comment, feel free to write. We really value feedback and are glad to hear your opinion.
To reply

Lectures and tutorial on "Databases IBM System R - relational DBMS"

Terms: Databases IBM System R - relational DBMS