What about the rails app ? How will it support a master/slave deployment ?
Shanti
Akara Sucharitakul (JIRA) wrote:
Application needs support for master/slave database deployment
--------------------------------------------------------------
Key: OLIO-30
URL: https://issues.apache.org/jira/browse/OLIO-30
Project: Olio
Issue Type: New Feature
Components: php-app
Reporter: Akara Sucharitakul
Assignee: Akara Sucharitakul
For testing larger or virtualized systems, Olio will need support for using
multiple database instances. We need to support the most common configuration
for master/slave databases. Write transactions only go to the master database
and read transactions go to slave databases.