Skip to content

Commit

Permalink
Simplify scalability chart (#2134)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews authored and thruflo committed Dec 10, 2024
1 parent f047957 commit 83eabb2
Show file tree
Hide file tree
Showing 3 changed files with 191 additions and 198 deletions.
2 changes: 2 additions & 0 deletions website/blog/posts/2024-12-09-electric-beta-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ So many real-time sync systems demo well but break under real load.

Electric has been [engineered from the ground up](/docs/api/http) to handle high-throughput workloads, like [Trigger.dev](https://trigger.dev/launchweek/0/realtime), with low latency and flat resource use. You can stream real-time data to **millions of concurrent users** from a single commodity Postgres:

We ran a benchmark testing Electric's memory usage and latency for updates to client. With a sustained load of 16 transactions per second, memory usage and latency are <em>flat</em> as we scale from 100k to 1 million clients!

<figure>
<ScalabilityChart />
</figure>
Expand Down
Loading

0 comments on commit 83eabb2

Please sign in to comment.