Database
21 views
Write Ahead Log
Quick Definition
Persistence mechanism writing changes to log before database
Full Definition
A persistence mechanism where changes are written to a log before being applied to the actual database.
Examples
crash recovery, transaction durability, replication
Related Terms
acid
transaction
durability
More Database Terms
CAP Theorem
Theorem on Consistency, Availability, Partition tolerance trade-offs
SQL
Standard language for managing and querying databases
Database Migration
Version-controlled changes to database schema
Relational Database
Database storing data in structured tables with relationships
ACID
Properties guaranteeing reliable transaction processing
Transaction
Single unit of work that succeeds or fails completely