Comment by gunapologist99

2 years ago

How does this scale? For example, can you shard user DB's across multiple PGSQL clusters?

We cover this a bit in the architecture page: https://electric-sql.com/docs/reference/architecture

Basically Electric is horizontally scalable. You can run multiple Electric sync services on top of Postgres and then obviously many clients connecting to the Electric. We're focused on running on top of a single Postgres right now (which we take query load off).