We have (what I think of as) a moderately complicated database
configuration and I'm hoping there will be a way to configure
sqlalchemy to deal with it.  The basic scenario is like this:

There are N mysql servers in different geographical regions that are
all replicating against one master.  In the interest of speed the rule
in each location is to do reads which are very frequent against the
local copy of the database and if there is a write to do that against
the master.  As an added wrinkle the user has an option to write to
the master with a master_pos_wait so that the current process will
wait until replication has caught up with the update just executed.
Hopefully that makes sense and gives enough of a flavor of what I've
got in mind.

I'm pretty new to sqlalchemy.  Is the above feasible?  If so are there
examples to compare with and learn from doing something similar?
Where (api/code) would I start looking to accomplish the above?

Any tips to get me going would be much appreciated.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
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