1 link tagged with all of: databases + sharding + transactions + scalability + single-threaded
Links
The article argues that single-threaded, aggressively sharded databases can effectively address common issues faced by traditional SQL databases, especially under high load. It highlights the complications of locking and concurrency in multi-threaded systems and proposes a model where each shard has a single writer to simplify transactions and reduce deadlocks.
databases ✓
single-threaded ✓
sharding ✓
scalability ✓
transactions ✓