I have DB with one master server and several replicated slaves
(MySQL). How to implement this functionality: read-only request can be
passed to any DB (master or slave), but any write request with
following read requests must be sended to master only (to avoid
synchronization lag).
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to