Comment on Turning the database inside-out (2015)parentComments−timacles1yThats 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...
Comments
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...