#com.mysql.jdbc.ReplicationDriver
Explore tagged Tumblr posts
Text
Replication aware JDBC connection in java and MySQL
Replication aware JDBC connection in java and MySQL
Hi,
recently I was reviewing the code a project which was having some database issues, while the review I found that the project environment was setup with the Mysql with one master node and two slave node, and I was surprised that in the code they have used the default JDBC driver for database connectivity which actually uses on single node for all read/write operations.
When asked to developer…
View On WordPress
#@Transactional#com.mysql.jdbc.ReplicationDriver#connector/J#java#jdbc#master-slave#mysql#replication#replicationaware
0 notes