Can someone tell me what the improvements are for vB 3.6.0 in relation to the listed "Improved master / slave database support"?
My main question is this... Is there logic in the code so that when a person makes a new post / thread, do they stay sticky to the master server so their reply will show up if the page has to be refreshed or does it just blindly go to the slave server for all read requests?
The issue I have is that searching can take a couple minutes (4.3 million posts) and if the slave server has a read lock on the post table obviously new posts won't be updated on it right away. So when a person creates a new thread if the slave db hasn't updated, wouldn't that cause an error?
My main question is this... Is there logic in the code so that when a person makes a new post / thread, do they stay sticky to the master server so their reply will show up if the page has to be refreshed or does it just blindly go to the slave server for all read requests?
The issue I have is that searching can take a couple minutes (4.3 million posts) and if the slave server has a read lock on the post table obviously new posts won't be updated on it right away. So when a person creates a new thread if the slave db hasn't updated, wouldn't that cause an error?
Comment