conjunto organizado de dados
Alex Chan (Hacker News): Many of these outages were caused by a single bug, deep in SQLite. It took months of intense forensics to track it down. […] This lack of reliable trigger conditions mea
You've probably all experienced it; another outage and the database is the root cause. Why are databases such a frequent cause of problems in most tech stacks? Why can't we seem to solve these problem
In which Adam highlights the integration process and notes some challenges compared to the TanStack setup we covered shortly ago.
As part of Multigres development, we have been testing recovery of Postgres server as part of dealing with graceful switchovers as well as failovers of servers in a variety of different scenarios and
Slides and transcript from How much do you really need to know about databases? at EuroPython 2026 in Kraków, Poland on 15 July 2026. I will add a link to the recording once it's available. I've inclu
CedarDB is a database system that delivers unmatched performance for transactions and analytics, from small writes to handling billions of rows. Built on cutting-edge research to power today’s tools a
This page contains instructions for upgrading to a newer version of CedarDB that is not backward compatible with previous database formats. Please check this page whenever a new release is listed in t
A tour through Read Committed, Repeatable Read, and Serializable, and why the same three words guarantee completely different things depending on which database you ask.