WAL - Write Ahead Log
It’s a log based mechanism which is used to maintain the durability in database. Each WAL record represents an operation in the database, whether it’s INSERT, UPDATE, DELETE, etc.
Structure of a WAL Record
It’s a binary record, but here are the parts...
aashman.hashnode.dev3 min read