0

In minimum requirements, to build a master slave system, I must have two coordinators, one master and one slave. So when you build your connection string, what is the target IP? master? slave? or some floating ip to manage this

1 Answers1

0

If you are asking which coordinators node your database client should connect to it is neither. Your app would connect to a load balancer that will connect to those nodes. See the layout here:

https://www.postgres-xl.org/overview/

BrianC
  • 1,793
  • 1
  • 18
  • 26