Discussion about this post

User's avatar
Neural Foundry's avatar

The counterintuitive insight here is kinda mind-blowing. Everyone obsesses over distributed writes when the actual bottlenck is almost never the write throughput. I've seen teams prematurely shard because they assumed scale means distributed, then they end up dealing with cross-shard queries that are way worse than the original problem. The MVCC write amplification detail is something I wish more engineers understood before choosing Postgres for write-heavy workloads.

No posts

Ready for more?