
How Databases Scale Write Performance with Transaction Logs
Transaction Log Basics When you first meet a transaction log, it can feel oddly small for something so important. The database does not rush to rewrite table and index files for every insert or update; instead, it first appends a compact record of the change to a log. PostgreSQL calls







