Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions templates/keynote-2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ All tests use 50 concurrent connections with a transfer workload (read-modify-wr

**Key Finding:** SpacetimeDB achieves **~14x higher throughput** than the next best option (SQLite RPC) and maintains nearly identical performance under high contention (only ~4% drop), while traditional databases suffer significant degradation (CockroachDB drops 96%).

> **Note:** SpacetimeDB runs on ARM architectures (including Apple M-series Macs), but has not yet been optimized for them.

### Contention Impact

![Contention Chart](./contention-chart.png)
Expand Down
Loading