Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The idea is to have MASTER/SLAVE(s) configuration. This will separate WRITE/READ database requests between 2+ servers (1 Master and 1+ Slaves replicated from Master).

 

  1. all Admin requests go to MASTER
  2. all Front READ requests go to SLAVE
  3. all Front WRITE requests go to MASTER
  4. all Front Search READ go to MASTER

...

To enable load balancing:

...