View Single Post
Old 12-04-2007, 04:06 AM   #6 (permalink)
Wildhoney
La Vida es Sueño
Advanced Programmer Top Contributor 
 
Wildhoney's Avatar
 
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
Wildhoney is on a distinguished road
Default

I think what Bluesaga is getting is that when you lock a table, you prevent the opposite to what you're doing from happening. So you cannot INSERT and SELECT. So if you use 2 tables for the 2 different purposes, and then move the data from the slave to the active database periodically, then at least the data is safe for if the power fails on one of the databases servers. Although I'm guessing there are other reasons, too.
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
Send a message via AIM to Wildhoney Send a message via MSN to Wildhoney Send a message via Yahoo to Wildhoney
Wildhoney is offline  
Reply With Quote