You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update keynote readme with updated benchmark figures (#4975)
# Description of Changes
Update keynote readme with updated benchmark figures
# API and ABI breaking changes
N/A
# Expected complexity level and risk
0
# Testing
N/A
**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%).
37
+
**Key Finding:** SpacetimeDB reaches hundreds of thousands of TPS for the transfer workload, while the best non-SpacetimeDB result shown here is SQLite RPC at 3,236 TPS. Traditional databases also suffer significant degradation under high contention (CockroachDB drops 96%).
37
38
38
39
### Contention Impact
39
40
@@ -51,6 +52,8 @@ For cloud services, we tested paid tiers to give them their best chance:
51
52
-**Supabase**: Pro tier
52
53
-**Convex**: Pro tier
53
54
55
+
The reported SpacetimeDB module results were run against a 5-way replicated cluster rather than a single standalone node.
56
+
54
57
### Test Architecture
55
58
56
59
All benchmarks follow an **apples-to-apples** comparison using the same architecture pattern:
0 commit comments