Has there been any consideration to a
LeastExecutingStatementsBalanceStrategy connection selection for the load
balancer pool in addition to the random and the bestResponseTime. In my
situation we have lots of requests which have a large variance in timing,
and bestResponseTime isn't great for this, while random isn't great either.
Noticed with the JMX instrumentation have a way to get the number of active
requests per db and wondering if this has been considered as a strategy.