From bc3dac126606be4a9a89af21d30f9f82df034a67 Mon Sep 17 00:00:00 2001 From: Alessandro Asoni Date: Tue, 24 Feb 2026 17:50:20 +0100 Subject: [PATCH] Add note to keynote-2 readme --- templates/keynote-2/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/keynote-2/README.md b/templates/keynote-2/README.md index dac18031e29..f4603a3982d 100644 --- a/templates/keynote-2/README.md +++ b/templates/keynote-2/README.md @@ -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)