Re: psql cli tool and connection pooling

2018-12-28 Thread Sebastiaan Mannem
Hi D.J., Hope this helps. Generally, I tend to think of it like there are three separate features provided by connection poolers: Connection pooling, where you are trying to save connection overhead Offloading read-only queries to standby’s Delivering transparent client failover, where you can f

psql cli tool and connection pooling

2018-12-21 Thread DJ Coertzen
I would love to see a feature on psql cli tool where i can point it to a connection pool provider back end instead of a postgres host. I read that pgpool2 emulates a postgres server, but i've never tried it myself. I know that some languages provide connection pooling, but i'm relying heavily on ps