ML Wiki
Machine Learning Wiki - A collection of ML concepts, algorithms, and resources.
Database Transaction Log
database-systems-architecture
Database Transaction Log
A way to ensure
atomicity
,
consistency
and
durability
in
Database
s
Important for
Crash Recovery
Types of Loggings
Undo Logging
Redo Logging
Undo/Redo Logging
Exercises
Sources
Database Systems Architecture (ULB)
✏️ Edit on GitHub