I tweet/retweet interesting stuff about #DistributedSystems and #compsci. Suggest links/papers/conversations via DM! Tag for retweets. Run by @federico_ponzi

[new blog post] Jetpack: Consensus Made Generally Fast (OSDI '26) muratbuffalo.blogspot.com/20…
8
58
5,566
Distributed Bytes retweeted
Did you know that Aurora DSQL now supports foreign key constraints? The team's done a great job here: FKCs that scale well, especially for your read-heavy workloads. Check it out here: docs.aws.amazon.com/aurora-d… Quick thread on how FKCs in DSQL work...
5
15
89
9,891
Distributed Bytes retweeted
The trend of using S3 for databases is continuing, if not gaining momentum. I've seen three or four new examples in the past week with Cursor Origin being the headline yesterday. I wrote about why I thought this would happen a couple of year ago: blog.colinbreck.com/predicti…
8
26
225
13,742
Git at any scale cursor.com/blog/git-at-any-s… Twenty years after Linus Torvalds created it, Git has become an industry standard. The average company rely on a centralized host. And hosting a Git repository, it turns out, is an incredibly hard thing to do.
7
815
On building scalable control planes allthingsdistributed.com/202… On the surface, the control plane looks quite boring: it records what should exist and reconciles that with what actually does.
11
111
4,448
Making 768 servers look like 1 planetscale.com/blog/making-… A single database server cannot handle such demand, so we must spread the queries and data out across many servers with database sharding.
13
117
6,520
Client-Side Load Balancing at a Million Requests Per Second engineering.zalando.com/post…
3
50
3,573
Aurora DSQL: Scalable, Multi-Region OLTP brooker.co.za/blog/2026/07/1… Paper: arxiv.org/abs/2607.13276
1
21
1,838
How TLA+ Caught a Silent Data Divergence Bug in Postgres’s pg_rewind multigres.com/blog/tla-pg-re…
4
34
4,241
Queues Don't Fix Overload ferd.ca/queues-don-t-fix-ove… To oversimplify things, most of the projects I end up working on can be visualized as a very large bathroom sink. User and data input are flowing from the faucet, down 'till the output of the system[..]
1
8
104
7,943
Distributed Bytes retweeted
Remy's blog post is good, but I think it severely overstates the simplicity of WSI when compared to traditional SI. What we would agree on: SSI is a little weird, and I see it mostly as a pragmatic historical artifact that the 'right solution'.
Simple and Correct Snapshot Isolation remy.wang/blog/si.html Snapshot isolation (SI) is a popular approach to concurrency control in databases systems. It avoids many forms of anomalies, yet provides a high degree of concurrency, especially for read-heavy workloads.
3
4
83
13,503
Simple and Correct Snapshot Isolation remy.wang/blog/si.html Snapshot isolation (SI) is a popular approach to concurrency control in databases systems. It avoids many forms of anomalies, yet provides a high degree of concurrency, especially for read-heavy workloads.
1
3
28
14,775
Hypothesis, Antithesis, synthesis antithesis.com/blog/2026/heg… Hegel is an attempt to bring the quality of property-based testing found in Hypothesis to every language.
17
1,164
Testing for DR Failover Testing usenix.org/conference/srecon… A simplified scenario is recovery from a full data centre failure. The Zendesk Chat backend infrastructure operates in a single data centre. The way to be sure that DR works is to perform a real failover.
1
14
982
Building A Billion User Load Balancer usenix.org/conference/srecon…
37
461
17,289
Distributed rate limiting of delivery attempts blog.allegro.tech/2017/04/he…
10
166
7,061