Hi!

I am now at the prospect of using a MySQL database in the form of a 
2-machine master-slave cluster. If I understand things right this 
requires Django to actually know which queries should be directed to 
which host, i.e. writes on master, reads on both master and slave.

I'm about to start thinking of what changes are required to Django's 
backends, how the choosing itself can be implemented (as view decorators 
or middleware). Does anyone has any thoughts on the matter? May be there 
are already some working solutions?

Thanks!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to