On Tue, Feb 8, 2011 at 11:57 PM, Okto Silaban <[email protected]> wrote: > trying to make a : master - slave - slave database. Still can't find a > convenient way to do this. Last that I did is using master-master DB (since > you don't need to change your apps code), but then comes issue with the
Have you split the reads and the writes? All the writes go to the master which is on a server of its own and the reads are from the slaves which are typically on the same machine as the webserver and of course use very aggressive caching Cheers Tarique -- ============================================================= PHP for E-Biz: http://sanisoft.com ============================================================= -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
