1. ORM and mysql replication lag stackoverflow.comwe are moving to a master/multi-slave mysql setup and I am concerned about how to tackle the issue of data integrity without changing the application code too much. Our application uses an ... |
2. JPA accessing mysql master and slave forums.netbeans.orgYou can use stored procedure to insert/update/delete record, so that you can point your stored procedure to right place. The problem is if your master /slave are hosted on different machine. ... |
3. MySQL master/slave replication and Hibernate? forum.hibernate.orgOur operations group was asked by my manager to spend time puttting together a MySQL master/slave replication "cluster". Now, I'm stuck with the task of configuring our already completed system to work with the cluster, and I seem to have only roadblocks in my path. I have tried calling session.connection().setReadOnly(true/false) at the appropriate times, but Hibernate seems to fail on write ... |