backend Building a Log-Structured Merge Tree Database - Part 1 Here is how a log-structured merge tree works and why it is an advantageous database engine with code examples.
backend Altering SQL database schemas in production Altering an SQL database schema in production can be tricky. This article summarizes the most common use cases and solutions.