Answer the question
In order to leave comments, you need to log in
What are some java projects (open source) that can measure performance of SELECT with PostgreSQL from master only or from master + replicas?
jdbc driver can send requests to Slave:
jdbc:postgresql://node1,node2,node3/accounting?targetServerType=master
jdbc:postgresql://node1,node2,node3/accounting?targetServerType=preferSlave&loadBalanceHosts=true
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question