From: Michael P. <mic...@gm...> - 2012-08-22 23:26:11
|
On Wed, Aug 22, 2012 at 10:39 PM, Nick Maludy <nm...@gm...> wrote: > Koichi, > > Thank you for your insight, i am going to create coordinators on each > datanode and try to distribute my connections from my nodes evenly. > > Does PostgresXC have the ability to automatically load balance my > connections (say coordinator1 is too loaded my connection would get routed > to coordinator2)? Or would i have to do this manully? > There is no load balancer included in the XC core package when you connect an application to Coordinators. However, depending on how you defined you table distribution strategy, you might reach a good load balance in both write and reads between Datanodes and Coordinators. Regards, -- Michael Paquier http://michael.otacoo.com |