Tag: database
All the articles with the tag "database".
-
Write-Ahead Logging: The Engine Behind Database Durability and Implemening it
Explore how Write-Ahead Logging powers database durability, its critical role in ACID compliance, and my implementation in Golang.
-
Read and Write in a File based Database: Creating Cool DB-I
Explore different file storage methods, their advantages and disadvantages, and why binary storage is often preferred for performance and efficiency.