View Full Version : Secondary Database?
applehat
08-01-2005, 05:18 PM
in vb 3.5, in the config, there is a secondary database option. What is this?
Andreas
08-01-2005, 05:20 PM
Master/Slave Servers for load balancing.
So there can be one Mastzer Server and several slave Servers (currently on ly 1 being supported).
Write Operations take place on the Master Server, while read Operations are being handled by the Slave Servers.
applehat
08-01-2005, 05:33 PM
thanks!
Thats awsome :-P
GoTTi
08-02-2005, 02:16 PM
so would it be best to have a mysql DB created on a completely different webhost? or just creating a new DB, on same host, would be fine?
im kinda confused about it still.
twoseven
08-02-2005, 03:26 PM
its for seperate servers most likly on the same host. some forums run several servers. and this option will help them out
Zachery
08-02-2005, 04:02 PM
its for seperate servers most likly on the same host. some forums run several servers. and this option will help them out
Its only useful in a true Master Slave replication setup. which means you have two mysql servers working as one (almost)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.