LogoUnisonDB

    • Getting Started
      • Configuration
    • Architecture Overview
      • API Reference
        • HTTP API Reference
      • Deployment Topologies
        • Operations
          • Backup and Restore
        • Examples
          • Multi-DC CRDT Replication
          • Building a Corruption-Proof Write-Ahead Log in Go
        • GitHub
        • Discussions

        Blog Posts

        Blog Posts

        Building a Corruption-Proof Write-Ahead Log in Go

        December 14, 2025
        Learn how to build a crash-safe Write-Ahead Log (WAL) in Go, and why CRC32 alone is not enough. We explore the durability layers UnisonDB uses to prevent corruption after crashes.
        Read more →
        Edit Edit this page