Jepsen Analysis: MariaDB Galera Cluster 12.1.2 Fails "No Lost Transactions" Guarantee
MariaDB Galera Cluster is a replicated version of MariaDB, a popular SQL database. While MariaDB claims Galera ensures “no lost transactions”, it loses transactions in at least two scenarios. First…
Read the full articleYou might also wanna read
Day 9: Fix a Failed MariaDB Service by Checking Permissions, Not the Engine
A Day 9 exercise from the 100 Days of DevOps and Cloud series tackled two practical tasks: reviving a failed MariaDB service and enabling EC
The transactional outbox pattern: keeping a database and Kafka consistent
Wrote this up after one too many "the row updated but the event never fired" incidents. It walks through why the dual-write problem is unavo
LinkedIn Engineers Diagnose Kernel Lock Contention Behind Recurring Database Freezes
Off-CPU eBPF profiling was triggered instantly during brief database feed outages to capture blocked threads and identify root cause when lo
Job Queues Explained: Retries, Idempotency, and Dead-Letter Queues
A technical guide published on DEV Community breaks down the core challenges of designing reliable job queue systems for backend application
Dev Tutorial: Iceberg Partition Overwrite Solves Gold Table Duplication on Reprocessing
A developer on DEV Community published a technical walkthrough addressing a data reprocessing problem in a manufacturing data platform mini-
Rethinking database architecture: From monolithic storage to Lakebase and LTAP
* Almost every traditional database keeps its write-ahead log and data files on one machine's disk, which is the root cause of data loss ris
Rethinking database architecture: From monolithic storage to Lakebase and LTAP
* Almost every traditional database keeps its write-ahead log and data files on one machine's disk, which is the root cause of data loss ris

Comments
Sign in to join the conversation.
No comments yet. Be the first.