Hacker News new | ask | show | jobs
by timacles 504 days ago
Thats how the database works internally, thats not how the interface to the database works.

Apps dont know about the WAL log, and the database has internal logic for processing the WAL. Things like transactions, rollback etc...