How many connections should I open from each ScyllaDB client application?

As a rule of thumb, for Scylla’s best performance, each client needs at least 1-3 connections per Scylla core. For example, in a cluster with three nodes, each node with 16 cores, each client application should open 32 (2x16) connections to each Scylla node.

Additional Resources: