You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `perf` example has demonstrated an antipattern of using 1 connection
per host, which is not recommended for production use in case of
ScyllaDB. This commit updates the example to use 1 connection per shard,
which is the recommended practice for ScyllaDB.
0 commit comments