Replies: 1 comment 1 reply
-
Yes! We are working on this as I'm writing this. See, for example, #2574 and #2580 The EdgeDB server itself is stateless, and so is easy have HA for it: you simply need to run multiple copies in front of the same Postgres cluster.
EdgeDB scalability is mostly a function of the scalability of the underlying PostgreSQL cluster. We are working on adding support for automatic traffic steering to read replicas and so EdgeDB will just work with any Postgres auto-scaler that supports replica discovery in a reasonable way. We'll likely add explicit support for Amazon Aurora Auto Scaling as well as popular open-source solutions like Stolon and Patroni. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Are there any plans to make the edgedb process that sits in front of postgres clustered/multi node? I saw the RFC discussion around postgres failover but curious to see if there will be plans to run the edgedb process in an active/active or active/passive setup.
My wishlist would include a quickstart for running on AWS in a way that is at least autohealing. Also curious to hear if there plans for autoscaling?
Beta Was this translation helpful? Give feedback.
All reactions