-
Notifications
You must be signed in to change notification settings - Fork 15
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
What if... #7
Comments
Someone has already played arround with postgres and lua: https://github.com/norman/lua-postgres |
postgres marries haproxy -> haprosql 😄 |
@jirutka, You might be probably the expert on this having contributed repmgr package to alpine linux and having some lua repos on your github... |
@blaggacao do I understand correctly that you want to parse sql statements and route them to the primary or replica, depending on what kind of statement you've got? |
@CyberDem0n That's been more or less the idea... 😄 |
... once there, failover would only be a stone's throw away. |
...someone would try to do a sleak and compliant postgres query loadbalancer in lua for haproxy?
https://www.arpalert.org/haproxy-lua.html
I mean is this not the natural thing to do to replace bgbouncer / pgpool and all the other tools?
Nice side effect: haproxy happens to be the lb of choice of many orchestration frameworks under the hood, like rancher and I believe docker swarm and kubernetes also work atop of haproxy or can be configured that way...
Not sure if this is insane or just nobody has asked this question, so far...
The text was updated successfully, but these errors were encountered: