Shashi Madappa

Results 3 comments of Shashi Madappa

You should be able to get more QPS. Typical bottlenecks will be 1. connection yields -> Increase the pool size and see if QPS increases 2. Bandwidth -> See if...

One works well for most of the use cases. If you keep increasing the pool size, beyond some point your throughput decreases and latency increases as the jvm needs to...

A ServerGroup (a.k.a replica) holds one copy of data. If you have 2 instances the data is spread out among them. if you have 2 server groups with one instance...