Modern systems don’t fail because they can’t store data — they fail because they can’t deliver the right data to the right consumers at the right time. The fano...
Query Handling When a query is sent to a ThingsDB node, the node first checks its own status. - If the node is in AWAY mode, it does not process the request lo...
Previously in Day 00, we talked about the moment systems become expensive: when the answer is “maybe”. If you haven’t read it, this post is part of a series —...
If this has happened to you… - Two requests update the same thing at the same time race conditions - Retries create duplicate effects double emails, double cha...