add support for mysql master-slave clusters
-------------------------------------------
Key: OLIO-55
URL: https://issues.apache.org/jira/browse/OLIO-55
Project: Olio
Issue Type: Improvement
Components: rails-app
Environment: N/A
Reporter: David Schleimer
Assignee: Shanti Subramanyam
Add support to the rails app for reading from multiple separate mysql hosts
while writing to a single mysql master. Specifically using a modified version
of mysql_replication_adapter. the original can be found at
http://rubyforge.org/projects/mysql-replicate/ The specific modifications are
to default to using the slaves instead of requiring that you explicitly mark a
query as to be directed to a slave.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.