Write-Ahead-Logging
One of the widely used techniques in computer science is Write-Ahead-Logging (WAL), also known as Journaling, which is an approach used for crash consistency and recovery in both the File System and database management systems(DBMS).
To understand ho...
abstractions.hashnode.dev5 min read