[erlang-questions] [ANN] PGPool 1.1.0 - now with batch and cached queries

Tristan Sloughter t@REDACTED
Sun May 8 21:22:25 CEST 2016


Looks great, but you'll need to update the hex package because it is
missing dependencies: https://hex.pm/packages/pgpool
 
A hex package only allows for hex dependencies. Otherwise rebar3/mix/etc
can't properly resolve the dependencies to install.
 
Looks like this is the case for a few projects,
https://hex.pm/packages/epgpool. I'll start opening issues for them as I
find them.
 
--
Tristan Sloughter
t@REDACTED
 
 
 
On Sun, May 8, 2016, at 01:14 PM, Roberto Ostinelli wrote:
> Dear All,
> PGPool 1.1.0 has been released.
>
> For those of you who don't know what PGPool is: PGPool is a PosgreSQL
> client that automatically uses connection pools and handles
> reconnections in case of errors.
>
> Main additions:
>  * A batch/2 function that allows to run queries in a batch.
>  * PGPool now automatically prepares your queries and caches them,
>    This has a considerable performance impact.
> You can find PGPool here:
> https://github.com/ostinelli/pgpool
>
> Best,
> r.
> _________________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20160508/a8a5aa7e/attachment.htm>


More information about the erlang-questions mailing list