Write-Ahead-LoggingOne 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...Jan 18, 2024·5 min read