We are running query concurrently and get connection through jdbc. We found that the querys are not distributed equally in the cluster. That is some nodes have more querys while others are less.
This will cause query running slow at the busy node. Does there have any way to let the query disributed well? For example, I have a cluster with 16 nodes. If I running 16 querys concurrently, the ideal result is each node have one query running.
