Re: Reg Mysql in pivotal cloud with plan 1GB with 400 connections
James Bayer
this email list is about cloud foundry oss, not pivotal commercial
toggle quoted messageShow quoted text
software. you can always open a support case at pivotal.io/support for commercial product inquiries. the pcf mysql product is based on the oss cf mysql [1]. for each bosh deployment of mysql you get a mysql compatible cluster. the cluster uses mariadb and galera for the database nodes. the default configurations for tunable parameters are listed in the spec file: https://github.com/cloudfoundry/cf-mysql-release/blob/master/jobs/mysql/spec what those values should be for your deployment and application workloads are going to be highly dependent on what tradeoffs you want to make. the service plan you use should indicate the number of connections available with your plan, and how you configure max connections in your application typically depends on the database access framework you use. [1] github.com/cloudfoundry/cf-mysql-release
On Tue, May 19, 2015 at 12:27 AM, Dew Agarwal <dew.agarwal(a)gmail.com> wrote:
Hi Team, --
Thank you, James Bayer
|
|