Skip to content

Support for Postgres-like Clusters #931

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
robd003 opened this issue Jun 27, 2022 · 0 comments
Open

Support for Postgres-like Clusters #931

robd003 opened this issue Jun 27, 2022 · 0 comments

Comments

@robd003
Copy link

robd003 commented 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.

@robd003 robd003 changed the title Support for Postgres Clusters Support for Postgres-like Clusters Jun 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant