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
I'm using CrateDB which provides a Postgres interface and allows you to run a cluster of nodes that can all be used for queries. It would be great to have a way to distribute queries across nodes and be able to safely recover if one nodes goes down but the rest are available.
It would be great to be able to just define multiple Postgres endpoints and have asyncpg round-robin non-transaction queries to them.
The text was updated successfully, but these errors were encountered:
robd003
changed the title
Support for Postgres Clusters
Support for Postgres-like Clusters
Jun 27, 2022
I'm using CrateDB which provides a Postgres interface and allows you to run a cluster of nodes that can all be used for queries. It would be great to have a way to distribute queries across nodes and be able to safely recover if one nodes goes down but the rest are available.
It would be great to be able to just define multiple Postgres endpoints and have asyncpg round-robin non-transaction queries to them.
The text was updated successfully, but these errors were encountered: