I have a master MySQL server that only does Insert/Update/Create queries, while the slave handles all the Select Queries and select queries only.
Is there a way, without changing server hardware/software settings, to tell Wordpress to make all Select calls to one and all the rest to the master?
Cheers!
Ryan